Re: Kernel Compilation - Kernel Panic - Not Synching: VFS: unable to mount root fs on unkown-block(0,0)



Hi,

On Wed, 12 Sep 2007 01:20:34 -0700, guru wrote:

Hi all

I compiled linux kernel 2.6.10 by applying lkcd patch.

The steps i followed was

make menuconfig (selected LKCD option)
make dep; make bzImage
make install

when i restarted the machine i got

Kernel Panic - Not Synching: VFS: unable to mount root fs on unkown-
block(0,0)

I am not getting why this is happening.

whether i need to configure some thing.??

Looks like your new kernel cannot access the root filesystem. You may not
have enabled the driver for your HD in the menuconfig options.

Cheers,
John McCallum

.