5

How do I permanently change the keyboard layout for the passphrase prompt during startup?

Thomas
  • 71

1 Answers1

3

For me, simply setting KEYMAP=Y in /etc/initramfs-tools/initramfs.conf worked -- I am now able to use my console's keymap for entering the LUKS passphrase.

echo "KEYMAP=Y" | sudo tee -a /etc/initramfs-tools/initramfs.conf
update-initramfs -u

Source: https://wiki.debian.org/Keyboard#Set_Keyboard_Layout_in_initramfs

Ravexina
  • 57,256
krlmlr
  • 3,447