5

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

Vishnu N K
  • 595
  • 5
  • 22
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
  • 55,668
  • 25
  • 164
  • 183
krlmlr
  • 3,337