#!ipxe

#console --picture http://boot.ipxe.org/texture.png --left 32 --right 32 --top 32 --bottom 48

menu boot menu
item efi_shell Shell
item openshell OpenShell
item --gap
item back boot menu
item --gap
item pxe_shell iPXE shell
item --gap
item config iPXE config
choose --timeout 20000 target && goto ${target} || goto menu

:efi_shell
kernel http://192.168.1.101/Shell.efi
boot
goto menu

:openshell
kernel http://192.168.1.101/OpenShell.efi
boot
goto menu

:pxe_shell
shell
goto menu

:config
config
goto menu
