VirtualBox Guest Additions Debian 5
How to Install VirtualBox Guest Additions on Debian 5
-
On the Guest Machine:
-
Open a terminal
Applications > Accessories > Terminal
-
Update your APT database:
apt-get update
-
Install the latest security updates:
apt-get upgrade
-
Ensure packages required by VirtualBox Guest Additions are installed:
apt-get install build-essential module-assistant
-
Configure your system for building kernel modules
m-a prepare
-
On the Host Machine:
-
Select the Devices > Install Guest Additions... menu option.
-
On the Guest Machine:
-
Run the VirtualBox Guest Additions installation script.
-
For 32 bit:
sh /media/cdrom0/VBoxLinuxAdditions-x86.run
-
For 64 bit:
sh /media/cdrom0/VBoxLinuxAdditions-amd64.run
-
Reboot.