PDA

View Full Version : Problemino VirtualBox


zingaro72
29-09-2007, 10:25
Ho lanciato Virtual box e seguito tutte le procedure.
Una volta creata la macchina,faccio start ma mi esce questo errore preceduto da una schermata di avviso che inizia dicendo 'Auto capture keyboard option turned on' :

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}

Come risolvo?
Grazie
Eric

VICIUS
29-09-2007, 12:11
Ho lanciato Virtual box e seguito tutte le procedure.
Una volta creata la macchina,faccio start ma mi esce questo errore preceduto da una schermata di avviso che inizia dicendo 'Auto capture keyboard option turned on' :

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}

Come risolvo?
Grazie
Eric
È scritto nel messaggio di errore :)
by executing '/etc/init.d/vboxdrv setup' as root.
Diventa root in una console e poi lancia quel comando.

ciao ;)

kernele
29-09-2007, 12:24
modprobe vboxdrv

zingaro72
30-09-2007, 11:44
È scritto nel messaggio di errore :)
by executing '/etc/init.d/vboxdrv setup' as root.
Diventa root in una console e poi lancia quel comando.

ciao ;)

mi dà errore :

bash: /etc/init.d/vboxdrv: No such file or directory

ciao
grazie
Eric