When your system boots you will see the GRUB menu…. Usually the default timeout is (exc) 10 seconds in ubuntu, 15 sec in Fedora… so it depends on distribution, and you probably wanted to change this amount.. increase or decrease it !
Here is how you do it :
Open the /boot/grub/grub.cfg by typing this command
$ sudo gedit /boot/grub/grub.cfg
now find these lines:
if [ ${recordfail} = 1 ]; then set timeout=-1 else set timeout=15
and change the 15 or number it shows to you with the number you like to have…
save the file and exit… reboot and test it!
Thanks 🙂
Thanks, also note that default timeline depends on the distribution. In this case 10 secs on Ubuntu, 15 secs on Fedora etc!