You are not logged in.
hi,
i installed virtualbox but i'm getting this error:
VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).
Result Code:
0x80004005
Component:
Console
Interface:
IConsole {1dea5c4b-0753-4193-b909-22330f64ec45}I cant fix it, "vboxdrv" file doesnt exist in /etc/rc.d/ dictionary..And When I do a modprobe vboxdrv I get:
FATAL: Module vboxdrv not found.
(i added "nmi_watchdog=0" line to /boot/grub/menu.lst)
Who knows how I can solve this error message?
Last edited by azer (2007-11-24 22:48:44)
Offline
try modprobe vboxdrv
then execute VirtualBox
Offline
What kernel version are you using? Maybe vboxdrv module was compiled/installed for another kernel version, so your current kernel can't find the module in (/lib/modules/KERNEL_VERSION)
Darío Andrés
KDE BugSquad Team and Developer
Offline
try modprobe vboxdrv
then execute VirtualBox
lol very old topic but your post solved my problem today! thanks
Offline
Good.
Remember to put that (vboxdrv) into your /etc/rc.conf modules section so it loads it automatically at boot.
R.
Offline
Try recompiling the module with
sudo vbox_build_modulethen load the module
modprobe vboxdrvthen run the program.
Offline