Skip to content

Instantly share code, notes, and snippets.

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 atomtigerzoo/9b0b137cd9547e136c96826d217c34c4 to your computer and use it in GitHub Desktop.
Save atomtigerzoo/9b0b137cd9547e136c96826d217c34c4 to your computer and use it in GitHub Desktop.
How to install the VirtualBox Guest Additions in debian wheezy
$ su -
$ apt-get update && apt-get upgrade
Install needed packages
$ apt-get install build-essential module-assistant
Configure your system for building kernel modules
$ running m-a prepare
Click on `Install Guest Additions…` from the `Devices` menu, then run
$ mount /media/cdrom
$ sh /media/cdrom/VBoxLinuxAdditions.run
Reboot, done.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment