#!ipxe #### {{ boot_domain }} initial loader #### #### see https://netboot.xyz for more information #### {% if bootloader_https_enabled | bool %} set conn_type https chain --autofree https://{{ boot_domain }}/menu.ipxe || echo HTTPS failed... attempting HTTP... {% endif %} {% if bootloader_http_enabled | bool %} set conn_type http chain --autofree http://{{ boot_domain }}/menu.ipxe || echo HTTP failed, localbooting... {% endif %} {{ site_name }} BootLoaders - Powered by netboot.xyz
{{ index_title.stdout }}

Version: {{ boot_version }}
Powered by netboot.xyz

Legacy (PCBIOS) iPXE Bootloaders

{% for item in bootloaders.legacy %} {% endfor %}
Type Bootloader Description
{{ item.type }} {{ site_name }}{{ item.output_bin }} {{ item.desc }}

UEFI iPXE Bootloaders

{% for item in bootloaders.uefi %} {% endfor %}
Type Bootloader Description
{{ item.type }} {{ site_name }}{{ item.output_bin }} {{ item.desc }}