Summary: | Unable to enter passphrase for LUKS device during boot | ||
---|---|---|---|
Product: | Gentoo Hosted Projects | Reporter: | Gentookh <ghz3> |
Component: | genkernel | Assignee: | Gentoo Genkernel Maintainers <genkernel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Gentookh
2021-11-06 10:52:22 UTC
Seems like no necessary keyboard modules loaded. Related to the https://bugs.gentoo.org/341193 The fix is to add following modules: atkbd i8042 To the /usr/share/genkernel/defaults/modules_load The bug has been closed via the following commit(s): https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=a0140d2e77cc0d48b60f38121b73445351c52678 commit a0140d2e77cc0d48b60f38121b73445351c52678 Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2021-11-15 01:56:46 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2021-11-15 01:58:36 +0000 defaults/modules_load: Add support for i8042 & AT keyboards Closes: https://bugs.gentoo.org/341193 Closes: https://bugs.gentoo.org/822087 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> defaults/modules_load | 3 +++ 1 file changed, 3 insertions(+) |