Bug 1652473

Summary: [PATCH] make sure that the console keymap is loaded before plymouth processes the diskcrypt passwd
Product: [Fedora] Fedora Reporter: Hans de Goede <hdegoede>
Component: systemdAssignee: systemd-maint
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 29CC: lnykryn, msekleta, s, systemd-maint, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: systemd-239-7.git3bf819c.fc29 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-10-21 17:59:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Hans de Goede 2018-11-22 08:15:57 UTC
Hi,

Starting with Fedora 29 we use deferred fbcon takeover to make the boot flickerfree (well flicker less for now, but on the road to fully flickerfree).

Recent systemd versions only call systemd-vconsole for non dummy-console-s assuming that another console driver will take over before any keyboard input is read. But with deferred fbcon console takeover this is no longer true.

This causes plymouth to read the diskcrypt password with the default keyb keymap instead of with the users one.

This has been fixed in systemd upstream:
https://github.com/systemd/systemd/commit/883eb9be985fd86d9cabe967eeeab91cdd396a81

Can you please add this patch to the Fedora 29+ systemd packages for now?

Regards,

Hans

Comment 1 Zbigniew Jędrzejewski-Szmek 2019-10-21 17:59:00 UTC
Please set POST on systemd bugzillas which are about applying a patch from upstream. This makes
them easy to spot in the sea of bugs.

This was backported everywhere.