LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Kernel Panic:VFS:Unable to mount root fs on Unknown block (https://www.linuxquestions.org/questions/linux-software-2/kernel-panic-vfs-unable-to-mount-root-fs-on-unknown-block-151049/)

dinesha 02-27-2004 01:46 AM

Kernel Panic:VFS:Unable to mount root fs on Unknown block
 
Hi Everybody,
I am installing latest Linux Kernel 2.6 on machine which has Red Hat Linux-9.0 [Kernel 2.4.20]. I have followed all the steps required in building and installing a Kernel.

I am getting the following error at the time of booting new Kernel via Grub.

VFS:Cannot open root device "LABEL=/" or Unknown-block(0,0)
Kernel Panic:VFS:Unable to mount root fs on Unknown block (0,0).

I am new to Linux and needs your guidance to work out with this problem.
Please suggest me the possible solutions for this problem.

Thanks & Regards
Dinesh

jailbait 02-27-2004 11:22 AM

"VFS:Cannot open root device "LABEL=/" or Unknown-block(0,0)
Kernel Panic:VFS:Unable to mount root fs on Unknown block (0,0)."

When you boot, all of the modules necessary to access / must be available to the kernel. You can either make these modules resident in the bootable kernel by specifying y in the kernel configuration or by loading these modules from /lib/modules/2.6 using initrd.

Personally, I prefer to set all necessary modules to y and dispense with initrd.

___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html

Steve Stites

rmanocha 02-27-2004 12:37 PM

this is probaby because you did not compile "in" the module for your FS...maybe you left it as a modular option.....anyhow this is how i solved such a message i was getting


All times are GMT -5. The time now is 02:34 AM.