As far as I know, only the last 3 versions are kept, the older ones will be removed from the grub.conf file.
Main Topics
Browse All TopicsSome how I have upgraded my FC 4 to have FC 2.6.15-1.1831, FC4, FC 2.14.1.1656 and FC 11.1.1369 (as well as Win XP in grub.config) and I don't know why all the Linux stuff is in there. I can edit the grub.config file but why does each update simply add another OS and not delete the older one? I'm sorry I don't have any more points for you guys.
Joe
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Yes, rpm runs and has a lot of complicated info. Obviously -e means to erase something, but I really don't know how to specify the oldest kernel. I tried to erase FC 2.6.11-1.1369_FC4 but got an error message, "error: package kernel_FC is not installed" and "error: package 2.6.11-1.1369_FC4 is not installed"
What does this mean?
Thanks much!
It's odd however that the running of the command took 20 to 30 seconds, and had no written response, but a reboot showed that the 2.6.11-1 version was no longer available.
It makes sense that a space follows rpm and the -e for erase and then the file name without spaces.
Keep up the good work!
Business Accounts
Answer for Membership
by: slow1000Posted on 2006-02-12 at 20:14:40ID: 15938652
It's a precaution. A new kernel might not work, so the previous kernel is left installed.
You can use
rpm -qa|grep kernel
to list installed kernels, then use
kernel -e kernel-package-names
to delete those you no longer need.