#!ipxe set attempts:int32 10 set i:int32 0 goto boot_ramdisk :deploy imgfree kernel --timeout 60000 selinux=0 troubleshoot=0 text nofb nomodeset vga=normal ipa-global-request-id=req-4e5c152c-aa9e-47f3-a1bf-a2264a47684c BOOTIF=${mac} initrd=deploy_ramdisk || goto retry initrd --timeout 60000 || goto retry boot :retry iseq ${i} ${attempts} && goto fail || inc i echo No response, retrying in ${i} seconds. sleep ${i} goto boot_ramdisk :fail echo Failed to get a response after ${attempts} attempts echo Powering off in 30 seconds. sleep 30 poweroff :boot_partition imgfree kernel --timeout 60000 no_kernel root={{ ROOT }} ro text nofb nomodeset vga=normal ipa-global-request-id=req-4e5c152c-aa9e-47f3-a1bf-a2264a47684c initrd=ramdisk || goto boot_partition initrd --timeout 60000 no_ramdisk || goto boot_partition boot :boot_anaconda imgfree kernel --timeout 60000 no_kernel text nofb nomodeset vga=normal ipa-global-request-id=req-4e5c152c-aa9e-47f3-a1bf-a2264a47684c inst.ks= inst.stage2= initrd=ramdisk || goto boot_anaconda initrd --timeout 60000 no_ramdisk || goto boot_anaconda boot :boot_ramdisk imgfree sanboot http://192.168.24.23:8088/4f56b6c5-358d-433c-b116-802c9f226310/boot_iso :boot_whole_disk sanboot --no-describe