diff --git a/root/start.sh b/root/start.sh index 5e1cd7a..1274ee0 100755 --- a/root/start.sh +++ b/root/start.sh @@ -60,6 +60,12 @@ if [[ ! -f /config/menus/remote/menu.ipxe ]]; then curl -o \ /config/menus/remote/netboot.xyz-arm64.efi -sL \ "https://github.com/netbootxyz/netboot.xyz/releases/download/${MENU_VERSION}/netboot.xyz-arm64.efi" + curl -o \ + /config/menus/remote/netboot.xyz-arm64-snp.efi -sL \ + "https://github.com/netbootxyz/netboot.xyz/releases/download/${MENU_VERSION}/netboot.xyz-arm64-snp.efi" + curl -o \ + /config/menus/remote/netboot.xyz-arm64-snponly.efi -sL \ + "https://github.com/netbootxyz/netboot.xyz/releases/download/${MENU_VERSION}/netboot.xyz-arm64-snponly.efi" curl -o \ /config/menus/remote/netboot.xyz-arm64.efi -sL \ "https://github.com/netbootxyz/netboot.xyz/releases/download/${MENU_VERSION}/netboot.xyz-rpi4-snp.efi"