Default timeout set for booting GRUB in Debian Linux is 5 seconds. This is really long for (mobile) Desktop Linux users like me who frequently start and stop computer while moving from location to location. Thus I found it useful to decrease the boot timeout set in GRUB in order to decrease my overall boot waiting time.
hipo@noah:~/Desktop$ grep -i timeout /boot/grub/grub.cfg
set timeout=5
To decrease GRUB boot timeout I had to change timeout=5 to timeout=1.
That’s all enjoy 🙂
More helpful Articles
Tags: Debian, Decrease, decreasing, kernel, Linux, through
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.14) Gecko/2009082707 Firefox/3.0.14 (.NET CLR 3.5.30729)
Good post about …
View CommentView Comment