I gave this a try without success.


I had the same error and resolved it by:

cd /usr/src/linux
cp .config ~/
make mrproper
cp ~/.config .
make all modules_install install

/joel




Kurt Guenther wrote:


I keep getting this error at boot:


VFS: Cannot open root device "hda7" or hda7
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on hda7

Seems straightforward, but my grub.conf has:

title Gentoo (2.6.1-r1)
   root (hd0,4)
   kernel (hd0,4)/kernel-2.6.1-gentoo-r1 root=/dev/hda7

and I checked the /etc/fstab and it has

/dev/hda7 / ext3 noatime 0 1

Not sure what's up. hda7 is definitely my Gentoo root.

--Kurt


-- [EMAIL PROTECTED] mailing list




--
[EMAIL PROTECTED] mailing list



Reply via email to