Created
January 14, 2015 11:56
-
-
Save gjuric/085e0020e52fa9b5b797 to your computer and use it in GitHub Desktop.
Fix virtualbox guest utils on Debian Wheezy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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