On Tue, 10 Feb 2004, The awesome and feared Kurt Guenther commented thusly,
> > 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 One common reason is that you have compiled the kernel with ext2/ext3 both as modules, thus the kernel is unable to mount the rootfs as it has no way of loading the modules, as the modules reside on the root partition. One way is to compile the ext2/ext3 support directly into kernel, or use a initial ramdisk to load the modules and then proceed on to the boot. Other reason could be that, 1. That partition has been corrupted. Bye, Grendel -- Hi, I'm a signature virus. plz set me as your signature and help me spread :) -- [EMAIL PROTECTED] mailing list
