Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 1998 11:24:29 -0800 (PST)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Christoph Sold <christoph.sold@pk.she.de>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: BootEasy does not boot from the right disk (2.2.5-RELEASE)
Message-ID:  <Pine.BSF.3.96.980402112128.9007W-100000@gdi.uoregon.edu>
In-Reply-To: <l03130303b148e7b58b05@[194.45.219.71]>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2 Apr 1998, Christoph Sold wrote:

> >> FreeBSD BOOT @ 0x10000: 640/31744 k of memory, internal console
> Boot default: 1:wd(1,a)kernel
>               ~~~~~~~~~~~~~~~ THIS IS WRONG!
> There is no primary slave IDE disk installed. The kernel resides on
> "1:wd(2,a)/kernel", the secondary master.

Modify /boot.config on that disk to have `1:wd(2,a)/kernel' in it.  You
have your disks split across the controllers and this confuses the heck
out of the boot blocks.  

Move the disk to the primary controller.  If you don't want to do that,
you're going to get the obligatory ``can't mount root''.  

If you really really want to have the disks split, then follow these
instructions: 

1. Have the line:
config kernel root on wd2

in your kernel config,
OR:

2. Rename the second disk to wd1 in the kernel config (comment out the 
original wd1 line and change the wd2 line to read wd1, leaving all other 
parameters unchanged).



Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980402112128.9007W-100000>