|
发表于 2004-8-20 09:08:33
|
显示全部楼层
回复: 求助,Linux引导程序!
最后显示:
grub> root (hd0,4)
filesystem type is fat, partition type 0xb
grub> setup (hd0)
checking if"/boot/grub/stage/" exists... no
checking if"/grub/stage/" exists... no
error 15:file not found
在root (hd0,4)后面应该输入
find /boot/grub/stage1
如果他得到的结果是你linux所在的分区
然后再setup(hd0)就应该成功了
ps:刚刚看到你的hd0,4是fat格式的?你的linux装在fat格式上吗?
如果你不确定,可以在输入root (hd0,后按TAB键,找到对应的linux分区,然后补上后面的数字 |
|