|
发表于 2004-7-8 20:15:34
|
显示全部楼层
不知道大家照着做有否遇到问题,我编译的时候到还好,但是就是不能逃脱kernel panic的魔爪
title Red Hat Linux (2.6.4)
root(hd0, 1)
kernel /boot/vmlinuz-2.6.4 ro root=LABEL=/
initrd /boot/initrd-2.6.4.img
不幸的是, 新内核并不识别"root=LABEL=/"这个启动参数. 如果现在你就重新启动新内核的话, 将发生kernel panic错误. 因此, 必需把这个"root=LABEL=/"启动参数去掉, 就OK了.
我照做了,但还是panic,消息如下: kernel panic: VFS: Unable to mount root vfs on unknow-block(0,0)
我的grub.conf 信息是
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,6)
# kernel /vmlinuz-version ro root=/dev/hda8
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,6)/grub/splash.xpm.gz
title Red Hat Linux (2.6.7-bk6)
root (hd0,6)
kernel /vmlinuz-2.6.7-bk6 ro root=LABEL=/
initrd /initrd-2.6.7-bk6.img
title Red Hat Linux (2.4.20-8smp)
root (hd0,6)
kernel /vmlinuz-2.4.20-8smp ro root=LABEL=/ hdc=ide-scsi
initrd /initrd-2.4.20-8smp.img
title Red Hat Linux-up (2.4.20-8)
root (hd0,6)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdc=ide-scsi
请各位帮忙看下,如果您曾经有过这样的问题并解决了,请您不吝赐教,我在论坛上搜索了一下,有我这样问题的新手不在少数,所以解决了就是一堆人的问题
无论怎样,都谢谢先:thank (这么长的问题贴:p) |
|