Skip to content

Instantly share code, notes, and snippets.

@wfxr
Last active December 27, 2015 06:07
Show Gist options
  • Save wfxr/4b7bf4105d3456a6f904 to your computer and use it in GitHub Desktop.
Save wfxr/4b7bf4105d3456a6f904 to your computer and use it in GitHub Desktop.

Open grub file

sudo vim /etc/default/grub

locate GRUB_TIMEOUT=10 and change 10 to the time we want, then save and quit. Run:

sudo update-grub

Open grub.cfg file

sudo vim /boot/grub/grub.cfg

Modify timeout setting in the file and save

Done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment