谁遇到过我这样的问题?有没有高手!
1.我先装win2000,然后装fc2,安装时提示可能使用第三方分区工具导致潜在的问题可能引导不正常,忽略后安装完毕,果然无法起动win2000.2.原始grub配置如下:# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:You do not have a /boot partition.This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,1)
# kernel /boot/vmlinuz-version ro root=/dev/hda2
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
title Fedora Core (2.6.5-1.358)
root (hd0,1)
kernel /boot/vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.5-1.358.img
title Windows 2000
rootnoverify (hd0,0)
chainloader +1
修改后grub的配置如下:
title Windows 2000
rootnoverify (hd0,0)
chainloader(hd0,0) +1
makeactive
boot
重新启动后提示必须先启动kernel
需要说明的是我只有三个分区,ntfs,swap,ext3
我是电脑公司的,换了三台电脑安装,都是同样毛病,为什么??! boot=/dev/hda2
title Windows 2000
rootnoverify (hd0,0)
chainloader +1 :mrgreen::mrgreen: 感谢PXE的支持,不过你的办法还是没有解决问题,最后我把硬盘模式设为LBA,恢复原来的GRUB配置,竟然OK了,不过,我还是不明白,为什么?!!!必须是LBA吗? 安装资料本来就强调过磁盘模式。
这不是高手不高手的问题,以后不要用这么盛气凌人的题目,很伤人的。 是啊,难道答出来的就是高手,不答出来的就是低能吗?
:evil: 如果以后再见到如“这里没有高手了吗”之类的贴,一律杀。
页:
[1]