Vagrant up fails on macOS 13.x / Ventura with latest (2.3.2) vagrant release

Disabling SIP works.

  1. Disable the SIP per the link above from @rbarguelles

  2. Then run the

sudo kextload -b org.virtualbox.kext.VBoxDrv;
sudo kextload -b org.virtualbox.kext.VBoxNetFlt;
sudo kextload -b org.virtualbox.kext.VBoxNetAdp;
sudo kextload -b org.virtualbox.kext.VBoxUSB;

it may tell you that you have to “Approve in System Preferences …”

  1. Then open up System Preferences (check to see if you need to “approve” anything under Privacy & Security). It may also tell you to reboot to enable new extensions … or something like that

  2. Reboot to have the kextload take effect

2 Likes