#!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-8f878bda-5514-48c8-8055-5fac8523b6ee 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 http://192.168.24.9:8088/32820082-a8cb-4069-96b2-986ca6385c3b/kernel root={{ ROOT }} ro text nofb nomodeset vga=normal ipa-global-request-id=req-8f878bda-5514-48c8-8055-5fac8523b6ee initrd=ramdisk || goto boot_partition initrd --timeout 60000 http://192.168.24.9:8088/32820082-a8cb-4069-96b2-986ca6385c3b/ramdisk || goto boot_partition boot :boot_anaconda imgfree kernel --timeout 60000 http://192.168.24.9:8088/32820082-a8cb-4069-96b2-986ca6385c3b/kernel text nofb nomodeset vga=normal ipa-global-request-id=req-8f878bda-5514-48c8-8055-5fac8523b6ee inst.ks= inst.stage2= initrd=ramdisk || goto boot_anaconda initrd --timeout 60000 http://192.168.24.9:8088/32820082-a8cb-4069-96b2-986ca6385c3b/ramdisk || goto boot_anaconda boot :boot_ramdisk imgfree kernel --timeout 60000 http://192.168.24.9:8088/32820082-a8cb-4069-96b2-986ca6385c3b/kernel root=/dev/ram0 text nofb nomodeset vga=normal ipa-global-request-id=req-8f878bda-5514-48c8-8055-5fac8523b6ee console=ttyS0,115200n8r quiet initrd=ramdisk || goto boot_ramdisk initrd --timeout 60000 http://192.168.24.9:8088/32820082-a8cb-4069-96b2-986ca6385c3b/ramdisk || goto boot_ramdisk boot :boot_whole_disk sanboot --no-describe