Re: How to auto-boot from an alternate disk

2001-05-17 Thread Willem van Engen

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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



Re: How to auto-boot from an alternate disk

2001-05-16 Thread jack

Today Brian Somers wrote:

> 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 worked around a similar situation by installing OS-BS (from
/tools on the release CDs) on the IDE and making the SCSI drive
the default to boot.  Not very elegant but it worked until I was
able to pawn the IDE drive off to a windows weenie. :)

--
Jack O'NeillSystems Administrator / Systems Analyst
[EMAIL PROTECTED] Crystal Wind Communications, Inc.
  Finger [EMAIL PROTECTED] for my PGP key.
   PGP Key fingerprint = F6 C4 E6 D4 2F 15 A7 67   FD 09 E9 3C 5F CC EB CD
   enriched, vcard, HTML messages > /dev/null
--
A Microsoft Certified Systems Engineer is to computing what
a McDonalds Certified Food Specialist is to fine cuisine.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message



How to auto-boot from an alternate disk

2001-05-16 Thread Brian Somers

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 ?

Ta.
-- 
Brian <[EMAIL PROTECTED]>
     
Don't _EVER_ lose your sense of humour !



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message