Hello,
About a week ago, I updated my laptop with the latest Zorin updates. Upon reboot, I failed to log into my device and have the cryptoLUKs password prompt appear. I got the following message:
cryptsetup: Waiting for encrypted source device UUID=43a6...
Then it drops me into initramfs command prompt, where seemingly no commands work.
I tried booting into recovery mode, of the same kernel (5.14.9-051409), and that failed. I tried booting into an older kernel version that does not support my laptop's WIFI or bluetooth card (5.12.0-051200). I was able to boot into this with no problem.
I tried updating initramfs by doing the following command, hoping it would fix it:
sudo update-initramfs -u -k all
That did not resolve the issue, or seem to do anything upon rebooting and booting into 5.14 kernel.
Any ideas on how to go about resolving this issue? Here are some outputs from fstab, crypttab, and lsblk.
Hardware wise, I am using a i5 Framework Laptop. Details of that laptop hardware can be found on frame.work website.
danielh@aule:~$ cat /etc/crypttab
nvme0n1p3_crypt UUID=43a6282d-7a2d-48e0-802c-78371fc519ca none luks,discard
danielh@aule:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/vgzorin-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/nvme0n1p2 during installation
UUID=12ceaf52-1852-42f1-aeb3-8b114acc8ad4 /boot ext4 defaults 0 2
# /boot/efi was on /dev/nvme0n1p1 during installation
UUID=71F5-BEA3 /boot/efi vfat umask=0077 0 1
/dev/mapper/vgzorin-swap_1 none swap sw 0 0
danielh@aule:~$ lsblk -f
NAME FSTYPE LABEL UUID FSAVAIL FSUSE% MOUNTPOINT
loop0 squashfs 0 100% /snap/core18/2246
loop1 squashfs 0 100% /snap/gtk-common-themes/1519
loop2 squashfs 0 100% /snap/notion-snap/6
loop3 squashfs 0 100% /snap/snapd/14066
loop4 squashfs 0 100% /snap/gnome-3-28-1804/161
loop6 squashfs 0 100% /snap/core18/2253
loop7 squashfs 0 100% /snap/spotify/53
loop8 squashfs 0 100% /snap/spotify/56
loop9 squashfs 0 100% /snap/bare/5
loop10 squashfs 0 100% /snap/snapd/14295
nvme0n1
├─nvme0n1p1 vfat 71F5-BEA3 505.8M 1% /boot/efi
├─nvme0n1p2 ext4 12ceaf52-1852-42f1-aeb3-8b114acc8ad4 354.9M 42% /boot
└─nvme0n1p3 crypto_LUKS 43a6282d-7a2d-48e0-802c-78371fc519ca
└─nvme0n1p3_crypt LVM2_member 9zRJUZ-ZIsE-tJCQ-YDFo-dYze-86Nh-hoo0tb
├─vgzorin-root ext4 0df273cb-51e9-4b37-8431-b44ba0a680e1 398.1G 7% /
└─vgzorin-swap_1 swap 35347cf8-8ba6-49b1-b45f-f1d276b64c97 [SWAP]
Thanks for any help,
Daniel