Não é possível executar o Kali VM no host do Ubuntu [duplicado]

-1

Eu tentei criar uma máquina virtual Kali no Ubuntu, mas não consigo iniciá-la. Em vez de fazer a coisa esperada e começar, ele retorna a seguinte mensagem de erro:

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

'/sbin/vboxconfig'

as root.

where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT. 

Como posso corrigir isso e colocar minha VM on-line?

    
por joshua 19.12.2016 / 16:20

1 resposta

0

sudo apt-get install linux-headers-generic build-essential dkms
sudo apt-get autoremove --purge virtualbox-dkms
sudo reboot
sudo apt-get install virtualbox-dkms

Obrigado pela edição, escrevendo do telefone

    
por Arijit Chatterjee 19.12.2016 / 17:12