Created
April 19, 2014 23:36
-
-
Save lpf23/11100798 to your computer and use it in GitHub Desktop.
Install VirtualBox Guest Additions with Debian VM
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
http://virtualboxes.org/doc/installing-guest-additions-on-debian/ | |
Follow these steps to install the Guest Additions on your Debian virtual machine: | |
1) Login as root; | |
2) Update your APT database with apt-get update; | |
3) Install the latest security updates with apt-get upgrade; | |
4) Install required packages with apt-get install build-essential module-assistant; | |
5) Configure your system for building kernel modules by running m-a prepare; | |
6) Click on Install Guest Additions… from the Devices menu, then run mount /media/cdrom. | |
7) Run sh /media/cdrom/VBoxLinuxAdditions.run, and follow the instructions on screen. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment