Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verschiedene Tastaturlayouts in GRUB // different keyboard layouts in grub #7

Open
ronnystandtke opened this issue Oct 7, 2013 · 1 comment

Comments

@ronnystandtke
Copy link

In GRUB werden verschiedene Tastaturlayouts unterstützt.
Dazu muss eine Keyboard-Datei mit grub-kbdcomp erzeugt werden, für Deutsch z.B.

$ grub-kbdcomp de

Die so entstandene Datei "de.gkb" muss in das GRUB-Verzeichnis kopiert werden.
Ausserdem müssen in der GRUB-Konfiguration folgende Zeilen hinzugefügt werden:

insmod at_keyboard
insmod keylayouts
terminal_input at_keyboard

Die Umschaltung des Tastaturlayouts erfolgt in GRUB mit dem "keymap"-Befehl, z.B. für die deutsche Tastaturbelegung:

keymap /boot/grub/de.gkb

Auf PC-Systemen funktioniert dies problemlos, auf einem MacBook Air friert GRUB nach dem Befehl

terminal_input at_keyboard

komplett ein.

Wir können die Unterstützung für verschiedene Tastaturlayouts erst in unsere GRUB-Konfiguration integrieren, wenn sie zuverlässig auf allen Plattformen funktioniert.

@ronnystandtke
Copy link
Author

Scheint schon 2009 ein Problem gewesen zu sein:
http://lists.gnu.org/archive/html/grub-devel/2009-02/msg00113.html

@joberkel joberkel changed the title Verschiedene Tastaturlayouts in GRUB Verschiedene Tastaturlayouts in GRUB // different keyboard layouts in grub Nov 26, 2023
@joberkel joberkel transferred this issue from Lernstick/lernstickAdvanced Nov 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant