Created
June 7, 2018 05:21
-
-
Save noizbuster/20f1cfbb74215ef30de4f95f6f982ab4 to your computer and use it in GitHub Desktop.
Disable timeout on grub
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
#!/bin/bash | |
sudo sed -i -- 's/GRUB_TIMEOUT=10/GRUB_TIMEOUT=-1/g' /etc/default/grub | |
cat /etc/default/grub | grep GRUB_TIMEOUT | |
sudo update-grub |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment