#!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 %} exit {{ site_name }} BootLoaders - Powered by netboot.xyz
{% if index_title.stdout is defined %} {{ index_title.stdout }} {% else %}

{{ site_name }}

{% endif %}

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

{% if generate_disks_hybrid == true %}

x86_64 Legacy and EFI Combined iPXE Bootloaders

{% for item in bootloaders.hybrid %} {% endfor %}
Type Bootloader Description
{{ item.type }} {{ bootloader_filename }}{{ item.output_bin }} {{ item.desc }}

Multi-arch (x86_64 and arm64) Legacy and EFI Combined iPXE Bootloaders

{% for item in bootloaders.multiarch %} {% endfor %}
Type Bootloader Description
{{ item.type }} {{ bootloader_filename }}{{ item.output_bin }} {{ item.desc }}
{% endif %} {% if generate_disks_legacy == true %}

x86_64 Legacy (PCBIOS) iPXE Bootloaders

{% for item in bootloaders.legacy %} {% endfor %}
Type Bootloader Description
{{ item.type }} {{ bootloader_filename }}{{ item.output_bin }} {{ item.desc }}
{% endif %} {% if generate_disks_efi == true %}

x86_64 UEFI iPXE Bootloaders

{% for item in bootloaders.uefi %} {% endfor %}
Type Bootloader Description
{{ item.type }} {{ bootloader_filename }}{{ item.output_bin }} {{ item.desc }}
{% endif %} {% if generate_disks_arm == true %}

ARM64 UEFI iPXE Bootloaders

{% for item in bootloaders.arm %} {% endfor %}
Type Bootloader Description
{{ item.type }} {{ bootloader_filename }}{{ item.output_bin }} {{ item.desc }}
{% endif %} {% if generate_disks_rpi == true %}

Raspberry Pi iPXE Bootloaders

{% for item in bootloaders.rpi %} {% endfor %}
Type Bootloader Description
{{ item.type }} {{ bootloader_filename }}{{ item.output_bin }} {{ item.desc }}
{% endif %}

Checksums

SHA256 checksums