index.html 339 B

1234567
  1. #!ipxe
  2. #### boot.netboot.xyz initial loader ####
  3. #### see https://netboot.xyz for more information ####
  4. set conn_type https
  5. chain --autofree https://boot.netboot.xyz/menu.ipxe || echo HTTPS failed... attempting HTTP...
  6. set conn_type http
  7. chain --autofree http://boot.netboot.xyz/menu.ipxe || echo HTTP failed, localbooting...