Skip to content

Instantly share code, notes, and snippets.

@werner-freytag
Last active August 29, 2015 13:58
Show Gist options
  • Save werner-freytag/9950350 to your computer and use it in GitHub Desktop.
Save werner-freytag/9950350 to your computer and use it in GitHub Desktop.
Fix for vagrant: "An error occurred during installation of VirtualBox Guest Additions" after updating virtual box additions
1. Connect to vagrant:
----------------------
vagrant ssh
2. In Vagrant:
--------------
sudo ln -s /opt/VBoxGuestAdditions-*/lib/VBoxGuestAdditions /usr/lib/VBoxGuestAdditions
exit
3. Reload the engine
--------------------
vagrant reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment