Results 1 to 3 of 3

Thread: Problem getting grub to load after installation on UEFI system

  1. #1
    Join Date
    Sep 2013
    Beans
    4

    Problem getting grub to load after installation on UEFI system

    Hello,

    I followed the instructions found here: https://help.ubuntu.com/community/UEFI, but when I start up the computer, it goes directly to Windows, without the Grub ever showing. Here is the link given to me by the boot repair process: http://paste.ubuntu.com/6111772/

    I appreciate any help.

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Problem getting grub to load after installation on UEFI system

    Try setting your second hard drive as the priority boot device. Grub is installed to sdb not sda, so that is the first thing to do. Come back again if that is not the answer.

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

    Re: Problem getting grub to load after installation on UEFI system

    You are showing grub legacy on sdb. That must be an old drive. Also XP does not read gpt partitioned drives.

    You show grub in the efi partition. It usually does not auto boot ubuntu after install, you have to go into UEFI menu and choose the ubuntu entry or try the one time boot key to test booting of ubuntu entry.

    Boot-Repair has added correct entries for Windows UEFI boot. But os-prober creates BIOS boot entries that will not work.

    It also looks like os-prober found all your old installs on sdb. But if booted in UEFI mode, you probably cannot use any of those entries as they need BIOS/CSM mode. If you have a working BIOS boot in sdb, then from UEFI/BIOS using CSM mode should be able to boot sdb installs, but then will not be able to boot any installs in sda.

    grub2's os-prober creates wrong style (BIOS) chain boot entry
    https://bugs.launchpad.net/ubuntu/+s...2/+bug/1024383
    type of entry from Boot-Repair that should work.
    menuentry "Windows UEFI bootmgfw.efi" {
    menuentry "Windows Boot UEFI loader" {
    Type of entry from os-porber that does not work:
    'Windows ...) (on /dev/sdXY)'
    Some info in Post #3 on cleaning up menus, if desired.
    http://ubuntuforums.org/showthread.php?t=2085530
    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.

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
  •