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,5)
# kernel /vmlinuz-version ro root=/dev/hdc7
# initrd /initrd-version.img
#boot=/dev/hdc
default=0
timeout=10
splashimage=(hd1,5)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.16-1.2115_FC4)
root (hd1,5)
kernel /vmlinuz-2.6.16-1.2115_FC4 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.16-1.2115_FC4.img
title Fedora Core (2.6.11-1.1369_FC4)
root (hd1,5)
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.11-1.1369_FC4.img
title WinXP
map (hd1) (hd0)
map (hd0) (hd1)
rootnoverify (hd0,0)
chainloader +1
makeactive
帮我看看有没有错????谢谢。