启动出错信息如下:
VFS:cannot open root device "LABEL=/" or 00:00
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 00:00
能不能给出具体应该写什么呢?
是否和GRUB有关系我的文件
# 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,
# kernel /vmlinuz-version ro root=/dev/hda11
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-
root (hd0,)
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /boot/initrd-2.4.20-8.img
title DOS
rootnoverify (hd0,0)
chainloader +1
[quote:75b1e7dd7d="cool_windy"]
title Red Hat Linux (2.4.20-
root (hd0,)
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /boot/initrd-2.4.20-8.img
[/quote]
改成:
title Red Hat Linux (2.4.20-
root (hd0,)
kernel /boot/vmlinuz-2.4.20-8 ro root=/dev/hda11
initrd /boot/initrd-2.4.20-8.img