wuestefox 发表于 2005-9-4 00:39:16

大家看我的grub.conf对吗?

下面是我的grub.conf:

# 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,5)
#          kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
#          initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=5
splashimage=(hd0,5)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.9-1.667)
        root (hd0,5)
        kernel /vmlinuz-2.6.9-1.667 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
        initrd /initrd-2.6.9-1.667.img
title DOS
        rootnoverify (hd0,0)
        chainloader +1

cee1 发表于 2005-9-4 02:54:55

没问题么,具体要看你的机器的情况了,开机菜单不是直接显示的,大概要按ESC键(如果不想这样,可以把hiddenmenu 注释掉(在其前面加#)

fox_eagle2003 发表于 2005-9-4 13:55:41

title DOS
rootnoverify (hd0,0)
chainloader +1
boot

月下刀客 发表于 2005-9-4 15:52:58

都能正常启动就正确

wuestefox 发表于 2005-9-4 17:29:45

谢谢楼上的朋友!
页: [1]
查看完整版本: 大家看我的grub.conf对吗?