From owner-freebsd-sparc Fri Mar 29 8:33:47 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mail15.speakeasy.net (mail15.speakeasy.net [216.254.0.215]) by hub.freebsd.org (Postfix) with ESMTP id B66CC37B404 for ; Fri, 29 Mar 2002 08:33:43 -0800 (PST) Received: (qmail 24049 invoked from network); 29 Mar 2002 16:33:43 -0000 Received: from unknown (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) by mail15.speakeasy.net (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 29 Mar 2002 16:33:43 -0000 Received: from laptop.baldwin.cx (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.11.6/8.11.6) with ESMTP id g2TGYSv00649; Fri, 29 Mar 2002 11:34:28 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-ID: X-Mailer: XFMail 1.5.2 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 29 Mar 2002 11:33:43 -0500 (EST) From: John Baldwin To: Matthew Jacob Subject: RE: okay, I'm stuck... Cc: freebsd-sparc@freebsd.org Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On 29-Mar-2002 Matthew Jacob wrote: > > I've been trying to do some kernel debugging, and I'm stuck. > > All I really have to work with usably at the moment (for a variety of > reasons) is a Ultra10 booted diskless. > > If I install nfs kernels && distributions from the recent ISOs (e.g., 3/20), > I > can boot and run fine. > > When I install a GENERIC kernel built out of source cvsup'd from cvsup10, I > always die at: > > Rebooting with command: boot net > Boot device: /pci@1f,0/pci@1,1/network@1,1 File and args: > 21000 Console: OpenFirmware console > FreeBSD/sparc64 loader > bootpath="/pci@1f,0/pci@1,1/network@1,1" > loaddev=net0: > boot: ethernet address: 08:00:20:a0:20:e8 > net_open: server addr: 192.67.166.79 > net_open: server path: /space2/root/slinx > net_open: boot file: /boot/kernel/kernel >> \ > \: unknown command This is cause the NFS loader doesn't have FICL compiled in so it dies trying to parse loader.rc. It would be nice if this could be fixed. :) > /boot/kernel/kernel data=0x2cc408+0xe0e18 syms=[0x8+0x42ca8+0x8+0x34a50] > Hit [Enter] to boot immediately, or any other key for command prompt. > Booting [/boot/kernel/kernel]... > nothing to autoload yet. > jumping to kernel entry at 0x80038000. > Fast Data Access MMU Miss > ok > > > What the hell am I doing wrong here? Is this supposed to not work? > > I know that the GENERIC kernel won't mount root, but I'm just trying to boot > it to test the isp driver for now. I should see it get further than this! I have no idea why you are getting this. :( > -amtt -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message