[root@blueox]# rpm -qa | grep kernel kernel-utils-2.4-13.1.39 kernel-smp-2.6.9-1.681_FC3 kernel-smp-2.6.9-1.724_FC3 |
[root@blueox]# rpm -e <kernel_you_want_to_delete> |
[root@blueox]# rm -rf linux-2.6.10 |
rm -rf
/lib/modules/2.6.10 rm -f /boot/vmlinuz-2.6.10 rm -f /boot/initrd-2.6.10 rm -f /boot/System.map-2.6.10 rm -f /boot/config-2.6.10 |
title Fedora
Core (2.6.10) root (hd0,2) kernel /boot/vmlinuz-2.6.10 ro root=LABEL=/ rhgb quiet apm=off acpi=on initrd /boot/initrd-2.6.10.img |
[root@blueox]# vim /boot/grub/grub.conf |
default=0 |
title Fedora
Core (2.6.9-1.681_FC3smp) root (hd0,2) kernel /boot/vmlinuz-2.6.9-1.681_FC3smp ro root=LABEL=/ rhgb quiet apm=off acpi=on initrd /boot/initrd-2.6.9-1.681_FC3smp.img |