

To install it again: VAGRANT_LOG=info vagrant vbguest -do installįinally re-check by: vagrant vbguest -status. To uninstall guets addition in VM ( vagrant ssh), do the following: /opt/VirtualBoxGuestAdditions/uninstall.sh Note: Change new_version into the right one Or by installing it again in VM: vagrant vbguest -do installĪlternatively set the version which is recorded in VBox by: /Applications/VirtualBox.app/Contents/MacOS/VBoxManage guestproperty set "new_version" /VirtualBox/GuestAdd/Version Then try updating your guest additions by: VBoxManage guestcontrol updatega|updateguestadditions|updateadditions Where can be found by VBoxManage list vms. Or for specific VM: VBoxManage guestproperty get /VirtualBox/GuestAdd/Version

Check your host and guest version by: vagrant vbguest -status
