Skip to content

GRUB scripts to skip the GRUB menu unless shift is being held down.

Notifications You must be signed in to change notification settings

e-kostylov/grub-holdshift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Grub-holdshift

About

Simple GRUB script to make grub skip it's menu if you aren't holding shift.

The script is mostly made up of bit canibalized from Ubuntu's os_prober script.

Installation

Copy 31_hold_shift to /etc/grub.d/.

For the master branch, that's all that needs to be done.

For the branch optional, you'll need to add GRUB_FORCE_HIDDEN_MENU="true" to /etc/default/grub and re-run grub-mkconfig (generally, grub-mkconfig -o /boot/grub/grub.cfg or sudo update-grub, though this may vary depending on your distribution. Consult your distributions manual if in doubt).

The latter branch has been designed to be integrated into upstream, or distribution packages without altering the default grub behaviour.

About

GRUB scripts to skip the GRUB menu unless shift is being held down.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 95.2%
  • Makefile 4.8%