When I boot in GRUB2 and press c, I have access to GRUB shell.
How to change the keyboard layout (language) of this GRUB shell?
Note that I'm booting an Ubuntu VM inside Virtualbox.
grub2keyboard-layoutvirtualbox
When I boot in GRUB2 and press c, I have access to GRUB shell.
How to change the keyboard layout (language) of this GRUB shell?
Note that I'm booting an Ubuntu VM inside Virtualbox.
Best Answer
First, check that you're using GRUB 2 (GRUB 0.x works differently).
Generate a GRUB keyboard layout file. Below is the command for a
fr
ench keyboard. For other languages, check/usr/share/X11/xkb/symbols/
. Filename choice is not important (you can changebepo
).Edit
/etc/default/grub
with root rights to have:Edit
/etc/grub.d/40_custom
with root rights to have:Finally:
Note: Forget immediately about using the Shift key to display GRUB menu! It may be normal that
terminal_input at_keyboard
make this key not work anymore. So make sure#GRUB_HIDDEN_TIMEOUT=0
is properly commented.