Guest additions on this VM do not match the installed version of
VirtualBox!
This means the installed box needs updating or a different version of VirtualBox needs to be used.
There is a script in ./provisioning/init.sh
that automates the
following manual process:
In the past, it was sufficient simply to install the vagrant-vbguest package.
$ vagrant plugin install vagrant-vbguest
However, if that fails:
$ vagrant vbguest --status
$ vagrant vbguest --do install [ $TARGET ]
$ vagrant halt
$ vagrant up $ vagrant vbguest --status
The vbguest plugin host and guest versions should now match.
For further information, see the "Existing VM".