找回密码
 注册
查看: 458|回复: 2

我得 grub配置文件得一些信息,大家来看看都是什么意思

[复制链接]
发表于 2004-12-7 11:47:38 | 显示全部楼层 |阅读模式
[root@localhost lazybug]# more /boot/grub/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 (hd1,0)
#          kernel /vmlinuz-version ro root=/dev/hdb3
#          initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd1,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-
        root (hd1,0)
        kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
        initrd /initrd-2.4.20-8.img
title win2k
        rootnoverify (hd0,0)
        chainloader +1

谁能 说说 以上信息都代表 什么 ,呵呵 越详细越好拉 说的 好得有奖品哦
哈哈
发表于 2004-12-7 16:57:35 | 显示全部楼层
default=0默认启动菜单第一项
title xxxx菜单名
kernel xxxx
initrd xxxxx两个启动系统的系统文件。
boot开始启动系统。
回复

使用道具 举报

发表于 2004-12-7 17:33:48 | 显示全部楼层
default=0   //缺省启动的系统顺序
timeout=10   //超时启动默认系统
splashimage=(hd1,0)/grub/splash.xpm.gz  //splash界面
title Red Hat Linux (2.4.20-icon_cool.gif    // grub中显示的标题
root (hd1,0)  
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/   //启动所用的内核
initrd /initrd-2.4.20-8.img  //ramdisk
title win2k  //win2k系统
rootnoverify (hd0,0)
chainloader +1
回复

使用道具 举报

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

本版积分规则

GMT+8, 2025-9-6 21:22 , Processed in 0.031499 second(s), 16 queries .

© 2001-2025 Discuz! Team. Powered by Discuz! X3.5.

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