Results 1 to 7 of 7

Thread: how to get a grub menu

  1. #1
    Join Date
    Jan 2013
    Beans
    8

    how to get a grub menu

    Hello,
    I have installed Ubuntu 16.04, which works, but now I installed Ubuntu 18.04 on my second harddisk, the installation process detected correctly the 16.04, but it does not show a grub menu, it boots directly into 18.04
    I can boot 16.04, which is still my working Ubuntu by changing the UEFI order, but that works only once, the next boot is again 18.04 which is not yet ready for my critical wife.
    I have tried to change grub/default but to now avail. Is there something I can do?
    Thanks, Siegfried

  2. #2
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: how to get a grub menu

    A Menu should appear if you press and hold Shift during loading Grub.

    For permanent change you'll need to edit your /etc/default/grub file -- place a "#" symbol at the start of line "GRUB_HIDDEN_TIMEOUT=0"
    So it looks like this:
    Code:
    .
    #GRUB_HIDDEN_TIMEOUT=0
    Save changes and run "sudo update-grub" to apply changes.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  3. #3
    Join Date
    Jun 2014
    Beans
    7,383

    Re: how to get a grub menu

    Are both 16.04 and 18.04 UEFI installs? Do you have a separate EFI (FAT32) partition on each drive? Boot one of the systems and run this command and post the output here:

    Code:
    sudo efibootmgr

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

    Re: how to get a grub menu

    I like to have a quick view of the grub menu at every boot so have edited the /etc/default/grub file to contain the following lines which do just that; it shows for just 2 seconds.
    Code:
         	GRUB_DEFAULT=0
         	# next line will make countdown time show menu by default
         	GRUB_TIMEOUT_STYLE=MENU
         	# next line changed from 0 to 2 for 2 second delay; set delay you want.
        	GRUB_HIDDEN_TIMEOUT=2
        	# next line changed from true to false to allow delay countdown to show
        	GRUB_HIDDEN_TIMEOUT_QUIET=false
        	GRUB_TIMEOUT=2
            #Real OS name in next line in "" is helpful if more than one *ubuntu distro on machine.
        	GRUB_DISTRIBUTOR="Xubuntu-18.04-Bionic" 
        	GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
        	GRUB_CMDLINE_LINUX=""
    On a UEFI booting machine you have to use Esc, not shift to show the menu, but that can still be difficult to get to work; repeated pressing of Esc will sometimes work but I have occasionally had to have many tries before it was successful.
    This edit has removed that annoyance as the grub menu shows always.

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

    Re: how to get a grub menu

    May be best to see details, use ppa version with your live installer or any working install, not older Boot-Repair ISO:
    Just run the summary report, the auto fix sometimes can create more issues.
    Boot Repair -Also handles LVM, GPT, separate /boot and UEFI dual boot, only use ppa download into Ubuntu live installer.
    https://help.ubuntu.com/community/Boot-Repair
    https://sourceforge.net/p/boot-repair/home/Home/
    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.

  6. #6
    Join Date
    Jan 2013
    Beans
    8

    Re: how to get a grub menu

    here is the output of eifbootmgr:
    sudo efibootmgr
    BootCurrent: 0000
    Timeout: 1 seconds
    BootOrder: 0000,000D,000C,0003,0005,0006,0007,000E
    Boot0000* ubuntu
    Boot0003* UEFI: Built-in EFI Shell
    Boot0005 CD/DVD Drive
    Boot0006 Unknown Device
    Boot0007 Hard Drive
    Boot000C* ubuntu
    Boot000D* UEFI OS
    Boot000E Unknown Device

    Hope You can see anything

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

    Re: how to get a grub menu

    I prefer Boot-Repair as it also includes a full output of efibootmgr -v. The -v parameter includes lots of details on the UEFI boot entry that are needed, but then rest of report is needed to see that details match your UUID, GUIDs and other settings.
    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.

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
  •