Hello I installed Debian, the entry in the NVRAM made by the installer isn't working so I boot it with refind using the following kernel parameters :
rw nomodeset root=/dev/mapper/cryptroot initrd=/initrd-ver.img cryptdevice=/dev/nvm0n1p4:cryptroot
Problem is that when it comes for asking to unlock the disk the keyboard isn't working (won't accept any input).
The keyboard is a USB keyboard with embbeded firmware (Strix Tactic Pro).
How do I do ? I've been thinking to change the hooks in the initramfs system and put the keyboard hook at the beginning but I have no idea what to do since the initramfs thing seems so much difficult and the documentation for it very obscure contrary to the archlinux /etc/mkinitcpio.conf / mkinitcpio -p linux that I got to work easily thanks to their great wiki.
Could someone explain me how to activate the keyboard when the system prompt for the password to unlock encrypted partition or how to rebuild an initrd.img file with the keyboard hook that allows the keyboard to work at prompt?
After 1min or 2min of idle it starts to work alone, but if you want to inform me about the debian initramfs system and hooks or tell me why it is so slow for the keyboard to get responsive you're welcome.