I'm trying to install Kubuntu 24 as a physical machine with:
What's the correct/prescribed way to perform a custom partitioning installation with LUKS encryption and LVM?
- UEFI partition (flags=boot,esp)(definitely booted in UEFI mode), 350 MiB
- boot partition, 4 GiB
- LUKS encrypted partition, remainder
- OsRoot, 32 GiB XFS
- Homes, 100 GiB XFS
- Var, 10 GiB XFS
- VarLog, 10 GiB XFS
- Tmp, 10 GiB EXT4
- SWAP, 10 GiB none
- p1 to mount at /boot/efi
- p2 to mount at /boot
- OsRoot mount to /
- Homes mount to /home
- Var mount to /var
- VarLog mount to /var/log
- Tmp mount to /tmp
- SWAP no mount, use as swap
What's the correct/prescribed way to perform a custom partitioning installation with LUKS encryption and LVM?
Comment