这是我在windows下用第三方软件读出的grub.conf内容
# 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 (hd1,5)
# kernel /vmlinuz-version ro root=/dev/hdc7
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd1,5)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-
root (hd1,5)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img
title win 2000
rootnoverify (hd0,0)
chainloader +1
title windows 2000 server
rootnoverify (hd1,0)
chainloader +1
在这里该改些什么?