|
楼主 |
发表于 2005-8-31 16:18:05
|
显示全部楼层
# grub.conf gengerated by anaconda
#
# Note that you do not have to return 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,2)
# kernel /boot/vmlinuz-version ro root=/dev/hda3
# initrd /boot/initrd-version.img
# boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,2)/boot/grub/splash.xpm.gz
title Fedora Core(2.6.5-1.35
root(hd0,2)
kernel /boot/vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.5-1.358.img
title Windows 2000
rootnoverify (hd0,0)
makeactive
chainloader +1 |
|