Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
When ever I boot Ubuntu 10.4 the boot menu appears, this is the same menu that appears on normal boot when "Esc" is pressed. It then boots to Ubuntu if ...
  1. #1
    Just Joined!
    Join Date
    Apr 2010
    Posts
    6

    Bypassing the boot menu Ubuntu 10.4

    When ever I boot Ubuntu 10.4 the boot menu appears, this is the same menu that appears on normal boot when "Esc" is pressed. It then boots to Ubuntu if I press "Enter" or wait 24 seconds. How can I bypass the boot menu and do a normal boot? Thanks.

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Hello and Welcome.
    Are you saying you do not want to wait 24 seconds or are you saying something different? What is a normal boot for you?
    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.

  3. #3
    Just Joined!
    Join Date
    Apr 2010
    Posts
    6
    Quote Originally Posted by MikeTbob View Post
    Hello and Welcome.
    Are you saying you do not want to wait 24 seconds or are you saying something different? What is a normal boot for you?
    Before I upgraded to 10.4 the boot menu was ony there when I pressed Esc. I want it that way not the way it is now.

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Ok then.
    You'll need to edit a file by hand or you can adjust this setting with a program in your menu, it's called "Startup Manager". see this link for more info.
    http://www.linuxforums.org/forum/ubu...-grub-2-a.html
    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.

  5. #5
    Just Joined!
    Join Date
    Apr 2010
    Posts
    6
    Quote Originally Posted by MikeTbob View Post
    Ok then.
    You'll need to edit a file by hand or you can adjust this setting with a program in your menu, it's called "Startup Manager". see this link for more info.
    []
    I am new to this can you give me more detail on how to do this?

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    These are the best instructions for doing it...from the Ubuntu website which explains it better than I could.
    https://help.ubuntu.com/community/StartUpManager
    This will help you install Start up Manager, it's a graphical tool for configuring the boot options. It's not that hard and if you get stuck on something then just post back here with your results so far.
    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
    Just Joined!
    Join Date
    Apr 2010
    Posts
    6
    Quote Originally Posted by MikeTbob View Post
    These are the best instructions for doing it...from the Ubuntu website which explains it better than I could.

    This will help you install Start up Manager, it's a graphical tool for configuring the boot options. It's not that hard and if you get stuck on something then just post back here with your results so far.
    Thank you that was simple and it works great now. That 30 second delay was way to long. I will stick with 5 seconds for now. Thanks again.

  8. #8
    Just Joined!
    Join Date
    Mar 2007
    Posts
    3

    You may find this easier

    Open a terminal window (Applications|Accessories|Terminal)

    In the terminal window, run the command...
    sudo gedit /boot/grub/menu.lst

    You will be asked for a password--enter your normal user password.

    When the gedit window comes up, scroll down to a section that has
    the following lines...
    ##hidden menu
    # hides the menu by default (press ESC to see menu)
    #hiddenmenu

    At the beginning of the #hiddemenu line (3rd line), delete the #

    Save the file.

    Exit the file.

  9. #9
    Just Joined!
    Join Date
    Apr 2010
    Posts
    6
    Quote Originally Posted by jimbmac777 View Post
    Open a terminal window (Applications|Accessories|Terminal)

    In the terminal window, run the command...
    sudo gedit /boot/grub/menu.lst

    You will be asked for a password--enter your normal user password.

    When the gedit window comes up, scroll down to a section that has
    the following lines...
    ##hidden menu
    # hides the menu by default (press ESC to see menu)
    #hiddenmenu

    At the beginning of the #hiddemenu line (3rd line), delete the #

    Save the file.

    Exit the file.
    In my situation for some reason hidemenu is not commented out but I still see the menu.

  10. #10
    Just Joined!
    Join Date
    Mar 2007
    Posts
    3
    Quote Originally Posted by joelw135 View Post
    In my situation for some reason hidemenu is not commented out but I still see the menu.
    If it's hidemenu instead of hiddenmenu, that's probably the problem

    Replace the word hidemenu with hiddenmenu and try it.

Page 1 of 2 1 2 LastLast

Posting Permissions

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