Results 1 to 6 of 6

Thread: no boot menu in 10.04

  1. #1
    Join Date
    Jun 2007
    Location
    Atlanta, GA
    Beans
    802
    Distro
    Ubuntu 15.04 Vivid Vervet

    no boot menu in 10.04

    Hi, I have a strange issue. I installed Lucid on a new box and although it boots fine I get no boot menu. I just did a bunch of updates, including a new kernel, so I would expect that the older kernel would show up as well as the recovery option. I've rerun "update-grub" a few times but to no avail. Any ideas would be welcome!
    Registered Linux user #436067
    Registered Ubuntu user #29066
    -----------------------------
    Linux assumes you know exactly what you are doing.

  2. #2
    Join Date
    Aug 2007
    Location
    a puddle in Manchester
    Beans
    9,198
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: no boot menu in 10.04

    If it is the only OS I think the default in grub2 is to just boot it. If you hold down the shift key during boot I think the menu will show up.
    MacBook Pro 10,1 retina

  3. #3
    Join Date
    Feb 2009
    Location
    Le Petit Rocher
    Beans
    1,549
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: no boot menu in 10.04

    install startup-manager from synaptic package manager and find it under system/administration. Make sure the time out is long enough to see the kernels
    Six Saturdays a week for me.

  4. #4
    Join Date
    Jun 2007
    Location
    Atlanta, GA
    Beans
    802
    Distro
    Ubuntu 15.04 Vivid Vervet

    Re: no boot menu in 10.04

    Quote Originally Posted by lindsay7 View Post
    install startup-manager from synaptic package manager and find it under system/administration. Make sure the time out is long enough to see the kernels
    I installed startup mangler and the time out is set to 10 seconds. The previous poster was correct about holding the shift key to bring up the boot menu. Why it doesn't do this by default escapes me, and I would be happy if someone had a resolution to this.
    Registered Linux user #436067
    Registered Ubuntu user #29066
    -----------------------------
    Linux assumes you know exactly what you are doing.

  5. #5
    Join Date
    Jun 2007
    Location
    K-o-T,
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: no boot menu in 10.04

    Quote Originally Posted by oboedad55 View Post
    I installed startup mangler and the time out is set to 10 seconds. The previous poster was correct about holding the shift key to bring up the boot menu. Why it doesn't do this by default escapes me, and I would be happy if someone had a resolution to this.
    Try
    Code:
    gksudo gedit /etc/default/grub
    Change this line
    Code:
    #GRUB_HIDDEN_TIMEOUT=0
    to
    Code:
    GRUB_HIDDEN_TIMEOUT=05
    and then run
    Code:
    sudo update-grub
    Good luck
    Hypertension = Take with a pinch of salt
    | Psychocats | Ubuntu Documentation | Howto [Solved] | BBcode list | Brother Website |

  6. #6
    Join Date
    Jun 2007
    Location
    Atlanta, GA
    Beans
    802
    Distro
    Ubuntu 15.04 Vivid Vervet

    Re: no boot menu in 10.04

    Quote Originally Posted by plucky View Post
    Try
    Code:
    gksudo gedit /etc/default/grub
    Change this line
    Code:
    #GRUB_HIDDEN_TIMEOUT=0
    to
    Code:
    GRUB_HIDDEN_TIMEOUT=05
    and then run
    Code:
    sudo update-grub
    Good luck
    Thanks for the reply. I found that same answer minutes before I saw your post. The "fix" works great. Apparently if you only have the one OS installed you don't get the boot menu by default with Lucid. I still think it's odd and after I managed to word the search properly I got a number of Google hits on this issue. I did notice that in your reply the order for correction is backwards. If the line is commented out the boot menu will show.
    Last edited by oboedad55; October 13th, 2010 at 04:18 PM. Reason: clarity
    Registered Linux user #436067
    Registered Ubuntu user #29066
    -----------------------------
    Linux assumes you know exactly what you are doing.

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
  •