After more testing, it seems the file is not read because the line in /etc/crypttab doesn't have end of line.
This returns empty: hexdump /etc/crypttab | grep 0a This adds end of line, fixing the problem: sudo sed -i -e '$a\' /etc/crypttab -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1887964 Title: VG unavailable after upgrade from 18.04 to 20.04 Cannot process volume group vg01 Volume group "vg01" not found To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lvm2/+bug/1887964/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
