Skip to main content
Topic: Bug&Solution: Calamares unmounts all the LVM volumes at the beginning of install (Read 439 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Bug&Solution: Calamares unmounts all the LVM volumes at the beginning of install

I posted this issue at Calamares Github , with steps to reproduce and logs, hopefully it will get resolved. In the meantime, to block the Calamares from unmounting the manually-created LVM volumes, which you may be using as a target for installation (i.e. like in a InstallationWithFullDiskEncryption manual) - you may simply open new Terminal tabs, and in each tab cd to a mount point of LVM volume that you would like to protect from unmounting. In example,
Code: [Select]
cd /mnt
and
Code: [Select]
cd /mnt/boot
Below, I attach the Calamares logs for "failure (unmount not blocked)" VS "success (unmount blocked by cd)", which you could compare