Closed
Description
On Linux >=6.7.6 kernel, there's no keyboard input for LUKS encrypted system drive on boot. Downgrading to a lower kernel version on Arch Linux restores keyboard input. Several people have experienced the same issue with no apparent fixes (OP claimed to have fixed this by adding):
vconsole: true
modules_force_load: usbhid
Though in another comment said switching back to mknitcpio fixes this.
I implemented this /etc/booster.yaml
:
modules_force_load: i915,usbhid
extra_files: busybox
vconsole: true
but was not successful.
Switched to dracut and it also works fine. Standard USB keyboard. Dracut's lsinitrd
lists the following modules for its generated image:
systemd
systemd-initrd
i18n
btrfs
crypt
dm
kernel-modules
kernel-modules-extra
rootfs-block
terminfo
udev-rules
dracut-systemd
usrmount
base
fs-lib
shutdown
Metadata
Assignees
Labels
No labels
Activity