vi /boot/grub.conf修改启动菜单
default=0 默认的操作系统由default来控制,0表示第一个
timeout=10
splashimage=(hd0,5)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
root (hd0,5) 第一个主分区为(hd0,0),第一个逻辑分区为(hd0,1)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /initrd-2.4.20-8.img initrd 初始化用的镜象文件。
title DOS
rootnoverify (hd0,0)
chainloader +1 如果默认操作系统为linux,就把1改为0,就Ok.
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/