QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 476|回复: 2

求救有关grub的使用

[复制链接]
发表于 2004-4-18 11:25:26 | 显示全部楼层 |阅读模式
小弟的用的双系统,用grub引导
   而它的默认值是进入linux (有9秒的选择)
现在小弟想把它的默认选择改为dos(winxp在菜单里为dos)
并想加长选择的时间~!
  希望那位大哥能教教小弟~!
  特别是要能发表一篇有关此grub和lilo的详细设置就好了~!
    小弟在这谢谢各位大哥了~! 谢谢。。。。。  
发表于 2004-4-18 11:58:56 | 显示全部楼层
# 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/hda10
#          initrd /initrd-version.img
#boot=/dev/hda
default=1 #默认启动的系统,0代表第一项,1代表第二项,我这里改成2代表默认启动windows,你可以根据你自己的情况修改
timeout=20 #默认的等待时间,这里是20秒
splashimage=(hd0,/grub/splash.xpm.gz
title Red Hat Enterprise Linux AS (2.6.4)
        root (hd0,
        kernel /vmlinuz-2.6.4 ro root=/dev/hda10 vga=0x303
        initrd /initrd-2.6.4.img
title Red Hat Enterprise Linux AS (2.4.21-4.EL)
        root (hd0,
        kernel /vmlinuz-2.4.21-4.EL ro root=LABEL=/ vga=0x303
        initrd /initrd-2.4.21-4.EL.img
title Microsoft Windows
        rootnoverify (hd0,0)
        chainloader +1
title rhel install
        root (hd0,13)
        kernel /rhel/vmlinuz
        initrd /rhel/initrd.img
title fc2 install
        root (hd0,13)
        kernel /fedora/vmlinuz
        initrd /fedora/initrd.img
回复

使用道具 举报

 楼主| 发表于 2004-4-18 13:46:05 | 显示全部楼层
谢谢这位 大哥
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-17 07:24 , Processed in 0.043868 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表