Por que meu computador não está executando o VIrtualBox corretamente?

1

Quando executo o VirtualBox, recebo a seguinte saída:

WARNING: The character device /dev/vboxdrv does not exist.
     Please install the virtualbox-dkms package and the appropriate
     headers, most likely linux-headers-generic.

     You will not be able to start VMs until this problem is fixed.

Eu tentei executar sudo apt-get install virtualbox-dkms e sudo apt-get install linux-headers-generic . Eu até tentei removê-los e reinstalá-los. Eu também tentei sudo dpkg-reconfigure virtualbox-dkms e sudo dpkg-reconfigure virtualbox . Eu também tentei iniciar uma VM de qualquer maneira: talvez a mensagem de erro estivesse errada. A janela que surgiu dizia o seguinte:

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. 

Então corri sudo modprobe vboxdrv e esta foi a saída:

modprobe: ERROR: could not insert 'vboxdrv': Required key not available

Mas nada resolveu meu problema. Ainda não consigo iniciar máquinas virtuais. Existe algo que eu não tentei? Como faço para que meu dispositivo execute máquinas virtuais?

    
por SarcasticSully 26.08.2016 / 01:04

1 resposta

2

Você provavelmente está sendo impactado pelo recente aperto das restrições de inicialização segura. Eu tive que desligar o Secure Boot para que o Virtualbox fosse executado.

Se você estiver executando um sistema UEFI de 64 bits, desative a Inicialização Segura e poderá instalá-lo adequadamente.

    
por Organic Marble 26.08.2016 / 01:10