I’ve launched a VM with ‘images:ubuntu/24.04/desktop’ - works great. Now I’d like to test Xubuntu 24.04, which isn’t listed in the image library.
I’ve tried Uploading a Xubuntu ISO, then launching a new VM using that custom ISO. The installer GUI was unresponsive, then hung completely when starting the install process.
What is the best way to launch Xubuntu? Is there another image repo that has Xubuntu pre-packaged, or should I learn distrobuilder, or take some other approach?
Normally you should try to replicate with the Ubuntu desktop image, try that the image that you built actually works, then adapt to create a new xubuntu variant.
Well I started digging into distrobuilder, then found an easier way (for me) as outlined by this video.
The gist:
create a new VM using the --empty flag
attach a bootable ISO
boot the machine and run the GUI installer
detach the ISO, reboot
My incus host is a remote machine on the lan. For me, the magic was to install Incus on the desktop, setup the incus remote, then incus start remotehost:myvm --console=vga. GUI performance is good!
I’m an incus newbie - for me this is a good starting point. I’ll learn distrobuilder in the future.