From cb861565a00fb0762d26df7b7f63d373cc1cae7c Mon Sep 17 00:00:00 2001 From: misthios Date: Tue, 5 Mar 2024 12:52:58 +0100 Subject: [PATCH] finally boot the second stage --- ipxe/netboot.ipxe | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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