From owner-freebsd-hackers Thu May 17 5: 4: 1 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from atlantis.homeip.net (d110240.upc-d.chello.nl [213.46.110.240]) by hub.freebsd.org (Postfix) with SMTP id 3FE1437B424 for ; Thu, 17 May 2001 05:03:56 -0700 (PDT) (envelope-from wvengen@stack.nl) Received: (qmail 45535 invoked from network); 17 May 2001 12:03:51 -0000 Received: from unknown (HELO stack.nl) (192.168.1.4) by d110240.upc-d.chello.nl with SMTP; 17 May 2001 12:03:51 -0000 Message-ID: <3B03BE26.2729D481@stack.nl> Date: Thu, 17 May 2001 14:03:50 +0200 From: Willem van Engen X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-hackers@freebsd.org Subject: Re: How to auto-boot from an alternate disk Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Somers wrote: > > Hi, > > I have a machine with 3 IDE disks and 2 SCSI disks and I want to boot > from the first SCSI disk.... *but* my BIOS won't boot it. > > How are you supposed to do this ? > > I've currently done > > # boot0cfg -v -t 10 -B -s 5 ad0 > # boot0cfg -v -t 1 -B -s 5 -m 0 ad1 > # boot0cfg -v -t 1 -B -s 5 -m 0 ad2 > > Which causes things to merrily skip across my IDE disks 'till it > finds the first SCSI disk, loads /boot/loader from there, finds my > kernel and then drops into a dumb ``manual mount'' prompt that makes > me say ``ufs:/dev/da0s1a''. > > What I'd *REALLY* like is some way to just say ``default to > 3:da(0,a)/boot/loader''. > > Any suggestions ? I'm not completely sure, but when you would create a file boot.loader on da0s1a containing: 3:da(0,a)/boot/loader the bootloader should be loaded from da3s1a. (for more info see man 8 boot) - Willem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message