Find the answer to your Linux question:
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 ...
  1. #1
    Just 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)

  2. #2
    oz
    oz is online now
    forum.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.

  3. #3
    Just 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?

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    If latest version, 2.6.31.9-174 is working fine then un-install earlier version.
    Execute this
    Code:
    su -
    rpm -q kernel
    rpm -e kernel-<correct-version>
    rpm -e will un-install kernel. Make sure to un-install earlier version only.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just 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?

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    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.

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  8. #8
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Quote Originally Posted by devils casper View Post
    Fedora will not remove those and kernels will pile up.
    Well, thanks for the info...it's good to know but I sure do think that distros like Fedora that want to be user friendly should remove them for you. I'm pretty sure Mint Linux will do this for you and I just think it's a nice Feature.
    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.

  9. #9
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    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

  10. #10
    Just Joined!
    Join Date
    Dec 2009
    Posts
    18
    Thanks devils casper! That did the trick

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...