-
Notifications
You must be signed in to change notification settings - Fork 20
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
Fail to unlock device with adapted initcpio hook #43
Comments
The
In which case the string(ex. |
Thanks for the information. |
Currently, when
|
Using |
I agree with the second or third idea, since it's more powerful and I can get rid of ugly tty hack in initcpio script (rpassword library has been hardcoded to use /dev/tty, which is unavailable in ramdisk). |
Okay, I'll get onto that sometime next week |
Unfortunately, this does't work too.
|
Are you sure you specified the PIN script correctly? Otherwise the PIN would be empty but not none. |
Yes, I am sure.
|
Hello shimunn,
I am trying to adapt initcpio hook with fido2luks 0.3.0-alpha version, but I get a strange error with my modfied script.
I have tried to print out the options but
--pin
option had already been specified. When I am using init shell via appendingbreak
parameter to kernel commandline, I can launch the hook viasource /init_functions; source /hooks/fido2luks; run_hook;
command and it can showsAuthenticator PIN:
normally and I can input pin to unlock my LUKS volume. Do you have any clue about that?The text was updated successfully, but these errors were encountered: