LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 990|回复: 1

(已解决)xp下grub引导安装rc4报“filesystem type fat , partiton type 0xb”问题?

[复制链接]
发表于 2008-3-30 17:20:42 | 显示全部楼层 |阅读模式
请了解的兄弟给个思路?

详情:
从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
 楼主| 发表于 2008-3-30 21:31:45 | 显示全部楼层
Grub的配置导致
正确的配置如下:

timeout 10

######linux#############
title fedora-for (boot)
root (hd0,8)
kernel (hd0,8)/linux/vmlinuz
initrd (hd0,8)/linux/initrd.img

######windows###########
title Windows at (hd0,7)
root (hd0,7)
makeactive
chainloader +1
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表