|
发表于 2008-12-6 15:55:10
|
显示全部楼层
# 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/sda2
# initrd /boot/initrd-version.img
#boot=/dev/sda2
default=0
timeout=5
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
#hiddenmenu
title Fedora Linux 10 (2.6.27.5-117.fc10.i686)
root (hd0,1)
kernel /boot/vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=2c56d4df-c79b-47fa-8f0f-e8c848635263 rhgb quiet vga=0x318
initrd /boot/initrd-2.6.27.5-117.fc10.i686.img
title Mandriva Linux 2009
rootnoverify (hd0,4)
chainloader +1
title Windows XP
rootnoverify (hd0,0)
chainloader +1 |
|