Skip to content

Instantly share code, notes, and snippets.

@philipz
Created November 22, 2020 05:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipz/4f4e74d4ea516c7a369cdfd68c2fee13 to your computer and use it in GitHub Desktop.
Save philipz/4f4e74d4ea516c7a369cdfd68c2fee13 to your computer and use it in GitHub Desktop.
How to Hide Grub Boot Menu in Ubuntu 20.04 LTS
sudo nano /etc/default/grub
add this line to your grub file:
GRUB_RECORDFAIL_TIMEOUT=0
sudo update-grub
Done!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment