This is on a laptop with a dual boot setup with the Microsoft partitions encrypted with bitlocker. See picture below for the messages displayed when it happens.
Since this is on Cauldron, I create a bug report on bugzilla, but I got this response:
It looks like you have either incorrect UUIDs in either /etc/fstab or on your kernel command line, or the UUIDs are correct, but for devices that are not present. This is a configuration issue you should be able to fix.
I could not find anything in /etc/fstab/ that is incorrect:
- Code: Select all
# Entry for /dev/sda7 :
UUID=1de87c7f-772a-4277-b6a8-1cba8e6ffb4e / ext4 noatime,acl 1 1
# Entry for /dev/sda1 :
UUID=E0DF-ACA6 /boot/EFI vfat umask=000,iocharset=utf8 0 0
/dev/mapper/crypt_sdb3 /home ext4 noatime,acl 0 0
none /proc proc defaults 0 0
# Entry for /dev/sda6 :
UUID=535717bf-dcfa-4204-8580-10ccff2e5427 swap swap defaults 0 0
I'm not really that knowledgeable with the correct fstab contents, so maybe someone else can tell me what is the issue. E.g. I don"t know if the EFI partition can be removed from fstab (will the distro still boot if I do? Also no clue what the line is for that starts with none. sda7 is my root partition and sdb3 is a separte partition for my /home , so they definitely need to remain.
Any help would be appreciated.

