|
|
/boot/grub/menu.lst
文件主要内容如下
root (hd0, 0)
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /boot/initrd-2.4.20-8.img
于是启动时候我按c进入
grub>
grub> root(hd0,0)
Filesystem type is ext2fs, partition type 0x83
grub> kernel /boot/vmlinuz-2-4.20-8 ro root=LABEL=/
[Linux-bzImage, setup=0x1400, size=0x11098a]
grub> boot
....
VFS:Cannot oepn root device "LABEL=/" or 00:00
please append a correct "root=" boot option
Kernerl panic:VFS: unable to mount root fs on 00:00 |
|