Skip to content

Instantly share code, notes, and snippets.

@gjuric
Created January 14, 2015 11:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gjuric/085e0020e52fa9b5b797 to your computer and use it in GitHub Desktop.
Save gjuric/085e0020e52fa9b5b797 to your computer and use it in GitHub Desktop.
Fix virtualbox guest utils on Debian Wheezy
If you get this error during boot:
"AdditionsVBoxService error: VbglR3Init failed with rc=VERR_FILE_NOT_FOUND"
apt-get install linux-headers-`uname -r`
Reboot and reinstall virtualbox-guest-utils if needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment