diff --git a/ipxe/netboot.ipxe b/ipxe/netboot.ipxe index 8b4c13f..0d664ef 100644 --- a/ipxe/netboot.ipxe +++ b/ipxe/netboot.ipxe @@ -15,10 +15,7 @@ echo Server is ${server} sleep 5 # Download the correct bootscript or continue normal boot -chain ${server}|| goto link_does_not_exist - -:link_does_not_exist -sleep 5 -echo Link ${server} does not exist, booting from next bios/uefi target +chain ${server} +echo should not be reached exit