solus-project / os-installer

Solus Installer
https://solus-project.com/
GNU General Public License v2.0
16 stars 11 forks source link

Add support for existing LUKS partitions #66

Open py-crash opened 4 years ago

py-crash commented 4 years ago

I have a disk with existing luks lvm partition. I can open the existing partition using:

sudo cryptsetup luksOpen /dev/sdXY <Name>

However in the installer in "Advance disk configuration" will only see the physical partitions.

There is a workaroud for installing solus, however the LVM partitions should be listed in the installer. Ubiquity and Calamares installer already support this feature.