Iso — Ubuntu Server
#cloud-config autoinstall: version: 1 identity: hostname: my-server username: admin password: "$6$rounds=4096$abc..." # mkpasswd -m sha-512 ssh: install-server: true packages: - qemu-guest-agent Serve via HTTP, boot ISO with:
Here’s an interesting, slightly non-obvious guide to — beyond just “download and install.” 1. What makes the Server ISO different? | Feature | Ubuntu Desktop | Ubuntu Server | |--------|--------------|----------------| | Kernel | Generic | Generic (same) but tuned for throughput | | Installer | Ubiquity (GUI) | Subiquity (terminal-based, menu-driven) | | Default packages | GUI, browser, media tools | SSH server, ubuntu-minimal | | Use case | Workstation | Headless, cloud, virtualization | ubuntu server iso