9 lines
261 B
Text
9 lines
261 B
Text
#!ipxe
|
|
prompt --key 0x02 --timeout 5000 Press Ctrl-B for the iPXE command line... || goto netboot
|
|
dhcp
|
|
console --x 1024 --y 768 --picture http://boot.ipxe.org/ipxe.png --keep
|
|
shell
|
|
|
|
:netboot
|
|
dhcp
|
|
chain --autofree http://boot.netboot.xyz/ipxe/netboot.xyz.lkrn
|