|

楼主 |
发表于 2008-11-29 11:29:56
|
显示全部楼层
Post by hades;1916057
在GRUB里可以去掉的,看来LZ和众位兄弟们不经常修改GRUB。CONF呀 哈哈
我的GRUB是这样子的。改哪里????
# 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,0)
# kernel /vmlinuz-version ro root=/dev/sda3
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=0
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.27.5-117.fc10.i686)
root (hd0,0)
kernel /vmlinuz-2.6.27.5-117.fc10.i686 ro root=UUID=bd64a313-7545-4cd0-996f-909b180e0895 rhgb quiet
initrd /initrd-2.6.27.5-117.fc10.i686.img |
|