How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "lkhn/almalinux-8.uefi"
config.vm.box_version = "8.7.20221130"
end
vagrant init lkhn/almalinux-8.uefi \
--box-version 8.7.20221130
vagrant up
This version was created almost 2 years ago.
Initial version AlmaLinux OS 8 UEFI + Secure Boot Vagrant Boxes.