# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to th
is file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,4)
# kernel /vmlinuz-version ro root=/dev/hda1
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd0,4)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.9-1.667)
root (hd0,4)
kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.9-1.667.img
其中 :1
splashimage=(hd0,4)/grub/splash.xpm.gz
hiddenmenu
这两项是控制启动开始时的动画效果的,用它有啥用呢?浪费时间呀
2、kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/ rhgb quiet
这个: rhgb 大家应该都知道了吧,就是图形启动过程的加载,我还是喜欢数字启动过程,爽。
3、root=LABEL=/ 这里建议大家修改成自己的/root分区所在位置,这样安全。


jlly 于 2009-10-20 18:07:28发表:
学习了!!!
prinse 于 2009-10-14 04:52:43发表:
不建议这种用法:root=LABEL=/
当你有多个根文件系统时,这种用法就糟糕透了……
uubluebird 于 2009-10-13 22:25:44发表:
收藏了
genesy 于 2009-09-29 19:06:51发表:
学习了
chameleon 于 2007-01-23 13:06:15发表:
hiddenmenu
系统安装好后建议将这一项注释掉