|
|
发表于 2004-12-8 11:43:02
|
显示全部楼层
[PHP]# 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,8)
# kernel /boot/vmlinuz-version ro root=/dev/hda9
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=1
timeout=5
splashimage=(hd0,8)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.9-1.681_FC3)
root (hd0,8)
kernel /boot/vmlinuz-2.6.9-1.681_FC3 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.9-1.681_FC3.img
title windowsXP
rootnoverify (hd0,0)
chainloader +1
title lfs (2.4.26)
root (hd0,5)
kernel (hd0,5)/boot/vmlinuz-2.4.26 ro root=/dev/hda6
initrd (hd0,5)/boot/initrd-2.4.26.img
[/PHP]
这样试一下 |
|