在更新了F7后,引导菜单多了一个启动项。这是我的menu.lst的内容:
#
# 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,6)
# kernel /vmlinuz-version ro root=/dev/sda9
# initrd /initrd-version.img
#boot=/dev/sda
default=2
timeout=5
splashimage=(hd0,6)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.22.9-91.fc7)
root (hd0,6)
kernel /vmlinuz-2.6.22.9-91.fc7 ro root=LABEL=/1 rhgb quiet
initrd /initrd-2.6.22.9-91.fc7.img
title Fedora (2.6.21-1.3194.fc7)
root (hd0,6)
kernel /vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/1 rhgb quiet
initrd /initrd-2.6.21-1.3194.fc7.img
title Windows XP
rootnoverify (hd0,0)
chainloader +1
其中 Fedora (2.6.22.9-91.fc7)是升级后才有的,而原来的Fedora (2.6.21-1.3194.fc7)也被 保存下来了。
可以删除,但相关的内核在/boot/下文件并没删除。做个备份,然后删掉无用的部分,这个不影响使用。
奶茶dsk 于 2007-10-20 18:36:51发表:
说的不错。。支持下。。