-
Notifications
You must be signed in to change notification settings - Fork 9
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
no root cryptdevice error #1
Comments
Sorry about that! I forgot to mention in the README that the program powers off the machine on errors as a precaution. Debug mode disables this:
Looks like I might be making an assumption about sysfs that isn't true on your system. Could you please tell me what is the output of:
Thanks! |
|
Thanks. I'm pretty sure it's related to vianney#8 then. I don't have a system with LVM, but I'll do my best! |
Okay, I'm pretty sure this will handle an LVM on LUKS setup. You should run the binary in debug mode from a root shell to test:
The binary in the initramfs is unchanged, so there is no need to reboot; just makepkg and update. |
Seems like problem is still present.
I will try to set up IDE and debug it. |
Ok i managed to debug it, whats supposed to be a root device in program happens to be this:
|
Thank you for the detailed feedback! I was grabbing the Looking into this issue made me realize that I am making the false assumption that all LUKS volumes contain filesystems. I'll fix this shortly and post here when I'm done. Thanks for your help! |
Thanks for reporting this issue. This is definitely fixed now (v1.3.1), and in addition, I've changed the default |
Trying to suspend prints error "no root cryptdevice" and shuts down system instead.
/proc/mounts:
/etc/crypttab
The text was updated successfully, but these errors were encountered: