jimely 发表于 2004-3-27 10:16:49

[新手问题]关于内核升级

我编译了2.6.4版的kernel,但加载新内核时老是解决不了这个问题。
VFS: Cannot open root device "hda8" or hda8
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on hda8
我的系统是装在/dev/hda8上的,
grub中的设置为
root (hd0,7)
kernel /boot/vmlinz-2.6.4 ro root=/dev/hda8
initrd /boot/initrd-2.6.4.img
我的系统分区是reiserfs格式,编译2.6.4内核时,我也把reiserfs格式编进内核了
实在不知道怎么解决这个问题,高手教我!
谢谢

winme 发表于 2004-3-27 10:49:52

哦?
你还有其他的LINUX么?
你确定编进内核了?而不是模块?!

jimely 发表于 2004-3-27 11:06:41

原系统是fc1,而且我确信我把reiserfs编进了内核,看下面
$ pwd
/lib/modules/2.6.4/kernel
$ ls -l drivers/
总用量 1
drwxr-xr-x    2 root   root         723月 27 09:32 block
drwxr-xr-x    2 root   root          1523月 27 09:32 net
$ ls -l fs/
总用量 3
drwxr-xr-x    2 root   root         803月 27 09:32 autofs
drwxr-xr-x    2 root   root         803月 27 09:32 autofs4
drwxr-xr-x    2 root   root         723月 27 09:32 lockd
drwxr-xr-x    2 root   root         723月 27 09:32 nfs
drwxr-xr-x    2 root   root         723月 27 09:32 smbfs

Dragonfly 发表于 2004-3-30 02:44:51

http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=38644
页: [1]
查看完整版本: [新手问题]关于内核升级