────────────────────────────
# 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/hda3
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.20-13.9)
root (hd0,0)
kernel /vmlinuz-2.4.20-13.9 vga=0x314 ro root=/dev/hda3 hdc=ide-scsi
initrd /initrd-2.4.20-13.9.img
────────────────────────────
真接在最后再加上:
title red hat linux
#new linux kernel
root(hd0,0)
kernel /bzImage ro root=/dev/hda3 hdc=ide=scsi
就这样,还要把baImage拷贝到你放vmlinuz-2.4.20-13.9 的地方,一般是在/etc/boot下吧,你自己找找吧