-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vconsole: true
blocks booting w/ booster exit status 71
#234
Comments
Booster reported a process exit error. I guess it is And the hole situation sounds like a race condition. I just added a commit that tries to capture more logs from |
No luck. The actual behavior happened again with no extra logging. It's still:
Here is what I did:
I even tried manually build an
... and regenerate image with I guess that the culprit might not be fido2-assert, but actually something else (setfont?) since I hadn't used ... and yes, I can reproduce the bug with only BTW, this is my
... and
|
vconsole: true
blocks booting w/ booster exit status 71
Thank you for the information @5long I was able to reproduce the problem locally. The issue is indeed the I set
I need to dig into |
cc @legionus who might have an explanation on top of his head |
This error message has been added to highlight an issue that was previously ignored. See my explanation [1]. Most likely the problem is in systemd-vconsole-setup [2]. This is not the only problem with this utility. I'm not a systemd expert but there are several workarounds [3][4]. [1] legionus/kbd#99 (comment) |
Note that |
Same issues on Ubuntu Without setfont |
This happened to me as well, I have |
Can confirm same issue.
|
(follow-up of #228, running on the same system
Setup
/etc/booster.yaml
systemd-cryptenroll
-ed Yubikey 5 NFCExpected Behavior
When the screen shows
Enter passphase for arch:
, with my Yubikey plugged in, the LED on the Yubikey should be flashing. Touching the Yubikey (the metal part, that is) should unlock the LUKS partition and continue the boot processActual Behavior
The screen shows (The number in the square brackets may vary)
Pressing Enter key on keyboard does nothing. Have to hard reboot / shutdown.
Attempted Fiddling 1: Print Logs from Booster
booster.log=info,console
to kernel optionsResult: Expected behavior happens (with extra logging printed). This looks like a Heisenbug.
Attempted Fiddling 2: Print Logs from Kernel
booster.log=info,console
from kernel optionsResult: the LTS kernel prints many lines of
[ <NUMBER>] blacklist: problem blackl
beforeEnter passphrase for arch
. Then expected behavior happens. Works well.The text was updated successfully, but these errors were encountered: