Results 1 to 10 of 10

Thread: Problem with boot menu!

  1. #1
    Join Date
    Sep 2009
    Beans
    18

    Exclamation Problem with boot menu!

    When I boot up my computer, the menu gives me the options to boot into one of these operating systems:

    title Ubuntu 9.04, kernel 2.6.28-15-generic
    uuid 2fb78eda-4f0e-446d-baae-fdf440a32f66
    kernel /boot/vmlinuz-2.6.28-15-generic root=UUID=2fb78eda-4f0e-446d-baae-fdf440a32f66 ro quiet splash
    initrd /boot/initrd.img-2.6.28-15-generic
    quiet

    title Ubuntu 9.04, kernel 2.6.28-15-generic (recovery mode)
    uuid 2fb78eda-4f0e-446d-baae-fdf440a32f66
    kernel /boot/vmlinuz-2.6.28-15-generic root=UUID=2fb78eda-4f0e-446d-baae-fdf440a32f66 ro single
    initrd /boot/initrd.img-2.6.28-15-generic

    title Ubuntu 9.04, kernel 2.6.28-11-generic
    uuid 2fb78eda-4f0e-446d-baae-fdf440a32f66
    kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=2fb78eda-4f0e-446d-baae-fdf440a32f66 ro quiet splash
    initrd /boot/initrd.img-2.6.28-11-generic
    quiet

    title Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
    uuid 2fb78eda-4f0e-446d-baae-fdf440a32f66
    kernel /boot/vmlinuz-2.6.28-11-generic root=UUID=2fb78eda-4f0e-446d-baae-fdf440a32f66 ro single
    initrd /boot/initrd.img-2.6.28-11-generic

    title Ubuntu 9.04, memtest86+
    uuid 2fb78eda-4f0e-446d-baae-fdf440a32f66
    kernel /boot/memtest86+.bin
    quiet


    title Windows Vista (loader)
    rootnoverify (hd0,1)
    savedefault
    makeactive
    chainloader +1




    For some reason, "Ubuntu 9.04, kernel 2.6.28-11-generic" and "Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)" show up twice in the boot menu. Did I accidentally install Ubuntu twice? How do I fix this?

  2. #2
    Join Date
    Jan 2008
    Beans
    7,744

    Re: Problem with boot menu!

    Hi Zking, when you updated your computer, you got a new kernel (2.6.28-15). Ubuntu keeps the old kernel (2.6.28-11) so you can boot into it in case there's a problem. Each kernel has a recovery mode as well, in case you need it. Your menu looks normal to me.

    ps You can tell you have one Ubuntu install and not two by comparing the UUID numbers... they are identical, therefore all of your Ubuntu is installed on the same partition.

  3. #3
    Join Date
    Sep 2009
    Beans
    18

    Re: Problem with boot menu!

    Quote Originally Posted by snowpine View Post
    Hi Zking, when you updated your computer, you got a new kernel (2.6.28-15). Ubuntu keeps the old kernel (2.6.28-11) so you can boot into it in case there's a problem. Each kernel has a recovery mode as well, in case you need it. Your menu looks normal to me.

    ps You can tell you have one Ubuntu install and not two by comparing the UUID numbers... they are identical, therefore all of your Ubuntu is installed on the same partition.
    Oh, okay. Thanks for the help.

  4. #4
    Join Date
    Jul 2009
    Location
    London, England
    Beans
    10
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Problem with boot menu!

    Quote Originally Posted by snowpine View Post
    when you updated your computer, you got a new kernel (2.6.28-15). Ubuntu keeps the old kernel (2.6.28-11) so you can boot into it in case there's a problem. Each kernel has a recovery mode as well, in case you need it.
    I have three kernels in my GRUB menu. Is there any way of getting rid of old ones to free up disk space?

    Thanks,
    Masood

  5. #5
    Join Date
    Jan 2008
    Beans
    7,744

    Re: Problem with boot menu!

    Quote Originally Posted by mbaggia View Post
    I have three kernels in my GRUB menu. Is there any way of getting rid of old ones to free up disk space?

    Thanks,
    Masood
    Yes; you can remove old kernels in the Synaptic package manager. Look for the linux-headers and linux-images packages, and be sure to remove the correct versions.

    I recommend keeping at least two kernels so you always have a spare.

  6. #6
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Problem with boot menu!

    mbaggia,

    You can remove them via synaptic, as mentioned in the previous post, or hide them in the menu.lst. You can do this manually or using a grub tweaking app called StartUp-Manager. It's a great GUI menu editor for Grub.

    This guide discusses SUM but also contains a section on how to remove the kernel displays (including how to remove them with Synaptic):
    http://ubuntuforums.org/showthread.php?t=818177
    Back to Xorg...

    Retired.

  7. #7
    Join Date
    Jan 2008
    Beans
    7,744

    Re: Problem with boot menu!

    Hiding them in the grub list will not accomplish Masood's stated goal of freeing up disk space.

  8. #8
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Problem with boot menu!

    Quote Originally Posted by snowpine View Post
    Hiding them in the grub list will not accomplish Masood's stated goal of freeing up disk space.
    That's why I referenced the section of the guide which discusses specifically which files to remove via Synaptic. But you are correct and I could have been clearer.
    Back to Xorg...

    Retired.

  9. #9
    Join Date
    Jul 2009
    Location
    London, England
    Beans
    10
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Problem with boot menu!

    Thank you both for the advice!

  10. #10
    Join Date
    Aug 2006
    Beans
    59
    Distro
    Ubuntu Karmic Koala (testing)

    Re: Problem with boot menu!

    You can use apt-get to remove the old kernels:

    Code:
    sudo apt-get remove linux-image-2.6.28-XX-generic
    Where XX is the kernel you want to remove. Doing this will also remove the entries froom the boot menu

Bookmarks

Posting Permissions

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