jpauwels
(usa Ubuntu)
Enviado em 06/03/2017 - 19:59h
izaias escreveu:
jpauwels escreveu:
Amigo este é o erro, tentei colocar a imagem porem nao consegui!
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 install virtualbox-dkms package and load the kernel module by executing
'modprobe vboxdrv'
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.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
No Linux, o terminal é nosso amigo e esta dizendo o que precisa fazer.
No terminal:
sudo apt-get install virtualbox-dkms
Tecle
Enter e depois digite a senha e tecle
Enter novamente:
sudo modprobe vboxdrv
Tecle
Enter novamente mais a senha.
Veja se o VB abre agora. Se não abrir, reiniciar.
*******************************************************
*
https://www.linuxcounter.net/cert/620448.png *
*******************************************************
Então ja fiz isso!
Fiz novamente aqui e tive o seguinte retorno no terminal
jeferson@cpd01:~$ sudo apt-get install virtualbox-dkms
[sudo] senha para jeferson:
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
virtualbox-dkms is already the newest version (5.0.32-dfsg-0ubuntu1.16.04.2).
virtualbox-dkms configurado para instalar manualmente.
0 pacotes atualizados, 0 pacotes novos instalados, 0 a serem removidos e 4 não atualizados.
jeferson@cpd01:~$ sudo modprobe vboxdrv
modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/4.8.0-39-generic
jeferson@cpd01:~$