From owner-freebsd-sparc64@FreeBSD.ORG Mon Mar 22 17:06:07 2004 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 475C616A4CE for ; Mon, 22 Mar 2004 17:06:07 -0800 (PST) Received: from grogged.dyndns.org (c-24-118-162-123.mn.client2.attbi.com [24.118.162.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E64543D2D for ; Mon, 22 Mar 2004 17:06:07 -0800 (PST) (envelope-from matt@grogged.dyndns.org) Received: by grogged.dyndns.org (Postfix, from userid 1001) id 7D1BC59; Mon, 22 Mar 2004 19:04:43 -0600 (CST) Received: from localhost (localhost [127.0.0.1]) by grogged.dyndns.org (Postfix) with ESMTP id 7A3C24D; Mon, 22 Mar 2004 19:04:43 -0600 (CST) Date: Mon, 22 Mar 2004 19:04:43 -0600 (CST) From: matt To: Mark Campbell In-Reply-To: <20040322051116.GA7038@carbon.redbrick.dcu.ie> Message-ID: <20040322185343.U2432@grogged.dyndns.org> References: <20040322032707.GA3957@carbon.redbrick.dcu.ie> <20040322051116.GA7038@carbon.redbrick.dcu.ie> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-sparc@freebsd.org Subject: Re: Openboot device path. X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Mar 2004 01:06:07 -0000 Hmm, well - I don't remember if the Ultra 5 utilizes scsi or ata for disk i/o, but here's what I do with my Ultrasparcs that are scsi based: devalias - typing that should bring up a list of the default parameters for booting disks/cdroms/etc and what their corresponding alias happens to be. probe-scsi - best done right after a reset, the Sun will list all drives connected to any scsi bus on the system (I haven't found an analog for ata based Ultras yet...). set-defaults - this will take all default values stored in the nvram and re-institute the defacto parameters set from the factory. Might not be any help to you. I really don't have any advice about verifying the "bootability" of a disk. If it doesn't have anything critical, and you have a relatively fast connection, you could always download the solaris 9 cd's and verify proper functionality with those. At least at that point you will know the hardware is good if things work out. I know it sounds stupid, but I had a couple ata drives hooked up in an ultra 10 last month, and for whatever reason the sparc was very angry about the way I had them hooked up. I successfully booted off a freebsd cdrom, and install the system to the drive (freebsd detected it, everything looked kosher, sysinstall went without a hitch), but upon trying to actually boot the system, the prom/whatever couldn't find the ata disk. Solaris wasn't as forgiving, and I ended up hooking up the ata drives in a couple different (all valid in my opinion) configurations before solaris agreed to install itself on them. Freebsd went on smooth again, and this time booted without a hitch. -m On Mon, 22 Mar 2004, Mark Campbell wrote: > On Sun, Mar 21, 2004 at 10:44:17PM -0500, Ken Smith stated: > > > > Try just "boot disk" and see if that does the right thing. If the > > Openboot firmware isn't horribly messed up that should know which > > device the hard disk is. > > I tired this, it tried to boot off > > /pci@1f,0/pci@1,1/ide@3/disk@0 > > HOwever it simply reports, > > "No boot record found" > > I'm thinking two things > > * Openboot is trying to boot off the wrong disk; is there any way to list the > devices on the system so I can try them manually, or even better which ones > I can boot from. > > * Even though I followed all the steps from sysinstall, it's possible that a > boot sector (MBR in intel world), however unlike the normal sysinstall I > wasn't prompted to install a loader after the disk partitioning table. > > If I can prove any extra information, please don't hesitate to ask, > > Thanks for your time and troubles. > > -- > regards, > -mark > - > Mark Campbell > http://mark.redbrick.dcu.ie > - > "Trying is the first step towards Failure"- Homer J. Simpson > _______________________________________________ > freebsd-sparc64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 > To unsubscribe, send any mail to "freebsd-sparc64-unsubscribe@freebsd.org" >