PXE NetInstall of AlmaLinux 8.9

For the life of me, I can’t seem to get this server to pull the 8.9 image for a PXE netinstall. This is what I am using:

label netinstall-AlmaLinux-8.9-x86_64
  # MENU DEFAULT
  # MENU HIDE
  MENU LABEL AlmaLinux 8.9 x86_64 installation via network
  MENU PASSWD
  kernel vmlinuz-netinstall-AlmaLinux-8.9-x86_64
  append initrd=initrd-netinstall-AlmaLinux-8.9-x86_64.img ramdisk_size=1000000 vga=773 method=https://repo.almalinux.org/almalinux/8.9/BaseOS/x86_64/os ip=myip netmask=255.255.255.128 hostname=thebox gateway=mygateway dns=1.1.1.1
  TEXT HELP
  AlmaLinux 8.9 x86_64 installation via network
  ENDTEXT

Getting a lot of Warning: Downloading fails…

I can do this fine with CentOS 7 and other net installs but this one is giving me troubles.

I’m not familiar with method. I think you mean to use inst.repo - see Anaconda Boot Options — Anaconda 41.7 documentation