Chris <
ithi...@gmail.com> wrote:
> I'd recommend sticking with UTM. It works great. The only weakness I've
> found is that you can't change the disk size once linux has been installed,
> but that's it.
You should be able to. UTM is just qemu under the hood, so:
qemu-img resize my-disk-image.qcow2 999G
will resize the virtual disc to 999 gigabytes (I forget where UTM puts it,
somewhere in ~/Library I think). Then it's a case of resizing the
partitions etc in Linux, just like on physical hardware.
(exact mechanism depends on what filesystems are being used, typically
gparted is the easiest although it doesn't cover all cases)
Theo