exit [<status>]
exit
exit 0
exit 1
Exit the iPXE shell, or the currently running script. If a status is explicitly specified, then this status will be returned to the caller of the script.
goto
shell