Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Debian/Ubuntu: Virtualbox Guest Additions without GUI
#1
Information 
Install dkms package:

sudo apt-get install dkms

In VirtualBox: menu Devices -> Insert Guest Additions CD Image.
Back in linux:

sudo apt-get update && sudo apt-get install build-essential dkms linux-headers-$(uname -r)
cd /mnt
sudo ./VBoxLinuxAdditions.run
sudo reboot
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)