Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UEFI keyboard config
2017-03-10, 15:23
Post: #2
RE: UEFI keyboard config
Hi

I think for UEFI you need to enable

#define CONSOLE_EFI

Nonetheless I don't get German Keyboard map working in the UEFI console.
It's always US - even if I have

#undef KEYBOARD_MAP
#define KEYBOARD_MAP de

defined



(2017-02-24 18:22)cervicad Wrote:  we use network ipxe config to allow our users to install Ubuntu, Debian on various systems
most of them have azerty keyboard to identify themselves by a request to AD server
no problem in legacy mode, azerty keyboard is ok and splash image also
here are our console.h regarding to documentation http://ipxe.org/buildcfg/keyboard_map
simple$ cat console.h
#define CONSOLE_PCBIOS /* Default BIOS console */
#define CONSOLE_VESAFB /* VESA framebuffer console */
#undef KEYBOARD_MAP
#define KEYBOARD_MAP fr

but actually more and more system are UEFI compliant
despite our fr config in console.h qwerty config remains and slash image cannot load (we have a blue screen instead)
simpleefi$ cat console.h
#define CONSOLE_PCBIOS /* Default BIOS console */
#define CONSOLE_VESAFB /* VESA framebuffer console */
#undef KEYBOARD_MAP
#define KEYBOARD_MAP fr

any ideas.......
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
UEFI keyboard config - cervicad - 2017-02-24, 18:22
RE: UEFI keyboard config - roland.felnhofer@chello.at - 2017-03-10 15:23
RE: UEFI keyboard config - NiKiZe - 2017-03-10, 19:31
RE: UEFI keyboard config - badar - 2018-01-09, 09:41
RE: UEFI keyboard config - mcb30 - 2018-01-12, 11:49
RE: UEFI keyboard config - badar - 2018-01-15, 16:23
RE: UEFI keyboard config - mcb30 - 2018-01-15, 18:32
RE: UEFI keyboard config - NiKiZe - 2018-01-15, 20:01
RE: UEFI keyboard config - badar - 2018-01-16, 09:36
RE: UEFI keyboard config - badar - 2018-01-05, 11:50
RE: UEFI keyboard config - chr - 2019-11-13, 16:15
RE: UEFI keyboard config - NiKiZe - 2019-11-13, 16:42
RE: UEFI keyboard config - chr - 2019-11-16, 14:24



User(s) browsing this thread: 2 Guest(s)