- 论坛徽章:
- 0
|
[root@rhel5 boot]# ls
config-2.6.18-128.el5 lost+found System.map-2.6.25.19
grub symvers-2.6.18-128.el5.gz vmlinuz
initrd-2.6.18-128.el5.img System.map vmlinuz-2.6.18-128.el5
initrd-2.6.25.19.img System.map-2.6.18-128.el5 vmlinuz-2.6.25.19
[root@rhel5 grub]# cat 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/sda
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Red Hat Enterprise Linux Server (2.6.25.19)
root (hd0,0)
kernel /vmlinuz-2.6.25.19 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.25.19.img
title Red Hat Enterprise Linux Server (2.6.18-128.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-128.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-128.el5.img |
|