# 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,
# kernel /vmlinuz-version ro root=/dev/hda10
# initrd /initrd-version.img
#boot=/dev/hda
default=1 #默认启动的系统,0代表第一项,1代表第二项,我这里改成2代表默认启动windows,你可以根据你自己的情况修改
timeout=20 #默认的等待时间,这里是20秒
splashimage=(hd0,/grub/splash.xpm.gz
title Red Hat Enterprise Linux AS (2.6.4)
root (hd0,
kernel /vmlinuz-2.6.4 ro root=/dev/hda10 vga=0x303
initrd /initrd-2.6.4.img
title Red Hat Enterprise Linux AS (2.4.21-4.EL)
root (hd0,
kernel /vmlinuz-2.4.21-4.EL ro root=LABEL=/ vga=0x303
initrd /initrd-2.4.21-4.EL.img
title Microsoft Windows
rootnoverify (hd0,0)
chainloader +1
title rhel install
root (hd0,13)
kernel /rhel/vmlinuz
initrd /rhel/initrd.img
title fc2 install
root (hd0,13)
kernel /fedora/vmlinuz
initrd /fedora/initrd.img