https://app.vagrantup.com/rockylinux/boxes/8/versions/7.0.0
OS: OSX 11.7 (BigSur)
Vagrant: 2.3.4
Virtualbox: 7.0.4r154605
$ cat Vagrantfile
Vagrant.configure("2") do |config|
config.vm.box = "rockylinux/8"
config.vm.box_version = "7.0.0"
end
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Importing base box 'rockylinux/8'...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["import", "-n", "/Users/jamesd/.vagrant.d/boxes/rockylinux-VAGRANTSLASH-8/7.0.0/virtualbox/box.ovf"]
Stderr: 0%...VBOX_E_OBJECT_NOT_FOUND
VBoxManage: error: Appliance read failed
VBoxManage: error: Failed to open OVF file '/Users/jamesd/.vagrant.d/boxes/rockylinux-VAGRANTSLASH-8/7.0.0/virtualbox/box.ovf' (VERR_FILE_NOT_FOUND)
VBoxManage: error: Details: code VBOX_E_OBJECT_NOT_FOUND (0x80bb0001), component ApplianceWrap, interface IAppliance
VBoxManage: error: Context: "RTEXITCODE handleImportAppliance(HandlerArg *)" at line 510 of file VBoxManageAppliance.cpp
$ ls -la /Users/jamesd/.vagrant.d/boxes/rockylinux-VAGRANTSLASH-8/7.0.0/virtualbox/
total 2491288
drwxr-xr-x 7 jamesd staff 224 12 Dec 20:47 .
drwxr-xr-x 3 jamesd staff 96 12 Dec 20:47 ..
-rw-r--r-- 1 jamesd staff 72 12 Dec 20:46 .imagefactory-metadata.json
-rw-r--r-- 1 jamesd staff 1273623040 12 Dec 20:47 Rocky-8-Vagrant-Vbox-8.7-20221121.0.x86_64.vmdk
-rw-r--r-- 1 jamesd staff 592 12 Dec 20:46 Vagrantfile
-rw-r--r-- 1 jamesd staff 244 12 Dec 20:46 info.json
-rw-r--r-- 1 jamesd staff 50 12 Dec 20:46 metadata.json