Hello, i hope my first post is helpful.
After some debugging i figured out where this error message "cryptsetup:
unknown fstype, bad password or options?" in my case comes from.
The point is that i am having a LVM Partition which holds several
logical volumes which need to be mounted (at least o
In my comment #11 i did some mistake in "3)"
I copied the wrong command for changing the use_lvmetad parameter temporarily.
I missed the "-i" for sed.
To not confuse someone here is the corrected part:
# Replace use_lvmetad=1 with use_lvmetad=0
sed -i -E 's/(^\s*use_lvmetad\s*=\s*)(1)(\s*.*$)/\1