


We also seem to need to do this with netplan too, to reliably get (10), and I’ve reused the late command here to set the DHCP client to do This is the same problem as I’ve seen previously with Debian Buster
Ubuntu mini iso installation mac#
MAC address of the device, rather than the device identifier which is nowĬommon. The typical way to do this is to restore the DHCP identifier used back to the

There were four things that need solving on top of the basic configuration: The new unattended installation is well documented and I started from the I’ve also created an example Github repo with the working configuration This uses the VMware builder, the relevant configuration options exist We also need the presence of the file meta-data: touch meta-data in theĭirectory available to the Packer HTTP server.
Ubuntu mini iso installation password#
#cloud-config autoinstall : version : 1 identity : hostname : ubuntu-server password : ' $6$wdAcoXrU039hKYPd$508Qvbe7ObUnxoj15DRCkzC3qO7edjH0VV7BPNRDYK4QR8ofJaEEF2heacn0QgD.f8pO8SNp83XNdWG6tocBM1' username : ubuntu network : network : version : 2 ethernets : ens33 : dhcp4 : true dhcp-identifier : mac ssh : install-server : true late-commands : - sed -i 's/^#*\(send dhcp-client-identifier\).*$/\1 = hardware /' /target/etc/dhcp/nf - ' sed -i "s/dhcp4: true/&\n dhcp-identifier: mac/" /target/etc/netplan/00-installer-config.yaml'
