Results 1 to 10 of 10
In my GRUB bootloader, I am getting two entries for Fedora. I am using the default GRUB distributed with Fedora 12. The two entries are as shown below. I looked ...
- 12-31-2009 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 18
[SOLVED] Two entries for Fedora showing up in GRUB
In my GRUB bootloader, I am getting two entries for Fedora. I am using the default GRUB distributed with Fedora 12. The two entries are as shown below. I looked in the boot folder of my Fedora filesystem and each entry has its own config file. I'm kind of a newbie and I am trying to understand why this happened. Should I delete one, and if so which? Would I be better off to leave both? I can boot using either entry. Thanks ahead of time!
Code:Fedora (2.6.31.5-127.fc12.x86_64) Fedora (2.6.31.9-174.fc12.x86_64)
- 12-31-2009 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
Welcome to the forums!

It looks like you've upgraded your kernel somewhere along the way. The older kernels are usually kept in place so that if the new kernel doesn't work properly, your system won't be left in an unbootable state. You should be fine with deleting the older kernel if the new one is working properly.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 01-01-2010 #3Just Joined!
- Join Date
- Dec 2009
- Posts
- 18
Thanks ozar. I did install some updates. So just to be clear I should delete the on that says 5-127 and not the one that says 9-174? Also, what exactly should I delete? The config files in the boot folder?
- 01-01-2010 #4
If latest version, 2.6.31.9-174 is working fine then un-install earlier version.
Execute this
rpm -e will un-install kernel. Make sure to un-install earlier version only.Code:su - rpm -q kernel rpm -e kernel-<correct-version>
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-01-2010 #5Just Joined!
- Join Date
- Dec 2009
- Posts
- 18
Thanks to the both of you! devils casper, will give that a try in the morning when I'm feeling more adventurous. Out of curiosity, if I left all my kernels when updating would they just pile up? Or would Fedora automatically delete older ones after a while?
- 01-01-2010 #6
I think Fedora will eventually remove them but I could be wrong, I haven't used Fedora in awhile now.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 01-01-2010 #7
Fedora will not remove those and kernels will pile up.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-01-2010 #8I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 01-01-2010 #9
There are a lot of problems in Fedora. Its installer doesn't recognize other installed Linux distro and one has to edit grub.conf to add entries of other distros.
Fedora installer detects Windows OS perfectly.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 01-01-2010 #10Just Joined!
- Join Date
- Dec 2009
- Posts
- 18
Thanks devils casper! That did the trick



