|
|
我下了个Fedora 7的DVD映像,从硬盘安装时出现问题了.
我的电脑有C,D,E三个区,C,D是NTFS的,E是FAT32的.我把GRUB放在C盘下,映像和提取的isolinux文件夹放在了E盘下.
下面是C:\boot\grub里menu.lst的设置:
# This is a sample menu.lst file. You should make some changes to it.
# Added items for installing GRUB [ which is on your DOS drive C: ] to MBR
color black/cyan yellow/cyan
timeout 60
default 0
title Install-Fedora Core 7
kernel (hd0,5)/isolinux/vmlinuz
initrd (hd0,5)/isolinux/initrd.img
title DOS/Win9x/Me/NT/2K/XP
root (hd0,0)
chainloader +1
在重启电脑选择 Install-Fedora Core 7后,电脑运行了一大堆数据后显示如下:
VFS:Cannot open root device "<NULL>" or unkown-block(202,3)
Please append a correct "root=" boot option
Kernel panic-not syncing:VFS:Unable to mount root fs on unknow-block(202,3)
请问是哪块有问题导致的错误呢? |
|