红联Linux门户
Linux帮助

修改FC6的默认启动顺序

发布时间:2007-05-07 00:40:40来源:红联作者:Worktogether
  由于本人使用的系统是FC6,所以以下的操作说明仅能保证FC6下的正确性,呵呵。正常安装完FC6后,如果是linux,windows双系统的话,默认启动的是linux,由于平时还是使用windows居多,所以希望把默认启动设置为windows,修改方法如下:

  找到 /boot/grub/grub.conf文件,显示如下

default=0
timeout=5
splashimage=(hd0,7)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.18-1.2798.fc6xen)
root (hd0,7)
kernel /xen.gz-2.6.18-1.2798.fc6
module /vmlinuz-2.6.18-1.2798.fc6xen ro root=/dev/VolGroup00/LogVol00 rhgb quiet
module /initrd-2.6.18-1.2798.fc6xen.img
title Other
rootnoverify (hd0,0)
chainloader +1

  将第一行的default值修改为1,则表示默认启动为第二项,这里所说的项,以title分隔,title后的内容为启动菜单中所显示的内容,这里可以将Other改为Windows XP之类的。
文章评论

共有 0 条评论