Results 1 to 2 of 2

Thread: ESC/SHIFT doesn't get into boot menu

  1. #1
    Join Date
    Sep 2005
    Location
    East Coast, USA
    Beans
    246
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    ESC/SHIFT doesn't get into boot menu

    I've already joined the bug report on launchpad.

    What I want to know here is:

    How to I reboot directly into the GRUB menu, forced, without having to rely on the buggy sensing of the SHIFT key?

    I've heard mention of some variables that can be set, but the 137 mostly nested lines of grub.cfg don't exactly encourage me to experiment.

    Thanks.
    ASUS M4A89GTD PRO/USB3 +AMD 550BE Quad@3.4GHz
    2x4GB G.Skill DDR3/1666
    EVGA 9800GT (because AMD drivers blow)
    Gentoo

  2. #2
    Join Date
    Aug 2006
    Location
    Pittston, PA
    Beans
    102
    Distro
    Ubuntu Studio 20.04 Focal Fossa

    Re: ESC/SHIFT doesn't get into boot menu

    You can set the grub menu to always come up instead of remaining hidden. Just edit the file /etc/default/grub

    sudo nano /etc/default/grub

    and then run update-grub to set the changes

    sudo update-grub

    You should never modify the /boot/grub/grub.cfg file as any update to a kernel will overwrite the changes. All modifications to how grub works should be changed in the /etc/default/grub file. Any changes on what grub lists should be changed in the /etc/grub.d directory. Following any modifications in either area a sudo update-grub will set the changes.

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
  •