Skip to content

Instantly share code, notes, and snippets.

@noizbuster
Created June 7, 2018 05:21
Show Gist options
  • Save noizbuster/20f1cfbb74215ef30de4f95f6f982ab4 to your computer and use it in GitHub Desktop.
Save noizbuster/20f1cfbb74215ef30de4f95f6f982ab4 to your computer and use it in GitHub Desktop.
Disable timeout on grub
#!/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