It seems that upgrade of encrypted luks from the booted dvd isn’t possible, not recognised.
Going through normal install and you get to the disks and choose custom partition layout. The list shows ‘/sdx lvm raid devicemapper’. If you click ‘devicemapper’ and then the little ‘help’ button, it says that any encrypted partitions will show up here. They don’t.
Right, cold boot and when it gets to the first agreement page use ‘Ctl-Alt-3’ to get another terminal prompt #.
Modprobe for the crypt related used before first using cryptsetup. Then run ‘cryptsetup luksOpen xxx yyy’ for the 2 luks partitions.
Go back to the GUI and continue to custom partition. Click on ‘devicemapper’, but nothing shows.
Cold reboot and as above, after getting the 2 partitions open, I mount: ‘mount /dev/mapper/xxx yyy’ for each.
Back to GUI, continue. Still don’t see them in that ‘devicemapper’.
Interestingly, choosing the actual physical /sdx on the page and then ‘edit’, the options for ‘format’ ‘mount point’ ‘fstab’ the ‘encrypt’ box is already ticked. So it knows that it is encrypted. That is even if I don’t do my extra terminal luksOpen stuff.
So I’m curious about the inclusion of the ‘devicemapper’ entry on that page.