Comment 0 for bug 2008484

Revision history for this message
sascha arthur (sarthur) wrote : 22.04.2 autoinstall broken

Hello,

we using following ipxe script to run the ubuntu autoinstaller:

kernel vmlinuz initrd=initrd keyboard-configuration/layoutcode=de root=/dev/ram0 ramdisk_size=1500000 ip=dhcp url=http://releases.ubuntu.com/22.04/ubuntu-22.04.2-live-server-amd64.iso autoinstall ds=nocloud-net;s=.../ cloud-config-url=.../user-data hwaddr=92:01:00:00:00:02
initrd initrd
boot

initrd/vmlinuz we extracting out of the iso, whenever theres an update.

Since 22.04.2 the process is broken. Its stuck in "unable to find livesystem on network". tested on multiple hosts, working smoothly on 22.04.1, please fix that.