DEFAULT vesamenu.c32 PROMPT 0 TIMEOUT 50 MENU TITLE PXE Boot Menu LABEL autoinstall MENU LABEL ^Ubuntu 24.04 server autoinstall KERNEL vmlinuz INITRD initrd APPEND root=/dev/ram0 ramdisk_size=3500000 ip=dhcp url=http://{{ tftp_server }}/ubuntu-24.04.iso cloud-config-url=/dev/null autoinstall ds=nocloud-net;s=http://{{ tftp_server }}/autoinstall/ --- LABEL manual MENU LABEL ^Ubuntu 24.04 manual install KERNEL vmlinuz INITRD initrd APPEND root=/dev/ram0 ramdisk_size=3500000 ip=dhcp url=http://{{ tftp_server }}/ubuntu-24.04.iso cloud-config-url=/dev/null ---