#!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
Version: {{ boot_version }}
Powered by netboot.xyz
x86_64 Legacy and EFI Combined iPXE Bootloaders
Type | Bootloader | Description |
---|---|---|
{{ item.type }} | {{ bootloader_filename }}{{ item.output_bin }} | {{ item.desc }} |
Multiarch (x86_64 and arm64) Legacy and EFI Combined iPXE Bootloaders
Type | Bootloader | Description |
---|---|---|
{{ item.type }} | {{ site_name }}{{ item.output_bin }} | {{ item.desc }} |
x86_64 Legacy (PCBIOS) iPXE Bootloaders
Type | Bootloader | Description |
---|---|---|
{{ item.type }} | {{ bootloader_filename }}{{ item.output_bin }} | {{ item.desc }} |
x86_64 UEFI iPXE Bootloaders
Type | Bootloader | Description |
---|---|---|
{{ item.type }} | {{ bootloader_filename }}{{ item.output_bin }} | {{ item.desc }} |
ARM64 UEFI iPXE Bootloaders
Type | Bootloader | Description |
---|---|---|
{{ item.type }} | {{ bootloader_filename }}{{ item.output_bin }} | {{ item.desc }} |
Raspberry Pi iPXE Bootloaders
Type | Bootloader | Description |
---|---|---|
{{ item.type }} | {{ bootloader_filename }}{{ item.output_bin }} | {{ item.desc }} |
Checksums