Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Can't get to Grub Menu even after running boot repair - Windows 10/LXLE dual boot

Hybrid View

  1. #1
    Join Date
    Jul 2014
    Location
    Somewhere in Portugal
    Beans
    48
    Distro
    Xubuntu

    Can't get to Grub Menu even after running boot repair - Windows 10/LXLE dual boot

    This is the output of boot repair: https://paste.ubuntu.com/p/QxV9NKDBnk/

    At first I had Windows 10. I created an empty partition with 100 GB and I burned a USB with LXLE and installed Ubuntu by selecting install Ubuntu alongside Windows 10.

    Everything seemed ok. When selecting boot order in BIOS I have as options Windows Boot Manager, my SSD and lxle. When I put lxle first in the boot order I only get to the GRUB terminal, I can't access the menu to choose between Windows 10 and LXLE. If I type exit at the terminal it boots to Windows, and it does the same if I choose Windows Boot Manager or my SSD as the first option in BIOS.

    I ran boot repair from the live USB, but nothing changed at all. I can access Windows 10 perfectly, but have not been able to get to my lxle installation.

    I have Secure Boot turned off.

    What's the next step in debugging the problem?
    Last edited by pgslmatias; December 8th, 2022 at 03:09 PM.

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

    Re: Can't get to Grub Menu even after running boot repair - Windows 10/Ubuntu dual bo

    Moved to other OS since not Lubuntu.

    What model Lenovo?
    Do you have Windows fast start up off? Note that Windows updates may turn it back on.

    Grub only boots working windows, so fast start up must be off. Also Windows must not need other repairs, like chkdsk.
    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
    Jul 2014
    Location
    Somewhere in Portugal
    Beans
    48
    Distro
    Xubuntu

    Re: Can't get to Grub Menu even after running boot repair - Windows 10/Ubuntu dual bo

    It is a Lenovo ideapad 3.

    Grub only boots working windows, so fast start up must be off. Also Windows must not need other repairs, like chkdsk
    Right now Grub is not booting anything, I can only boot into Windows, not into Ubuntu.

    As for turning off fast startup, I don't have the option to do so. It doesn't appear and as such, according to https://answers.microsoft.com/en-us/...0-718446f9d5f8 I am supposed to edit the registers. I'm not sure I should do that though: Windows is working perfectly.

    I don't understand how a problem with Windows would make Grub not show the menu and show the terminal instead, and not being able to boot into Ubuntu. I could understand a problem with Windows not allowing me to boot into Windows from grub, but that's not what is happening.

  4. #4
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Can't get to Grub Menu even after running boot repair - Windows 10/Ubuntu dual bo

    From terminal of a LiveCD media
    Code:
    efibootmgr

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  5. #5
    Join Date
    Jul 2014
    Location
    Somewhere in Portugal
    Beans
    48
    Distro
    Xubuntu

    Re: Can't get to Grub Menu even after running boot repair - Windows 10/Ubuntu dual bo

    Code:
    efibootmgr
    BootCurrent: 0014
    Timeout: 0 seconds
    BootOrder: 0014,0000,0012,0001,0013,0015,0016,0017
    Boot0000* Windows Boot Manager
    Boot0001* lxle
    Boot0010  Setup
    Boot0011  Boot Menu
    Boot0012* NVMe: SKHynix_HFM512GDHTNI-87A0B             
    Boot0013* ATA HDD:
    Boot0014* USB HDD: Kingston DataTraveler 3.0
    Boot0015* USB LAN:
    Boot0016* USB FDD:
    Boot0017* USB CD:

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

    Re: Can't get to Grub Menu even after running boot repair - Windows 10/LXLE dual boot

    The output from efibootmgr is in the Boot-Repair summary report.

    Can you directly boot this from UEFI boot menu?
    Boot0001* lxle

    Are you then able to get grub menu, or maybe press escape right after vendor logo but before grub menu normally appears?
    And then boot recovery mode? Or second line in grub menu?
    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
    Jul 2014
    Location
    Somewhere in Portugal
    Beans
    48
    Distro
    Xubuntu

    Re: Can't get to Grub Menu even after running boot repair - Windows 10/LXLE dual boot

    Quote Originally Posted by oldfred View Post
    The output from efibootmgr is in the Boot-Repair summary report.

    Can you directly boot this from UEFI boot menu?
    Boot0001* lxle

    Are you then able to get grub menu, or maybe press escape right after vendor logo but before grub menu normally appears?
    And then boot recovery mode? Or second line in grub menu?
    I'm not sure I understand what you are asking for If you mean in UEFI try to boot into lxle, by putting it as the first option, yes. As I described in the OP, that's what I do and all I get is the terminal, not grub menu.

    If this is not it then I don't know...

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

    Re: Can't get to Grub Menu even after running boot repair - Windows 10/LXLE dual boot

    Are you getting grub's limited terminal like grub> or Ubuntu's full terminal where it has not booted into the gui?
    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.

  9. #9
    Join Date
    Jul 2014
    Location
    Somewhere in Portugal
    Beans
    48
    Distro
    Xubuntu

    Re: Can't get to Grub Menu even after running boot repair - Windows 10/LXLE dual boot

    Quote Originally Posted by oldfred View Post
    Are you getting grub's limited terminal like grub> or Ubuntu's full terminal where it has not booted into the gui?
    grub limited terminal

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

    Re: Can't get to Grub Menu even after running boot repair - Windows 10/LXLE dual boot

    Can you from grub>run this?
    configfile (hd0,5)/boot/grub/grub.cfg

    OR:
    set prefix=(hd0,5)/boot/grub
    set root=(hd0,5)
    linux (hd0,5)/boot/vmlinuz root=/dev/sda5 ro
    initrd (hd0,5)/boot/initrd.img
    boot


    This should show partition, so above commands are at right partition.
    ls (hd0,5)/
    ls (hd0,5)/boot
    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.

Page 1 of 2 12 LastLast

Tags for this Thread

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
  •