I just finished building my first Gentoo system (from Stage 1) but it doesn't seem to boot in a satisfactory way.
The kernel boot nice and fast, up until it complains about being unable to load up my root partition at sda3. (I use VMWare virtual disk, so it appears as a SCSI drive.) Here's what I get:
Code: Select all
ds: no socket drivers loaded!
VFS: Cannot open root device "sda3" or 08:03
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 08:03
In any case, I am able to boot from the 1.4rc3 LiveCD if I specify "gentoo root=/dev/sda3" but not if I have that as the parameter in GRUB from my MBR. I'm pretty sure I have a working kernel in my /boot partition (since the boot process gets this far already) and I think I have the correct symlinks in that partition (boot -> . and menu.lst -> grub.conf).


