- Code: Select all
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing
'/etc/init.d/vboxdrv setup'
as root. Users of Ubuntu or Fedora should install the DKMS package at first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
Followed by this:
- Code: Select all
Virtual machine 'Windows XP' has terminated unexpectedly during startup.
Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
Machine
Interface:
IMachine {ea6fb7ea-1993-4642-b113-f29eb39e0df0}
The first error tells you what to do but didn't work
- Code: Select all
mylinuxboxname ~ $ sudo /etc/init.d/vboxdrv setup
Password:
sudo: /etc/init.d/vboxdrv: command not found
as per the instruction of another thread, i even tried to modprobe but that did nothing, too. any other suggestions?

