I have installed virtual box on my ubuntu 16.04 following instructions described here.
Last command, i.e. sudo apt install virtualbox-5.1
, gave me this:
vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why.
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
I've tried sudo /sbin/vboxconfig
which gave me:
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why.
Then I tried dmesg
and uploaded its output here.
dmesg
that is not displayed by your link. Runsudo modprobe vboxdrv
and you'll get it. – Pilot6 Aug 22 '17 at 11:07