| # 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=1 
timeout=10 
splashimage=(hd0,1)/boot/grub/splash.xpm.gz 
title Fedora Core(2.6.11) 
root (hd0,1) 
kernel /boot/vmlinuz ro root=/dev/hda2 ---你的linux所在的分区 
title DOS 
rootnoverify (hd0,0) 
chainloader +1 
title Fedora Core(2.4.22) 
root (hd0,1) 
kernel /boot/vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ 
hdd=ide-scsi rhgb 
initrd /boot/initrd-2.4.22-1.2115.nptl.img |