Subject: Re: Succesfull install on G4/Sawtooth
To: Isobel <Samuel.Hornus@crans.ens-cachan.fr>
From: Thilo Manske <Thilo.Manske@HEH.Uni-Oldenburg.DE>
List: port-macppc
Date: 04/30/2000 04:42:39
On Sun, Apr 30, 2000 at 02:51:05AM +0200, Isobel wrote:
> BIG problem :
> 
> the kernel booting stops and ask me where is the root device (default wd0a,
> mine being wd1a) : It does not find it by himself and I don't know how to
> teach him the good things in life ;-) help ?
Two ideas:

Either make the kernel call your slave disk "wd0", i.e. add
a line like this before the wildcarded wd* lines to your config file:

wd0	at	pciide?	channel 0 drive 1 flags0x0000
or
wd0	at	wdc? channel 0 drive 1 flags 0x0000

(depends on to what kind of controller your drive is connected to, the
numbers may be different for you of course.)

or "hardwire" the root device to wd1a with:

config	netbsd	root on wd1a type ?

(I hope, I haven't misstyped anything.)
-- 
Dies ist Thilos Unix Signature! Viel Spass damit.