VirtualBox6.1.28にて
max os11.6 big surにしたら
VirtualBoxが以下のエラーを吐きだした
==> default: Clearing any previously set network interfaces...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["hostonlyif", "ipconfig", "vboxnet0", "--ip", "xxx.xxx.xx.xx", "--netmask", "xxx.xxx.xxx.0"]
Stderr: VBoxManage: error: Code E_ACCESSDENIED (0x80070005) - Access denied (extended info not available)
VBoxManage: error: Context: "EnableStaticIPConfig(Bstr(pszIp).raw(), Bstr(pszNetmask).raw())" at line 242 of file VBoxManageHostonly.cpp
とりあえず、VirtualBoxをダウングレード(6.1.26)にしたら
https://www.virtualbox.org/wiki/Download_Old_Builds_6_1
vagrant up
で起動できた。