@m_pav Perhaps your VM or system doesn't have enough free RAM then cryptsetup fails to load a key. This failure wasn't picked up by the installer so it carried on regardless, I have now changed this.m_pav wrote: Fri Jul 30, 2021 6:02 pmOne issue with re-using the swap file though is after unlocking and re-using it through the installer, you will end up with a password prompt to unlock every encrypted partition you reused through the installer, so if you reused 2 partions, you will have to type each partitions password at login and if you reused 3 encrypted partitions, you will be asked 3 times at boot for the password for each partition.
This may be a either a bug or an omission in the new installer, or an error in the process I tested with. Maybe others can chip in here to give some clarity.
This failure is usually caused by not having enough free RAM. The default PBKDF is Argon2i and if you don't have at least 50-60% of RAM free (on a system with 2GB or less) then either cryptsetup or Xorg crashes (maybe the OOM killer).
If usnig a VM, try increasing the RAM to at least 1280MB and running sudo zram start before running the installer.