I am running Kubuntu 14.04 lts and downloaded n installed virtualbox from here: https://www.virtualbox.org/wiki/Linux_Downloads, but I can't make it work. I get the error:
The virtual machine 'Linux Tails' has terminated unexpectedly during startup with exit code 1 (0x1).
and:
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
'/etc/init.d/vboxdrv setup'
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
hades@hades-desktop:~$ sudo apt-get install linux-headers-generic build-essential dkms
[sudo] password for hades:
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
dkms is already the newest version.
linux-headers-generic is already the newest version.
The following packages were automatically installed and are no longer required:
linux-image-3.13.0-32-generic linux-image-3.13.0-57-generic
linux-image-3.13.0-59-generic linux-image-extra-3.13.0-32-generic
linux-image-extra-3.13.0-57-generic linux-image-extra-3.13.0-59-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I have VB running on 2 other laptops with Kubuntu so I know it will run.
Can someone help?
Clay
The virtual machine 'Linux Tails' has terminated unexpectedly during startup with exit code 1 (0x1).
Result Code: | NS_ERROR_FAILURE (0x80004005) |
Component: | MachineWrap |
Interface: | IMachine {f30138d4-e5ea-4b3a-8858-a059de4c93fd} |
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
'/etc/init.d/vboxdrv setup'
as root. If it is available in your distribution, you should install the DKMS package first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
hades@hades-desktop:~$ sudo apt-get install linux-headers-generic build-essential dkms
[sudo] password for hades:
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
dkms is already the newest version.
linux-headers-generic is already the newest version.
The following packages were automatically installed and are no longer required:
linux-image-3.13.0-32-generic linux-image-3.13.0-57-generic
linux-image-3.13.0-59-generic linux-image-extra-3.13.0-32-generic
linux-image-extra-3.13.0-57-generic linux-image-extra-3.13.0-59-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I have VB running on 2 other laptops with Kubuntu so I know it will run.
Can someone help?
Clay
Comment