帮楼上示范下
# 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/sda2
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
password --md5 $1$sJ3HTVU1$wDj4UtGTxs5IpAPo3A7me0
kristic 于 2007-12-04 12:06:31发表:
谢谢分享,谢谢分享
Boyswywh 于 2007-12-03 23:45:48发表:
学习一下
bigwario 于 2007-12-03 23:27:48发表:
帮楼上示范下
# 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/sda2
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
password --md5 $1$sJ3HTVU1$wDj4UtGTxs5IpAPo3A7me0
title WINXP
root (hd0,0)
chainloader +1
title Fedora (2.6.23.1-49.fc8)
root (hd0,0)
kernel /vmlinuz-2.6.23.1-49.fc8 ro root=LABEL=/1 rhgb quiet
initrd /initrd-2.6.23.1-49.fc8.img
[ 本帖最后由 bigwario 于 2007-12-4 00:00 编辑 ]
marco.chan 于 2007-12-03 22:44:05发表:
[marco.chan@fedora8 ~]$ sudo vi /etc/grub.conf
找到"default",把数字修改为相应的title(0开始是第一个)