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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...