I think, after some upgrades with apt-get upgrade on my Lenovo X390 with Ubuntu 20 I do not get any password prompt to decrypt the disk anymore. I just see the Lenovo logo and I’m not able to press anything, also typing the password and press enter is not working. The boot process is stuck on the Lenovo logo where normally was the password prompt below the Logo.
If I boot Ubuntu from an USB-Stick, I was able to decrypt the partition successfully and I was able to backup the data.
I tried to chroot the partition and executed the steps on https://feeding.cloud.geek.nz/posts/recovering-from-unbootable-ubuntu-encrypted-lvm-root-partition/
“update-initramfs -c -k all” executed without any failures and some files get updated on the unencrypted boot partition. But after a reboot I’m still not able to see the password prompt to decrypt the drive.
Do you have any further ideas (except reinstall Ubuntu) to resolve this issue?
I also don‘t know exactly how I can open the grub menu to modifiy the boot parameter. I tried shift and esc after the first Lenovo logo where I can press enter to select for example another boot device or enter the bios.
Can I even open the grub menu without decrypting the disk? Does that help me at all?
Here is the list of packages I updated before this behavior happened: https://pastebin.com/PuK7GYcf
/media/root/a5a282c7-9739-4c8e-9c46-cdde340c7f98/etc/crypttab
nvme0n1p3_crypt UUID=9d00eee1-b7dc-4262-bb65-cfbaeea9ce87 none luks,discard
/media/root/a5a282c7-9739-4c8e-9c46-cdde340c7f98/etc/cryptsetup-initramfs/conf-hook
/media/root/a5a282c7-9739-4c8e-9c46-cdde340c7f98/etc/default/grub
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=3
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX=""