2005-10-21 11:00:16
The extra entries are left in Grub, in case the new kernel does not boot for some reason. You can edit the /boot/grub/menu.lst file to either comment out the entries that you do not want, or delete them. I would comment out the lines, in case you make an error editing. I would leave the failsafe entries intact, in case you ned to recover or troubleshoot any issues later on.
When you have FC4 up, make sure that you know what the current kernel is that you are running. Type in uname -r and make note of the current kernel.
Comment out the lines in the menu.lst file for the grub entries that you want out, starting with the "title" line, like such;
#title.....
#kernel (hd0,0)/boot/vmlinux (the kernel version to comment out)
#initrd (hd0,0)....
On your next grub boot, these lines will be ignored.
|