How to install guest additons 5.0.14r105127 on Debian based
Posted: 26. Jan 2016, 20:31
After you download the new Virtualbox Extension pack onto your host system and install the Extension pack into Virtualbox Manager then you should do the following to install the guest additions onto your debian based guest.
open terminal in guest os
apt-get update && apt-get install -y linux-headers-$(uname -r)
hit cancel when autorun window pops up.
cp /media/cdrom/VBoxLinuxAdditions.run /Documents/
or (check version is latest)
cp /media/cdrom0/VBoxLinuxAdditions.run /Documents/
cd Documents
chmod 755 VBoxLinuxAdditions.run
./VBoxLinuxAdditions.run
shutdown guest os
shutdown reboot host os
start guest os
sudo apt-get autoremove
open terminal in guest os
apt-get update && apt-get install -y linux-headers-$(uname -r)
hit cancel when autorun window pops up.
cp /media/cdrom/VBoxLinuxAdditions.run /Documents/
or (check version is latest)
cp /media/cdrom0/VBoxLinuxAdditions.run /Documents/
cd Documents
chmod 755 VBoxLinuxAdditions.run
./VBoxLinuxAdditions.run
shutdown guest os
shutdown reboot host os
start guest os
sudo apt-get autoremove