I have a ubuntu desktop that I also use as a CI/CD server on my home. I always break stuff so I wanted to have a USB stick that auto installs everything.
https://ubuntu.com/server/docs/install/autoinstall is for server only.
Is there a way to autoinstall the desktop version as easy as the server version, without having to code? I found some self made solutions but I wanted the autoinstall one just like the server version of ubuntu.
subiquity
server installer so it may provide the identical functionality as it does on server systems (that's the intention; but you gave no specifics on release). There is some auto-config onubiquity
installer, but again without specifics how it compares depends on details you didn't provide (recent releases offered both though the canary installer is still a work-in-progress so not as stable on it is on server) – guiverc Aug 05 '22 at 08:49