|
请了解的兄弟给个思路?
详情:
从boot.ini进入grub引导后,可以看到grub引导菜单,但选择fc4后grub报出“filesystem type fat , partiton type 0xb”问题,在grub下输入#root(hd0,8)等也没有反应。因此只有继续用vmware,可同样的配置在vm下试验安装就不存在任何问题。
Grub详情:
Grub是安装在c盘,xp安装在g盘,fc4准备安装在i盘。所有盘都是fat32格式,fc4的安装文件在i盘都放置好了。
Grub的配置文件如下:
timeout 10
######linux#############
title fedora-for (boot)
root (hd0,8)
kernel (hd0,8)/linux/vmlinuxz
initrd (hd0,8)/linux/initrd.img
######windows###########
title Windows at (hd0,7)
root (hd0,7)
makeactive
chainloader +1 |
|