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