Is there a way to get a LUKS keyfile in initrd.img/initramfs, with jxself's kernel?
- Inicie sesión o regístrese para enviar comentarios
Having tried two different ways, through both links referenced in this thread:
I have been unable to successfully get a LUKS keyfile to load properly with the 4.9 lts kernel. It works just fine with the original kernel, but whenever I try to boot the machine, after having created a keyfile according to the instructions, the boot process hangs, with a line of code like this:
"""
[ 0.004000] []
[ 0.004000]
[ 0.004000]---[ end trace 4eea2a86a8e2da22 ]---
"""
This isn't the exact message that I got; I took it from a site where a user was getting a similar error, but I think it should be enough to diagnose the root cause. When I go to boot the old kernel, everything loads just fine, so I know that it's not a problem with the OS itself, nor with my GRUB configuration file itself. If it's a problem with initramfs or vmlinuz, how would I go about diagnosing it? Does anyone know of a way that I can do this with one of jxself's newer kernels, or do I just need to come to terms with entering my LUKS passphrase twice?
At what point do you get that message
After entering my LUKS password on the Libreboot GRUB screen; the boot process starts, but hangs within about one second with that error message.
- Inicie sesión o regístrese para enviar comentarios