finally boot the second stage
All checks were successful
build ipxe / make ipxe (push) Successful in 5m14s

This commit is contained in:
misthios 2024-03-05 12:52:58 +01:00
parent 532dd13a3c
commit cb861565a0

View File

@ -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