Happy new year 2023 to all,
I would like to install siduction over another linux. I have UEFI partition, a small boot, and a LUKS container with LVM. In the luks container I have a big LV (backup) that I want to keep. Also the old OS is on a LV that I deleted and there is a swap partition.
Is is possible with the existing installer (I'm using the KDE ISO) to install the OS in the LUKS container ?
here is my lsblk output :
sdc 8:32 0 931,5G 0 disk
├─sdc1 8:33 0 1G 0 part <=UEFI
├─sdc2 8:34 0 3,5G 0 part <=boot (not encrypted, to delete)
└─sdc3 8:35 0 927G 0 part <=the LUKS container
└─cryptdisk 253:1 0 927G 0 crypt
└─data-backup 253:3 0 807G 0 lvm <= the data I want to keep
So I have 110G for the OS to give and 17G for the swap
The installation program doesn't open the luks container to let me create new LV to install. It just want to re-encrypt the whole thing.
Is there a way to install ?
Other usefull info

===========================
root@siduction:/home/siducer# vgdisplay data
--- Volume group ---
VG Name data
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 11
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 1
Open LV 0
Max PV 0
Cur PV 1
Act PV 1
VG Size 923,00 GiB
PE Size 4,00 MiB
Total PE 236289
Alloc PE / Size 206593 / 807,00 GiB
Free PE / Size 29696 / 116,00 GiB
VG UUID 7...
root@siduction:/home/siducer# pvdisplay /dev/mapper/cryptdisk
--- Physical volume ---
PV Name /dev/mapper/cryptdisk
VG Name data
PV Size <923,01 GiB / not usable <3,71 MiB
Allocatable yes
PE Size 4,00 MiB
Total PE 236289
Free PE 29696
Allocated PE 206593
PV UUID o...
I have tried to reduce the PV to give space to a new crypto container to install.
But the operation won't work until I move my data in a one big chunk. I would need to do the equivalent of compressing the PV to have the free space all in one piece. I haven't found yet how to to this.