- 论坛徽章:
- 0
|
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 (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.15)
root (hd0,0)
kernel /vmlinuz-2.6.15 ro root=/dev/VolGroup00/LogVol00 linux
initrd /initrd-2.6.15.img
title Fedora Core (2.6.11-1.1369_FC4)
root (hd0,0)
kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=/dev/VolGroup00/LogVol00 linux
initrd /initrd-2.6.11-1.1369_FC4.img
系统现在加载的是2.6.11-1.1369_FC4,但我想要的是2.6.15,该怎样改呢? |
|