wfxr
12/8/2015 - 8:23 AM

modify-system-boot-wait-time.md

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!