|
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.35
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
我是电脑公司的,换了三台电脑安装,都是同样毛病,为什么??! |
|