Hello, list!
I want to write a grub.conf which would allow me to keep a
crash-detection/fallback logic. In order to implement it, I need to
keep a state, so load_env and save_env are my friends. Unfortunately,
the storage I am using is unreliable and I don't want to store the
bootloader's state i
Signed-off-by: Peter Jones
---
grub-core/term/efi/console.c | 119 +++
include/grub/efi/api.h | 65 ++-
2 files changed, 174 insertions(+), 10 deletions(-)
diff --git a/grub-core/term/efi/console.c b/grub-core/term/efi/console.c
This is version 2. Changes from version 1:
- handles SHIFT as a modifier
- handles F11 and F12 keys
- uses the handle provided by the system table to find our _EX protocol.
Signed-off-by: Peter Jones
---
grub-core/term/efi/console.c | 104 ++-
include/gr
This is version 3.
Changes from version 1:
- handles SHIFT as a modifier
- handles F11 and F12 keys
- uses the handle provided by the system table to find our _EX protocol.
Changes from version 2:
- eliminate duplicate keycode translation.
Signed-off-by: Peter Jones
---
grub-core/term/efi/cons
Am Montag, den 03.02.2014, 18:03 +0100 schrieb Vladimir
'φ-coder/phcoder' Serbinenko:
> On 02.02.2014 11:48, Markus Müller wrote:
> > Hi all,
> >
> > attached is a patch that fixes serial console output with OpenBSD
> > current (will be 5.5). Grub uses an old struct for providing the kernel
> > wi
On Feb 4, 2014, at 5:46 PM, Markus Müller wrote:
> Am Montag, den 03.02.2014, 18:03 +0100 schrieb Vladimir
> 'φ-coder/phcoder' Serbinenko:
>> On 02.02.2014 11:48, Markus Müller wrote:
>>> Hi all,
>>>
>>> attached is a patch that fixes serial console output with OpenBSD
>>> current (will be 5.5).
This was a bug that was introduced into GRUB when the code to detect if the
SHIFT key is being pressed was added. The symptom was that customers were
complaining that even though they had turn on NUMLOCK in the BIOS, once we
booted our software, NUMLOCK was off. It was easy to "see" when the b
Yes, that certainly would be a better fix. Thanks for addressing it.
Roger
-Original Message-
From: Colin Watson [mailto:cjwat...@ubuntu.com]
Sent: Monday, February 03, 2014 10:51 AM
To: Roger Cruz
Cc: Ben Guthro; grub-devel@gnu.org
Subject: Re: grub2 code
On Mon, Feb 03, 2014 at 03:4