You are not logged in.
Pages: 1
Hello I have been trying to change the grub keyboard layout.
This is what i have tried so far:
# grub-kbdcomp -o /boot/grub/it.gkb itThen in /etc/grub.d/40_custom i added the following:
insmod keylayouts
keymap /boot/grub/it.gkb
terminal_input at_keyboard# grub-mkconfig -o /boot/grub/grub.cfginsmod: ERROR: could not load module keylayouts: No such file or directoryThere is a section in the grub wiki that makes no sense to me regarding the keymaps and luks. It almost makes me think that I need luks to be able to change keyboard layout ...
https://wiki.archlinux.org/title/GRUB/T … early_boot
Last edited by InvisibleRasta (2022-02-10 15:24:51)
Offline
is the module file present at all? if not, your grub install might be botched.
find /boot -name "*layout*"the early configuration is a different approach, if you don't use encrypted /boot, you don't need it (but you can do it anyway to see if it changes anything). note that these instructions include putting the keylayouts into the list of pre-loaded modules and supplying the layout file itself in a memdisk. (But these are all hoops you have to jump when the real boot partition is not accessible due to encryption or other complications.)
Last edited by frostschutz (2022-02-10 15:18:33)
Offline
# find /boot -name "*layout*"
/boot/grub/x86_64-efi/keylayouts.mod So I am guessing the module is present. But still it is not being loaded
Offline
does it work from grub command prompt?
Offline
i tried with the grub command line command keymap it. it didnt give any error and it seemed to work but it didnt change the keymaps
Last edited by InvisibleRasta (2022-02-10 16:29:47)
Offline
anyone can help me figure out how to do it please? do you need any logs ?
Offline
Pages: 1