|

楼主 |
发表于 2003-11-2 18:32:34
|
显示全部楼层
Kernel panic: VFS: unable to mount root fs
There several reasons why the kernel might be unable to mount the root filesystem.
* Did you specify the correct partition in /etc/lilo.conf?
* Did you remember to rerun lilo after changing /etc/lilo.conf?
* Is support for the hard drive enabled in the kernel. For SCSI this means support for the specific SCSI adapter.
* Is support for the hard drive compiled into the kernel, not just as a module. (Modules are stored on the filesystem. If a driver needed to access the filesystem is stored as a module on that filesystem, well ... you know ... ;)
* Is support for the filesystem compiled into the kernel. Again, not a module. Support for ext2 is enabled by default, but others like ext3, reiser, jfs, and xfs are not.
LFS-FAQ中列出了上面几点原因,但是第一我用的是grub,而且反复装了几次,应该不是grub的问题,第二我试了主系统的内核,也是同样的问题,也应该不是内核忘了编译文件系统支持,其他还有什么原因? |
|