From a3f4cbd0c3c97d2e0fe623d668387f60902124ef Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Sun, 12 Sep 2021 21:21:03 -0500 Subject: [PATCH] Update arm64 bootloader links --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5b5dc0dd4..734c4eb7d0 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ | Type | Bootloader | Description | |------|------------|-------------| -|DHCP-snp| [netboot.xyz-arm64.efi](https://boot.netboot.xyz/ipxe/netboot.xyz-arm64.efi)| EFI w/ Simple Network Protocol, attempts to boot all net devices| +|DHCP| [netboot.xyz-arm64.efi](https://boot.netboot.xyz/ipxe/netboot.xyz-arm64.efi)| DHCP boot image file, uses built-in iPXE NIC drivers| +|DHCP-snp| [netboot.xyz-arm64-snp.efi](https://boot.netboot.xyz/ipxe/netboot.xyz-arm64-snp.efi)| EFI w/ Simple Network Protocol, attempts to boot all net devices| +|DHCP-snponly| [netboot.xyz-arm64-snponly.efi](https://boot.netboot.xyz/ipxe/netboot.xyz-arm64-snponly.efi)| EFI w/ Simple Network Protocol, only boots from device chained from| #### Raspberry Pi iPXE Bootloaders