Skip to content

No keyboard input on Linux >=6.7.6 kernel #258

Closed
@rieje

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions