LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 825|回复: 4

请问如何在GRUB中增加启动选项?

[复制链接]
发表于 2003-7-14 12:16:43 | 显示全部楼层 |阅读模式
我的系统有三个系统:1.WIN2000;2.turboLINUX;3.RED
请问如何在GRUB中增加启动选项?
:help
发表于 2003-7-14 12:37:00 | 显示全部楼层
title Red Hat Linux (2.4.18-14)
        root (hd0,1)
        kernel /vmlinuz-2.4.18-14 ro root=LABEL=/
        initrd /initrd-2.4.18-14.img
title Windows 2000 Pro
        rootnoverify (hd0,0)
        chainloader +1
这是我的grub.conf配置文件,看对你有没有什么帮助,请记住你的其它系统的起动分区.
 楼主| 发表于 2003-7-14 12:39:19 | 显示全部楼层

帮我

我已修改了/etc/grub.conf ,但所加的一个启动项,在REBOOT 后启动菜单中没有
显示
发表于 2003-7-14 12:54:07 | 显示全部楼层
把你的grub.conf文件的内容贴上来看看。
 楼主| 发表于 2003-7-15 10:56:52 | 显示全部楼层

我的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,2)
#          kernel /vmlinuz-version ro root=/dev/hdc5
#          initrd /initrd-version.img
#boot=/dev/hdc
default=0
timeout=10
splashimage=(hd0,2)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-8)
        root (hd0,2)
        kernel /vmlinuz-2.4.20-8 ro root=LABEL=/1
        initrd /initrd-2.4.20-8.img
title DOS
        rootnoverify (hd0,0)
        chainloader +1
TurboLinux
        root (hd0,1)
        kernel /vmlinuz  ro root=/dev/hdc2
        initrd /initrd.img
"grub.conf" 24L, 672C
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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