|
|
我c盘装的win2003 d盘装的winxp /boot装在(hd0,7)
现win2003能进去,linux能进去,但是winxp不能进去...不知道为什么??
请高手帮忙!!
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,7)
# kernel /vmlinuz-version ro root=/dev/hda9
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,7)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
root (hd0,7)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img
title windows 2000 server
rootnoverify (hd0,0)
chainloader +1
title windows xp
rootnoverify (hd0,4)
chainloader +1 |
|