#!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
            _   _                 _                    
 _ __   ___| |_| |__   ___   ___ | |_  __  ___   _ ____
| '_ \ / _ \ __| '_ \ / _ \ / _ \| __| \ \/ / | | |_  /
| | | |  __/ |_| |_) | (_) | (_) | |_ _ >  <| |_| |/ / 
|_| |_|\___|\__|_.__/ \___/ \___/ \__(_)_/\_\\__, /___|
                                             |___/     

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

Legacy (PCBIOS) iPXE Bootloaders

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

UEFI iPXE Bootloaders

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