Page 1 of 1

vboxdrv kernel module not loaded

Posted: 1. Sep 2016, 09:35
by Elodie_GF
Hi

I have installed Xubuntu Desktop 14.04 "Trusty Tahr" (XFCE + x2go) (64bits) and virtual box 5.1

When i launch Virtual Box i get the following message:
virtual box launch error.png
virtual box launch error.png (73.34 KiB) Viewed 1141 times
And when i execute the /sbin/vboxconfig but it says i need some headers and when i try to install those headers i get errors:

In my terminal
vboxconfig error.png
vboxconfig error.png (103.16 KiB) Viewed 1141 times
In vbox-install.log
vbox-install_log.png
vbox-install_log.png (69.15 KiB) Viewed 1141 times
I am new to the linux environment and I don't really know how to fix this.

Can someone please help me?
For info, I've used OVH Xubuntu Kernel instead of the original one.

Thanks very much

Kind regards
Elodie

Re: vboxdrv kernel module not loaded

Posted: 1. Sep 2016, 13:59
by Perryg
sudo apt-get install linux-headers-$(uname -r) will attempt to install the headers that match your running kernel if they are available. If they are not then you are out of luck. Why are you using a proprietary kernel and not the stock one?

Re: vboxdrv kernel module not loaded

Posted: 1. Sep 2016, 14:31
by Elodie_GF
Perryg wrote:sudo apt-get install linux-headers-$(uname -r) will attempt to install the headers that match your running kernel if they are available. If they are not then you are out of luck. Why are you using a proprietary kernel and not the stock one?
Oh no, really?

It's just that it is the one recommended since i was installing from their image.
It's not like i have anything installed on the machine yet (except post-install config and virtual box).
I might reconsider to start over and choose the proprietary kernel. :(

I will contact them first to make sure they can't help.
Thanks very much for your answer.