I have installed virtualbox with
Code: Select all
sudo dpkg -i virtualbox-5.0_5.0.18-106667~Ubuntu~xenial_amd64.debCode: Select all
sudo apt-get install dkms gcc Code: Select all
sudo mount VBoxGuestAdditions_5.0.18.iso /mnt
cd /mnt Code: Select all
...Building the VirtualBox Guest Additions kernel modules ...done.
Doing non-kernel setup of the Guest Additions ...done.
Starting the VirtualBox Guest Additions ...fail!
(modprobe vboxguest failed)
Thanks in advance