Results 1 to 8 of 8

Thread: GRUB not showing up on boot.

  1. #1
    Join Date
    Aug 2011
    Location
    Charlotte, North Carolina
    Beans
    6
    Distro
    Ubuntu 11.04 Natty Narwhal

    GRUB not showing up on boot.

    Hello. I have installed the latest version of Ubuntu and the GRUB menu is not showing up. I have tried pressing the shift and the escape keys but those don't work. Thanks for the help.

  2. #2
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: GRUB not showing up on boot.

    You have to hold shift from BIOS until menu appears.

    Does system boot?

    From system or liveCD down load and run the BootInfo report. Post link it creates.

    Boot Repair -Also handles LVM, GPT, separate /boot and UEFI dual boot.:
    https://help.ubuntu.com/community/Boot-Repair
    You can repair many boot issues with this or 'Create BootInfo' report (Other Options) & post the link it creates, so we can see your exact configuration and diagnose advanced problems.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  3. #3
    Join Date
    Jan 2005
    Location
    South Africa
    Beans
    2,098
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: GRUB not showing up on boot.

    Is this a dual boot or just Ubuntu installed.

    In case of dual boot, what happens? Boot straight to Windows? In that case, you might have an UEFI bios.

    If it's only Ubuntu installed (and it boots properly), you can enable the menu. Edit /etc/default/grub (you need root permissions) and modify the hidden timeout as shown below (in bold red)

    Code:
    # If you change this file, run 'update-grub' afterwards to update
    # /boot/grub/grub.cfg.
    
    GRUB_DEFAULT=0
    GRUB_HIDDEN_TIMEOUT=
    GRUB_HIDDEN_TIMEOUT_QUIET=true
    GRUB_TIMEOUT=10
    GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
    GRUB_CMDLINE_LINUX=""
    Save the file and run
    Code:
    sudo update-grub
    to activate the changes and after a reboot you will always have the menu.
    If you don't make backups of your important data, your data is obviously not important to you.

  4. #4
    Join Date
    Jan 2008
    Location
    France
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Arrow Re: GRUB not showing up on boot.

    Hello

    1) Try the 'Recommended repair' of Boot-Repair. Indicate us the URL that will appear. Reboot the PC.
    2) if still not good, setup your BIOS so that it boot the Ubuntu disk first. Reboot the PC. Tell us what you observe.

  5. #5
    Join Date
    Aug 2011
    Location
    Charlotte, North Carolina
    Beans
    6
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: GRUB not showing up on boot.

    I downloaded and installed Boot repair. I started it up and I clicked on recommend repair and I got this error message. "You have installed on sda6 a Linux version which is not EFI-compatible. It is probably incompatible with your computer. Please install an EFI-compatible system. For example, Ubuntu-Secure-Remix-64bits and Ubuntu-64bits are EFI-compatible systems."

  6. #6
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: GRUB not showing up on boot.

    It sounds like it is saying this is a new system with UEFI not BIOS booting. You then have to use the 64 bit version not the 32bit version of Ubuntu. Ubuntu only suggests the 32 bit as many users have old systems that can only run 32 bit. They assume users with new systems know to use 64 bit.

    Post the link to the BootInfo report Boot-Repair creates.
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  7. #7
    Join Date
    Aug 2011
    Location
    Charlotte, North Carolina
    Beans
    6
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: GRUB not showing up on boot.

    I downloaded the 64bit version of Ubuntu and GRUB appears! Everything appears to be working fine. Thanks for the help.

  8. #8
    Join Date
    Jan 2008
    Location
    France
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Arrow Re: GRUB not showing up on boot.

    @neale3456: good job, and happy Ubuntu-ing


    Quote Originally Posted by oldfred View Post
    It sounds like it is saying this is a new system with UEFI not BIOS booting. You then have to use the 64 bit version not the 32bit version of Ubuntu.
    Exactly. B-R detected that the installed Ubuntu is 32bit (which is incompatible with 64bit-UEFI firmware), so it asks the user to reinstall a 64bit instead.
    See:
    https://bugs.launchpad.net/ubuntu/+s...2/+bug/1020446
    https://bugs.launchpad.net/ubuntu/+s...ty/+bug/996332

    (@neale: you can login to your Launchpad account, and mark yourself "Affected" by these bugs)

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
  •