Boot Timeout

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
Kamika-z
Newbie
Newbie
Posts: 3
Joined: 12 Jun 2006, 16:00
17
Location: SLC Utah
Contact:

Boot Timeout

Post by Kamika-z »

I have Redhat Fedora.. the latest one i forget...

Anyways, I have the Linux boot timeout that is 5 seconds. By the time the list comes up there is 1-2 seconds left. a while ago I googled how to change the timeout, no help.

I forget what the program linux uses to dual boot(could restart if u need me to) any help would be appreciated :)

im a linuxnewbie

edit:
wow.. 3 posts.. guess i posted before..

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

in Fedora it should be the GRUB bootloader, so you simply need to edit the grub.cfg or grub.conf file....should be located in /boot/grub/, if not simply do a locate.

in there you will find the line

Code: Select all

timeout=5
or

Code: Select all

set timeout=5
the number is the time in seconds... :wink:

Post Reply