GRUB 怎么设置时间阿?

GRUB 怎么设置时间阿?

我的GRUB 2秒过去了
我想把时间调大点
修改了timeout=15
但是启动的时候还是2秒
郁闷阿
怎么办 阿?
timeout 15
不管用阿
怎么回事
我修改的是/boot/grub/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,
#          kernel /vmlinuz-version ro root=/dev/sda12
#          initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=15
splashimage=(hd0,/grub/splash.xpm.gz
#hiddenmenu
title Fedora (2.6.23.1-42.fc
        root (hd0,
        kernel /vmlinuz-2.6.23.1-42.fc8 ro root=LABEL=/ rhgb quiet
        initrd /initrd-2.6.23.1-42.fc8.img
title Windows
        rootnoverify (hd0,0)
        chainloader +1
你的第一个分区是不是win分区?
要是的话那你就去第一个分区(hda1)里面找grub.conf或menu.lst,修改一下就好了