|
我现在是双系统XP和FC5,问题是每次启动计算机的时候必须狂摁下箭头键进入GRUB界面之后才能选择操作系统,否则就只能进入默认的系统了,郁闷阿,我设置了10秒的选择时间,可是在那个时候摁任何键都没有作用阿
附上我的GRUB配置文件吧
------------------------------------------
# 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,6)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=10
splashimage=(hd0,6)/grub/splash.xpm.gz
title Fedora Core 5 (2.6.17-1.2187_FC5smp)
root (hd0,6)
kernel /vmlinuz-2.6.17-prep ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.17-prep.img
title Windows XP Professional Edition with SP2
rootnoverify (hd0,0)
chainloader +1
----------------------------------------- |
|