Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 15th February 2008, 12:27 AM
SpectrumDT Offline
Registered User
 
Join Date: Jan 2008
Location: Farum, Denmark
Age: 28
Posts: 314
How to make the boot menu always time out?

Hello.

Still in the process of tweaking my Linux, I have one more question: When I boot my computer, I sometimes get a screen that says "Booting Fedora in N seconds, press any key to enter boot menu". Of course, this times out after N seconds and it boots automatically. This is great.

But sometimes it automatically enters the boot menu, forcing me to manually select a boot option before it will proceed. I haven't figured out what causes this (I'm pretty sure I am not accidentally hitting any key :P), but it is annoying. See, I want to be able to start up the computer, go away for a minute or so, and then come back to see the login menu. So it's annoying for it to pop up this boot menu and demand user input.

Can anyone tell me how I can make sure that the boot menu thing always times out on its own without requiring my input?

Thanks in advance.
Reply With Quote
  #2  
Old 15th February 2008, 12:31 AM
Brian1's Avatar
Brian1 Offline
Registered User
 
Join Date: Nov 2004
Location: Seymour, Indiana
Posts: 2,511
Edit the /boot/grub/grub.conf file and place a # infront of hidden. It will now always bring up the boot list. Hopefully anything that happens will not cause the counter to stop here.

Brian
__________________
Distribution: RHEL 5.1 with Pieces of this and that.
Kernel 2.6.23.9, KDE 3.5.8 and KDE 4.0 beta, Plus Development src.rpm, ATI fglrx64_7_1_0-8.433-1 rpm with 3D and DRI working.
Acer 5100-5840 with webcam, ati, sdcard reader, sound, atheros based wireless, all working. Only thing not working is the memory stick reader.
Reply With Quote
  #3  
Old 15th February 2008, 12:31 AM
clay247's Avatar
clay247 Offline
Registered User
 
Join Date: Oct 2007
Posts: 113
Yeah this is pretty strange. Is it possible you have a sticky key on your keyboard?
Reply With Quote
  #4  
Old 15th February 2008, 12:57 AM
SpectrumDT Offline
Registered User
 
Join Date: Jan 2008
Location: Farum, Denmark
Age: 28
Posts: 314
Quote:
Originally Posted by Brian1
Edit the /boot/grub/grub.conf file and place a # infront of hidden. It will now always bring up the boot list. Hopefully anything that happens will not cause the counter to stop here.

Brian
Thanks. But when you say "hidden", do you mean "hiddenmenu"?

Quote:
Originally Posted by clay247
Yeah this is pretty strange. Is it possible you have a sticky key on your keyboard?
I doubt it.

However, there is one thing: I have this USB hard drive. If I leave it connected during boot, my comp hangs forever, never even reaching the Fedora boot menu (at least not in polynomial time). So I have to remember to unplug it, and then re-plug it later. If I do this after turning on the computer, would it interpret that as pressing a key?
Reply With Quote
  #5  
Old 15th February 2008, 12:57 AM
Dies Offline
Registered User
 
Join Date: Oct 2006
Posts: 4,752
I would just set the timeout to 1 second.

You can always change it later.
Reply With Quote
  #6  
Old 15th February 2008, 02:26 AM
clay247's Avatar
clay247 Offline
Registered User
 
Join Date: Oct 2007
Posts: 113
I have an old webcam that causes problems when its plugged in at boot. In /etc you can configure the order in which usb devices are loaded, and I tried to fix it there, but never got it to work correctly. My guess from searching around was modules were getting loaded out of order and it was blocking my integrated sound device.

I'm not sure why anything like that would cause this issue though. I would agree with Dies but I don't think it helps because you say sometimes it times-out and then sometimes it doesn't at all.
Reply With Quote
  #7  
Old 15th February 2008, 08:58 PM
Brian1's Avatar
Brian1 Offline
Registered User
 
Join Date: Nov 2004
Location: Seymour, Indiana
Posts: 2,511
Sorry is is heddenmenu.

I would agree if the machine can boot USB that it trys rehard to boot off it. Change the sequence to place the harddrive before USB.

Brian
__________________
Distribution: RHEL 5.1 with Pieces of this and that.
Kernel 2.6.23.9, KDE 3.5.8 and KDE 4.0 beta, Plus Development src.rpm, ATI fglrx64_7_1_0-8.433-1 rpm with 3D and DRI working.
Acer 5100-5840 with webcam, ati, sdcard reader, sound, atheros based wireless, all working. Only thing not working is the memory stick reader.
Reply With Quote
  #8  
Old 15th February 2008, 10:56 PM
sidebrnz's Avatar
sidebrnz Online
Registered User
 
Join Date: Oct 2007
Location: Freedonia
Age: 63
Posts: 2,107
Quote:
Originally Posted by Brian1
Edit the /boot/grub/grub.conf file and place a # infront of hidden. It will now always bring up the boot list. Hopefully anything that happens will not cause the counter to stop here.
Brian, If I do that, will I have the "old" Grub behavior, where it shows the boot menu, and hitting Enter will get your default boot going without waiting for time out? If so, I'll do it because I see no reason to have to wait for time out just to get the default. I don't want to hijack the thread, so if it turns out we need to discuss this, I'll start a new one.
Reply With Quote
  #9  
Old 15th February 2008, 11:11 PM
SpectrumDT Offline
Registered User
 
Join Date: Jan 2008
Location: Farum, Denmark
Age: 28
Posts: 314
Quote:
Originally Posted by Brian1
Sorry is is heddenmenu.

I would agree if the machine can boot USB that it trys rehard to boot off it. Change the sequence to place the harddrive before USB.

Brian
No, the boot order starts with the hard drive, then CD/DVD. There doesn't seem to be any option to boot from USB.
Reply With Quote
  #10  
Old 17th February 2008, 12:06 PM
SpectrumDT Offline
Registered User
 
Join Date: Jan 2008
Location: Farum, Denmark
Age: 28
Posts: 314
Quote:
Originally Posted by Brian1
Edit the /boot/grub/grub.conf file and place a # infront of hidden. It will now always bring up the boot list. Hopefully anything that happens will not cause the counter to stop here.

Brian
Quote:
Originally Posted by Dies
I would just set the timeout to 1 second.

You can always change it later.
Now I've done both these things, but no luck. It still occasionally gets stuck in the menu and waits for user input.

I think it happens in cases where the system detects that it didn't shut down cleanly last time (like after a crash, or when I manually kill the comp during boot). Is this information useful?

Thanks again.
Reply With Quote
Reply

Tags
boot, make, menu, time

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make the context menu key work as a Windows key? SpectrumDT Using Fedora 0 21st October 2008 11:17 PM
menu at the bottom of the screen: how to make it appears? lolveley Using Fedora 6 8th August 2008 07:20 PM
Fedora 8 dual boot with Windows XP [Pavilion dv6137tx] Time gets reset every time! maverick280857 Hardware & Laptops 5 23rd March 2008 11:48 AM
How to repair my boot menu on FC4 with Windows Boot menu of XP HOME? dimnet Hardware & Laptops 3 7th October 2005 06:30 PM
time make rpm dickinsd Fedora Focus 2 18th January 2005 02:35 PM


Current GMT-time: 15:56 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat