Make sure your VM is running and ssh into it. From there, run the contents of downgrade-vbox-guest-additions.sh
below.
From your host machine, if you have the vagrant-vbguest
plugin installed, make sure you deactivate it for this specific VM. To do that, set auto_update
to false
in your Vagrantfile:
config.vbguest.auto_update = false
vagrant reload
As soon as things have been fixed (on Oracle's side...) and the latest guest additions work again, re-enable auto-updates by removing the line you added in step 2 and run
vagrant vbguest --do rebuild
Glad it could be of help :)