Created
November 22, 2020 05:10
-
-
Save philipz/4f4e74d4ea516c7a369cdfd68c2fee13 to your computer and use it in GitHub Desktop.
How to Hide Grub Boot Menu in Ubuntu 20.04 LTS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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