On Sat, 04 Apr 2020 06:00:54 -0000 "Sreyan Chakravarty" wrote:
The current Anaconda installer is unable to install Fedora to an encrypted partition. Is there anyway I can have one big encrypted partition, decrypt it, create a LVM and install Fedora.
I don't know from the Anaconda GUI, but from a kickstart file it works.
Here is the template we use:
part /boot --asprimary --fstype=ext4 --size=500 --ondisk=sda part pv.1 --size=60000 --grow --ondisk=sda --encrypted --passphrase=@passphrase@ volgroup system pv.1 logvol / --vgname=system --name=root --size=50000 --label=root --fstype=ext4 logvol swap --vgname=system --name=swap --fstype=swap --hibernation logvol /local --vgname=system --name=local --label=local --fstype=ext4 --grow --size=1