Jump to content

Fedora 5 boot time too fast


Recommended Posts

I would say, changing /boot/grub/menu.lst or /boot/grub/grub.conf not sure which one it uses.

 

In here is a line that says the delay timeout so you can just increase to 10 seconds or something. Then reboot and test.

Link to comment
Share on other sites

Edit as root /boot/grub/menu.lst and change the "timeout" value to something you like. e.g.

timeout 8

(= selects default entry after 8 seconds)

 

edit: posted at the same second as Ian.

Link to comment
Share on other sites

Just in case you want a third one...... :lol2:

 

/etc/grub.conf

/boot/grub/menu.lst

/boot/grub/grub.conf

 

Top 2 point to the bottom one, so if you want to remember one in Fedora, use the last one.

 

And if you don't want to go into the file....

 

Keep in mind sed *-i* makes the change for you and saves the file so make sure what your doing! :o

 sed -i s/timeout=5/timeout=30/ /boot/grub/grub.conf

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...