Open lucc opened 1 year ago
Heya,
Thank you for the report. I built a new version of the image to address this problem. An older image was mistakenly pulled in which we didn't catch.. This will go into the gating checks going forward.
The 'Latest' vagrant images on https://dl.rockylinux.org/pub/rocky/8/images should have the fix.
Tangentially, we are working on a fix for BIOS booting on the 8.7 image, which you may run into. Presently you must force it to boot over UEFI.
e.g., using virtualbox:
config.vm.provider "virtualbox" do |domain|
domain.customize ["modifyvm", :id, "--firmware", "efi"]
end
I have the following Vagrantfile:
I have no fancy plugins installed:
And then run
vagrant up
:It seems that the v5 box is indeed up but the v7 box not: