Impossible to access boot menu

View: New views
20 Messages — Rating Filter:   Alert me  
< Prev | 1 - 2 | Next >

Impossible to access boot menu

by Marcel Rieux :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I try to access the boot menu, where you can choose a kernel and,
whatever key I press, I can't stop the countdown and access the boot
menu.

I checked /boot/grub/grub.conf and I have hiddenmenu in it. But the
back-up, /boot/grub/grub.conf~ dates back to August and has hiddenmenu
in it too. Since I accessed the boot menu since August, I suppose this
is not the problem.

--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Impossible to access boot menu

by Ed Greshko :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Marcel Rieux wrote:

> I try to access the boot menu, where you can choose a kernel and,
> whatever key I press, I can't stop the countdown and access the boot
> menu.
>
> I checked /boot/grub/grub.conf and I have hiddenmenu in it. But the
> back-up, /boot/grub/grub.conf~ dates back to August and has hiddenmenu
> in it too. Since I accessed the boot menu since August, I suppose this
> is not the problem.
>
>  
The "timeout=0" starts the boot process without delay.  Set it to a
higher number.

--
C-3PO: Don't call me a mindless philosopher, you overweight glob of
grease! Guess Who! http://tinyurl.com/mc4xe7



--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

signature.asc (261 bytes) Download Attachment

Re: Impossible to access boot menu

by Marcel Rieux :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, Oct 31, 2009 at 7:27 PM, Ed Greshko <Ed.Greshko@...> wrote:
> Marcel Rieux wrote:

>> I try to access the boot menu, where you can choose a kernel and,
>> whatever key I press, I can't stop the countdown and access the boot
>> menu.

> The "timeout=0" starts the boot process without delay.  Set it to a
> higher number.

I wrote: "I can't stop the countdown", so it means the timeout is long enough.

Thanks anyways!

--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Impossible to access boot menu

by Ed Greshko :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Marcel Rieux wrote:

> On Sat, Oct 31, 2009 at 7:27 PM, Ed Greshko <Ed.Greshko@...> wrote:
>  
>> Marcel Rieux wrote:
>>    
>
>  
>>> I try to access the boot menu, where you can choose a kernel and,
>>> whatever key I press, I can't stop the countdown and access the boot
>>> menu.
>>>      
>
>  
>> The "timeout=0" starts the boot process without delay.  Set it to a
>> higher number.
>>    
>
> I wrote: "I can't stop the countdown", so it means the timeout is long enough.
>
> Thanks anyways!
>
>  
Keep forgetting the cardinal rule...."Don't reply before coffee".....

I run with hiddenmenu commented out and timeout=8 and have no problems.
Uncommented and "hit any key" displayed and works fine as well.

Do you have a USB keyboard?



--
Take Care of the Molehills, and the Mountains Will Take Care of
Themselves. -- Motto of the Federal Civil Service Guess Who!
http://tinyurl.com/mc4xe7



--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

signature.asc (261 bytes) Download Attachment

Re: Impossible to access boot menu

by suvayu ali :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Saturday 31 October 2009 05:38 PM, Ed Greshko wrote:

> Marcel Rieux wrote:
>> On Sat, Oct 31, 2009 at 7:27 PM, Ed Greshko<Ed.Greshko@...>  wrote:
>>> Marcel Rieux wrote:
>>>> I try to access the boot menu, where you can choose a kernel and,
>>>> whatever key I press, I can't stop the countdown and access the boot
>>>> menu.
>>
>>> The "timeout=0" starts the boot process without delay.  Set it to a
>>> higher number.
>>>
>> I wrote: "I can't stop the countdown", so it means the timeout is long enough.
>>
> Keep forgetting the cardinal rule...."Don't reply before coffee".....
>
> I run with hiddenmenu commented out and timeout=8 and have no problems.
> Uncommented and "hit any key" displayed and works fine as well.
>
> Do you have a USB keyboard?

I think that might be the correct question to ask. ;) I have had similar
problems, the fix was to `enable USB devices while booting' in the BIOS.
But since you could do this earlier, not sure its a similar problem but
worth a try.

--
Suvayu

Open source is the future. It sets us free.

--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Impossible to access boot menu

by Mikkel L. Ellertson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Marcel Rieux wrote:
> I try to access the boot menu, where you can choose a kernel and,
> whatever key I press, I can't stop the countdown and access the boot
> menu.
>
> I checked /boot/grub/grub.conf and I have hiddenmenu in it. But the
> back-up, /boot/grub/grub.conf~ dates back to August and has hiddenmenu
> in it too. Since I accessed the boot menu since August, I suppose this
> is not the problem.
>
I have run into this when using a USB keyboard and legacy support is
disabled in the BIOS. Grub is not seeing any keystrokes from the
keyboard. If this is the case with your system, you will need to
change the BIOS settings, or plug in a PS2 keyboard.

Mikkel
--

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!



--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

signature.asc (204 bytes) Download Attachment

Re: Impossible to access boot menu

by Marcel Rieux :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, Oct 31, 2009 at 8:38 PM, Ed Greshko <Ed.Greshko@...> wrote:

> Marcel Rieux wrote:

>> On Sat, Oct 31, 2009 at 7:27 PM, Ed Greshko <Ed.Greshko@...> wrote:
>>
>>> Marcel Rieux wrote:

Also an answer to Suvayu Ali and Mikkel.

> Do you have a USB keyboard?

Oh, oh! I had a USB keyboard when I installed but I now have a
keyboard with a round plug. So, I tried to enable legacy support as
Mikkel suggested, but I can't access the BIOS.

I'll buy a new keyboard.

Thanks to all. I woud have had a hard time finding this by myself.

--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Impossible to access boot menu

by Mikkel L. Ellertson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Marcel Rieux wrote:
>
> Oh, oh! I had a USB keyboard when I installed but I now have a
> keyboard with a round plug. So, I tried to enable legacy support as
> Mikkel suggested, but I can't access the BIOS.
>
You do not need legacy support for the PS2 keyboard. (The round
plug.) Legacy support makes a USB keyboard look like a PS2 keyboard
to the system. The fact that you had a USB keyboard when you
installed should not make a difference.

Mikkel
--

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!



--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

signature.asc (204 bytes) Download Attachment

Re: Impossible to access boot menu

by Aaron Konstam :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, 2009-10-31 at 19:01 -0400, Marcel Rieux wrote:
> I try to access the boot menu, where you can choose a kernel and,
> whatever key I press, I can't stop the countdown and access the boot
> menu.
>
> I checked /boot/grub/grub.conf and I have hiddenmenu in it. But the
> back-up, /boot/grub/grub.conf~ dates back to August and has hiddenmenu
> in it too. Since I accessed the boot menu since August, I suppose this
> is not the problem.
>
What is the value of timeout in grub.conf?
--
=======================================================================
Larkinson's Law: All laws are basically false.
=======================================================================
Aaron Konstam telephone: (210) 656-0355 e-mail: akonstam@...

--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Impossible to access boot menu

by Marcel Rieux :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, Nov 1, 2009 at 9:03 AM, Mikkel <mikkel@...> wrote:

> Marcel Rieux wrote:
>>
>> Oh, oh! I had a USB keyboard when I installed but I now have a
>> keyboard with a round plug. So, I tried to enable legacy support as
>> Mikkel suggested, but I can't access the BIOS.
>>
> You do not need legacy support for the PS2 keyboard. (The round
> plug.) Legacy support makes a USB keyboard look like a PS2 keyboard
> to the system. The fact that you had a USB keyboard when you
> installed should not make a difference.

Wikipedia seems to think it's the other way around:

Legacy support

The term legacy support is often used with reference to obsolete or
legacy computer hardware, whether peripherals or core components.
Operating systems with "legacy support" can detect and use legacy
hardware.

http://en.wikipedia.org/wiki/Legacy_system#Legacy_support

Anyways, I have to get a new keyboard.

--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Impossible to access boot menu

by Marcel Rieux :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, Nov 1, 2009 at 10:52 AM, Aaron Konstam <akonstam@...> wrote:

> What is the value of timeout in grub.conf?

Arrrgh! 10 sec. If I can see the countdown, it's because it's long
enough. There's always at least 4-5 sec. left on the counter when it
appears.

--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Impossible to access boot menu

by Marcel Rieux :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sun, Nov 1, 2009 at 1:10 PM, Marcel Rieux <m.z.rieux@...> wrote:
> On Sun, Nov 1, 2009 at 10:52 AM, Aaron Konstam <akonstam@...> wrote:
>
>> What is the value of timeout in grub.conf?
>
> Arrrgh! 10 sec. If I can see the countdown, it's because it's long
> enough. There's always at least 4-5 sec. left on the counter when it
> appears.

And, if I may add, if I can't access the boot menu, it can't have much
to do with Fedora

--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Impossible to access boot menu

by Marcel Rieux :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> And, if I may add, if I can't access the boot menu, it can't have much
> to do with Fedora.

I meant "if I can't access the BIOS".

--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Impossible to access boot menu

by Mikkel L. Ellertson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Marcel Rieux wrote:

> On Sun, Nov 1, 2009 at 9:03 AM, Mikkel <mikkel@...> wrote:
>> Marcel Rieux wrote:
>>> Oh, oh! I had a USB keyboard when I installed but I now have a
>>> keyboard with a round plug. So, I tried to enable legacy support as
>>> Mikkel suggested, but I can't access the BIOS.
>>>
>> You do not need legacy support for the PS2 keyboard. (The round
>> plug.) Legacy support makes a USB keyboard look like a PS2 keyboard
>> to the system. The fact that you had a USB keyboard when you
>> installed should not make a difference.
>
> Wikipedia seems to think it's the other way around:
>
> Legacy support
>
> The term legacy support is often used with reference to obsolete or
> legacy computer hardware, whether peripherals or core components.
> Operating systems with "legacy support" can detect and use legacy
> hardware.
>
> http://en.wikipedia.org/wiki/Legacy_system#Legacy_support
>
> Anyways, I have to get a new keyboard.
>
BIOS USB legacy support is a bit different. It is using the BIOS to
support legacy programs that expect a PS/2 keyboard/mouse when you
have a USB keyboard/mouse. You do not need it when you are using a
PS/2 keyboard and mouse. A serial mouse is a completely different
story, but not too many people have them... :)

Mikkel
--

  Do not meddle in the affairs of dragons,
for thou art crunchy and taste good with Ketchup!



--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

signature.asc (204 bytes) Download Attachment

Re: Impossible to access boot menu

by Mike Cloaked :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Mikkel L. Ellertson wrote:
Marcel Rieux wrote:
> On Sun, Nov 1, 2009 at 9:03 AM, Mikkel <mikkel@infinity-ltd.com> wrote:
>> Marcel Rieux wrote:
>>> Oh, oh! I had a USB keyboard when I installed but I now have a
>>> keyboard with a round plug. So, I tried to enable legacy support as
>>> Mikkel suggested, but I can't access the BIOS.
>>>
>> You do not need legacy support for the PS2 keyboard. (The round
>> plug.) Legacy support makes a USB keyboard look like a PS2 keyboard
>> to the system. The fact that you had a USB keyboard when you
>> installed should not make a difference.
Here is an interesting problem that links with this thread.

I have one machine that is around 6 years old on which I have f11 working perfectly well (previously it was f10 ) but one issue still remains.   Plugged into a rear usb port is the sender for a radio mouse. The mouse has newish batteries and works fine with everything running and powered up.  

However if i power the machine off, and then restart the machine (Dell Dimension 2400 desktop) the screen is unresponsive to the mouse movement or buttons unless I unplug the radio sender that is plugged into the usb port, and reconnect it.  Immediately the mouse then works as normal!!  I seem to remember that this was the case when I installed f11 also - in that I booted the install media and the mouse failed to respond at the graphical install stage until I unplugged and replugged the radio sender.  Is it likely that this is a BIOS setting issue as well?

Re: Impossible to access boot menu

by Aioanei Rares-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 11/02/2009 03:52 PM, Mike Cloaked wrote:

>
>
> Mikkel L. Ellertson wrote:
>    
>> Marcel Rieux wrote:
>>      
>>> On Sun, Nov 1, 2009 at 9:03 AM, Mikkel<mikkel@...>  wrote:
>>>        
>>>> Marcel Rieux wrote:
>>>>          
>>>>> Oh, oh! I had a USB keyboard when I installed but I now have a
>>>>> keyboard with a round plug. So, I tried to enable legacy support as
>>>>> Mikkel suggested, but I can't access the BIOS.
>>>>>
>>>>>            
>>>> You do not need legacy support for the PS2 keyboard. (The round
>>>> plug.) Legacy support makes a USB keyboard look like a PS2 keyboard
>>>> to the system. The fact that you had a USB keyboard when you
>>>> installed should not make a difference.
>>>>          
>>
>>      
> Here is an interesting problem that links with this thread.
>
> I have one machine that is around 6 years old on which I have f11 working
> perfectly well (previously it was f10 ) but one issue still remains.
> Plugged into a rear usb port is the sender for a radio mouse. The mouse has
> newish batteries and works fine with everything running and powered up.
>
> However if i power the machine off, and then restart the machine (Dell
> Dimension 2400 desktop) the screen is unresponsive to the mouse movement or
> buttons unless I unplug the radio sender that is plugged into the usb port,
> and reconnect it.  Immediately the mouse then works as normal!!  I seem to
> remember that this was the case when I installed f11 also - in that I booted
> the install media and the mouse failed to respond at the graphical install
> stage until I unplugged and replugged the radio sender.  Is it likely that
> this is a BIOS setting issue as well?
>    
Less likely, better check your /var/log/messages file for something related.

--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Impossible to access boot menu

by Mike Cloaked :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Aioanei Rares <schaiba <at> gmail.com> writes:
 
> Less likely, better check your /var/log/messages file for something related.
>

Well I just switched off the machine in question and booted from a cold start.
The problem that was there consistently in the past seems to have gone away.
The mouse now gets recognised immediately that the kdm greeter starts.
I presume that a fix was done in an update at some point - but due the problem
being there I had only rebooted without powering off and back on for a month or
two.... however certainly it was as I reported until a few weeks ago.



--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Impossible to access boot menu

by Aioanei Rares-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 11/02/2009 05:53 PM, Mike Cloaked wrote:

> Aioanei Rares<schaiba<at>  gmail.com>  writes:
>
>    
>> Less likely, better check your /var/log/messages file for something related.
>>
>>      
> Well I just switched off the machine in question and booted from a cold start.
> The problem that was there consistently in the past seems to have gone away.
> The mouse now gets recognised immediately that the kdm greeter starts.
> I presume that a fix was done in an update at some point - but due the problem
> being there I had only rebooted without powering off and back on for a month or
> two.... however certainly it was as I reported until a few weeks ago.
>
>
>
>    
It is often a good idea to reboot after important updates...

--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Impossible to access boot menu

by Mike Cloaked :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Aioanei Rares <schaiba <at> gmail.com> writes:

> It is often a good idea to reboot after important updates...
>

Of course and indeed I HAD rebooted after each set of updates - the difference is
that if you power off and reboot then there is hardware resetting that is
different to rebooting but leaving the power on!

Today was the first time I shutdown AND powered off. Then started from cold.
This has a different effect to simply asking for a re-boot but leaving the power
running during the shutdown and subsequent re-boot.



--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Impossible to access boot menu

by Aioanei Rares-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 11/02/2009 06:13 PM, Mike Cloaked wrote:

> Aioanei Rares<schaiba<at>  gmail.com>  writes:
>
>    
>> It is often a good idea to reboot after important updates...
>>
>>      
> Of course and indeed I HAD rebooted after each set of updates - the difference is
> that if you power off and reboot then there is hardware resetting that is
> different to rebooting but leaving the power on!
>
> Today was the first time I shutdown AND powered off. Then started from cold.
> This has a different effect to simply asking for a re-boot but leaving the power
> running during the shutdown and subsequent re-boot.
>
>
>
>    
Please explain what do you mean by 'different effect' and how is the hw
reset by rebooting vs cold boot

--
fedora-list mailing list
fedora-list@...
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
< Prev | 1 - 2 | Next >