b5media.com

Advertise with us

Enjoying this blog? Check out the rest of the Technology Channel Subscribe to this Feed

New Linux User

HOWTO: Shorten My Boot Time With GRUB?

by Jon on October 2nd, 2005

GRUB is one of the more common boot loaders in use on GNU/Linux systems today. I have GRUB installed on both my boxen, on one to facilitate dual-booting between Windows XP Home (for Kelly, not for me) and on the other to facilitate booting between kernels.

GRUB is controlled by a file called menu.lst which is usually located in:

/boot/menu.lst
or
/boot/grub/menu.lst

The value that determines how long the menu will be presented before the default OS is booted is controlled by the timeout value as shown here in this clip from my menu.lst file:

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 5

Put anything you’d like in the timeout line and you’re all set.

POSTED IN: How To

2 opinions for HOWTO: Shorten My Boot Time With GRUB?

Have an opinion? Leave a comment:




Check Spelling
Activate Spell Check while Typing