#!ipxe #### xyz.boot.my.b0x.pw initial loader #### #### see https://netboot.xyz for more information #### set conn_type https chain --autofree https://xyz.boot.my.b0x.pw/menu.ipxe || echo HTTPS failed... attempting HTTP... set conn_type http chain --autofree http://xyz.boot.my.b0x.pw/menu.ipxe || echo HTTP failed, localbooting... exit
Version: 2.x
Powered by netboot.xyz
x86_64 Legacy (PCBIOS) iPXE Bootloaders
| Type | Bootloader | Description |
|---|---|---|
| Kernel | boot.lkrn | Used for booting from GRUB/EXTLINUX |
| Floppy | boot.dsk | Virtual floppy disk for DRAC/iLO, VMware, Virtual Box, etc |
| Floppy | boot.pdsk | Padded Virtual floppy disk for DRAC/iLO, VMware, Virtual Box, etc |
| DHCP | boot.kpxe | DHCP boot image file, uses built-in iPXE NIC drivers |
| DHCP-undionly | boot-undionly.kpxe | DHCP boot image file, use if you have NIC issues |
x86_64 UEFI iPXE Bootloaders
| Type | Bootloader | Description |
|---|---|---|
| DHCP | boot.efi | DHCP EFI boot image file, uses built-in iPXE NIC drivers |
| DHCP-snp | boot-snp.efi | EFI w/ Simple Network Protocol, attempts to boot all net devices |
| DHCP-snponly | boot-snponly.efi | EFI w/ Simple Network Protocol, only boots from device chained from |
| Floppy | boot.efi.dsk | DHCP EFI Floppy boot image file, uses built-in iPXE NIC drivers |
| Floppy-snp | boot-snp.efi.dsk | EFI Floppy image w/ Simple Network Protocol, attempts to boot all net devices |
ARM64 UEFI iPXE Bootloaders
| Type | Bootloader | Description |
|---|---|---|
| ISO | boot-arm64.iso | Used for CD/DVD, Virtual CDs, DRAC/iLO, VMware, Virtual Box |
| IMG | boot-arm64.img | Used for creation of USB Keys |
| DHCP | boot-arm64.efi | DHCP EFI boot image file, uses built-in iPXE NIC drivers |
| DHCP-snp | boot-arm64-snp.efi | EFI w/ Simple Network Protocol, attempts to boot all net devices |
| DHCP-snponly | boot-arm64-snponly.efi | EFI w/ Simple Network Protocol, only boots from device chained from |
Checksums