Hello,
I've been trying to get Virtualbox to creat a virtualmachine and failed miserably every time. I have Virtualbox 5.1.26 installed (latest version) using their repositories. Whenever I try to start a virtual machine I get the following message:
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
'/sbin/vboxconfig'
as root.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
I also get this message:
Fallo al abrir una sesión para la máquina virtual Mindows.
The virtual machine 'Mindows' has terminated unexpectedly during startup with exit code 1 (0x1).
Código Resultado: NS_ERROR_FAILURE (0x80004005)
Componente: MachineWrap
Interfaz: IMachine {b2547866-a0a1-4391-8b86-6952d82efaa0}
So I was very obedient and tried doing what was asked and got this:
I ran the commands suggest and got the following messages:
Regarding the linx-headers-generic it says it's already on its most recent version (4.4.0.93.98).
Could anyone help me with this? I've looked in many places on the internet but haven't found a solution yet.
I've been trying to get Virtualbox to creat a virtualmachine and failed miserably every time. I have Virtualbox 5.1.26 installed (latest version) using their repositories. Whenever I try to start a virtual machine I get the following message:
Quote:
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing
'/sbin/vboxconfig'
as root.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
Quote:
Fallo al abrir una sesión para la máquina virtual Mindows.
The virtual machine 'Mindows' has terminated unexpectedly during startup with exit code 1 (0x1).
Código Resultado: NS_ERROR_FAILURE (0x80004005)
Componente: MachineWrap
Interfaz: IMachine {b2547866-a0a1-4391-8b86-6952d82efaa0}
Code:
$ sudo /sbin/vboxconfig
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
This system is not currently set up to build kernel modules (system extensions).
Running the following commands should set the system up correctly:
apt-get install linux-headers-3.13.0-119-generic
(The last command may fail if your system is not fully updated.)
apt-get install linux-headers-generic
vboxdrv.sh: failed: Look at /var/log/vbox-install.log to find out what went wrong.
This system is not currently set up to build kernel modules (system extensions).
Running the following commands should set the system up correctly:
apt-get install linux-headers-3.13.0-119-generic
(The last command may fail if your system is not fully updated.)
apt-get install linux-headers-generic
There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root.
Code:
Package linux-headers-3.13.0-119-generic is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package «linux-headers-3.13.0-119-generic» has no installation candidate
Could anyone help me with this? I've looked in many places on the internet but haven't found a solution yet.