On Sun, 23 Jul 2000, Charles Martin wrote:
> no devsw (majdev=0 bootdev=0xa0300000)
> Mounting root from ufs:/dev/ad0s2a
> no such device 'ad'
> setrootbyname failed
> ffs_mountroot: can't find rootvp
> Root mount failed: 6
Uhh... What is (or, better yet, isn't) in your new kernel? This looks
like your kernel isn't recognizing your ATAPI disks... I.E. there's no
driver in your kernel. Boot kernel.old, RTFM /usr/src/sys/i386/conf/LINT,
try again.
Specifically... I've seen people misread LINT's comment:
# You only need one "device ata" for it to find all
# PCI ATA/ATAPI devices on modern machines.
Then go out and compile a kernel with only 'device ata' in it. With no
'atadisk' line, ad* isn't detected, so... no / for you.
-mrh
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message