Unable to mount root fs.
Posted: Thu Apr 08, 2004 9:22 pm
[PROBLEM]
"kernel panic: VFS: unable to mount root fs on..."
after compiling a new kernel. This error may have several reasons, but if you've checked the most obvious ones, here might be another solution.
[POSSIBLE-SOLUTION]
Make sure that you have "CONFIG_EXT2_FS" set to "Y" in the config file. One might easily have un-selected this option with menuconfig, since it's labelled something like "Secondary extended fs". Personally I would have expected something containing "ext2" (since 'ext3' is labelled that way).
"kernel panic: VFS: unable to mount root fs on..."
after compiling a new kernel. This error may have several reasons, but if you've checked the most obvious ones, here might be another solution.
[POSSIBLE-SOLUTION]
Make sure that you have "CONFIG_EXT2_FS" set to "Y" in the config file. One might easily have un-selected this option with menuconfig, since it's labelled something like "Secondary extended fs". Personally I would have expected something containing "ext2" (since 'ext3' is labelled that way).