I want to install Ubuntu 20.04 desktop with LVM on a laptop with UEFI BIOS. My problem is that the default installer allocates the whole disk (bar the UEFI boot partition and a swap partition) to ONE root partition. I prefer to have separate partitions for root, /home
, /var
, /tmp
, etc., and no swap partition.
I have seen other attempts to solve this problem, but they either use RAID or
resizes the LVM root partition afterwards, which is fine if you only want to migrate /home
to its own partition, but I feel uneasy to do with, e.g., /var
. Other attempts, e.g., this one, use the server installer followed by apt install ubuntu-desktop
, but I haven't found what server-only packages I should remove afterwards.
Is there another way to install Ubuntu 20.04 desktop and set up separate LVM partitions for root, /home
, /var
, /tmp
, etc.? Or would it be safe to follow the second route and resize the partitions afterwards? If so, how?