From owner-freebsd-sparc Tue Oct 15 20:32: 3 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E99637B401 for ; Tue, 15 Oct 2002 20:32:02 -0700 (PDT) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C88E43E91 for ; Tue, 15 Oct 2002 20:32:01 -0700 (PDT) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.5/8.12.5) with ESMTP id g9G3eQbd043380; Tue, 15 Oct 2002 23:40:26 -0400 (EDT) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.5/8.12.5/Submit) id g9G3eQn0043379; Tue, 15 Oct 2002 23:40:26 -0400 (EDT) Date: Tue, 15 Oct 2002 23:40:26 -0400 From: Jake Burkholder To: Peter Larkowski Cc: freebsd-sparc@FreeBSD.ORG Subject: Re: booting on Ultra AX fail Message-ID: <20021015234026.K25928@locore.ca> References: <20021015200151.L304@km.ua> <3DACD504.6000905@larkowski.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3DACD504.6000905@larkowski.net>; from peter@larkowski.net on Tue, Oct 15, 2002 at 10:55:00PM -0400 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 Apparently, On Tue, Oct 15, 2002 at 10:55:00PM -0400, Peter Larkowski said words to the effect of; > Hello all: > > When I installed on my Ultra AXe using the april snapshot from > ftp.freebsd.org, it worked just fine, but when I tried the June snapshot > from http://people.freebsd.org/~jake/sparc64/, I had to get a prompt > when it said: "Hit [Enter] to boot immediately, or any other key for > command prompt". Then I typed "set boot_cdrom=yes" and it worked. > Unless I did this, it dropped me to a mountroot prompt as well. > (Although, as stated earlier, you can just provide the cdrom root > partition at the mountroot prompt.) If you look at the dmesg you'll note that the pci bus isn't attached, and neither are any devices. > > nexus0: > > nexus0: , type pci (no driver attached) > > nexus0: , type pci (no driver attached) This should look like: nexus0: pcib0: on nexus0 pcib0: SUNW,psycho: impl 0, version 4: ign 7c0 initialializing counter-timer ... etc Which is likely something peculiar with the prom properties this machine has so we don't recognize the psycho or probe the pci bus. Also, the machine is an UltraSPARC II, not an UltraSPARC IIi. IIi has a lot more built into the chip and is likely to be more uniform across different implementations (sun vs oem). That's my take anyway, hence the need for prtconf -vp output to see what's going on with the prom properties. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message