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

Thread: No grub menu

  1. #1
    Join Date
    Jul 2018
    Beans
    11

    No grub menu

    I have dual boot Windows and Ubuntu.

    When I start my computer, I cannot see the grub menu. However, I am able to select whether I boot Windows or Ubuntu using my keyboard (I know what the menu looks like, and what buttons to click, but I cannot see the grub menu). I have tried running Boot Repair, but I still cannot see the grub menu. How can I fix this?

    This is the message I got after running Boot Repair: http://paste.ubuntu.com/p/5P9ZhXqywT/

  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,613
    Distro
    Ubuntu

    Re: No grub menu

    Try changing the line
    Code:
    GRUB_TIMEOUT_STYLE=hidden
    to
    Code:
    GRUB_TIMEOUT_STYLE=menu
    in the file /etc/default/grub
    and rerun the sudo update-grub command.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  3. #3
    Join Date
    Jul 2018
    Beans
    11

    Re: No grub menu

    I have made this change, but I am still having the same problem. I cannot see the grub boot menu.

    This is the updated boot repair message: http://paste.ubuntu.com/p/5Bcdn7bsCN/

  4. #4
    Join Date
    May 2008
    Beans
    3,974
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: No grub menu

    Can you open a terminal and enter:-

    Code:
    sudo update-grub
    Please post the terminal output here within code tags

  5. #5
    Join Date
    Jul 2018
    Beans
    11

    Re: No grub menu

    I ran the command

    Code:
    sudo update-grub

    This is the output

    Code:
    Sourcing file `/etc/default/grub'
    Generating grub configuration file ...
    Found linux image: /boot/vmlinuz-4.15.0-151-generic
    Found initrd image: /boot/initrd.img-4.15.0-151-generic
    Found linux image: /boot/vmlinuz-4.15.0-122-generic
    Found initrd image: /boot/initrd.img-4.15.0-122-generic
    Found Windows Boot Manager on /dev/sda2@/EFI/Microsoft/Boot/bootmgfw.efi
    Adding boot menu entry for EFI firmware configuration
    done

  6. #6
    Join Date
    May 2008
    Beans
    3,974
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: No grub menu

    Grub still not showing after powering on the PC?

    Your grub entry in your second boot-repair report looks OK to me so I'm a bit surprised that it does not appear.

    There are a few things to try to see if it can be encouraged to appear:-

    • Change the default OS (GRUB_DEFAULT=0 or 1 or 2)
    • Re-install grub completely (either from a running session or from a live session)
    • Tidy your efibootmgr list

    I would be cautious about trying too much, it depends on your level of confidence.
    Grub is a sensitive soul sometimes.

  7. #7
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,613
    Distro
    Ubuntu

    Re: No grub menu

    Try the answer here:
    https://askubuntu.com/a/1154020

    Or you could try uncommenting the line
    Code:
    #GRUB_GFXMODE=640x480
    and try a resolution you know works on your monitor.
    Just to see if the default grub resolution was not feasible for it.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  8. #8
    Join Date
    May 2008
    Beans
    3,974
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: No grub menu

    Quote Originally Posted by mkesleem View Post
    However, I am able to select whether I boot Windows or Ubuntu using my keyboard (I know what the menu looks like, and what buttons to click, but I cannot see the grub menu).
    I think that I have misunderstood this thread.
    Grub is available for you to select an OS but the text does not appear on the screen?

    Is there some sort of video setting in your UEFI set-up which delays the activation of the monitor?

  9. #9
    Join Date
    Jul 2018
    Beans
    11

    Re: No grub menu

    I am using a laptop. I don't think there is a UEFI set-up which delays the activation of the monitor. I have used this laptop with dual boot for about three years now. I never had this problem until a couple of days ago, and I still have no idea why I cannot see the grub menu.

    My laptop displays the screen with the Lenovo logo. I used to see this screen before the grub menu opened. Now, I can no longer see the grub menu.

  10. #10
    Join Date
    Jul 2018
    Beans
    11

    Re: No grub menu

    I have fixed the problem by uncommenting the line

    Code:
    #GRUB_TERMINAL=console
    and running the command

    Code:
    sudo update-grub

Page 1 of 2 12 LastLast

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
  •