VirtualBox: “Driver de kernel não instalado (rc = 1908)”


1

Eu estou tentando usar o VirtualBox (para executar o Outlook nativamente no Windows), mas continuo a ter erros.

Eu inicialmente tive esse mesmo erro no Manjaro Linux, no qual eu poderia apenas instalar o VirtualBox dos repositórios. Como isso falhou (e eu queria reinstalar mesmo assim), instalei o Fedora 28 e instalei o VirtualBox a partir de sua página de download em seu próprio site. Para minha surpresa, estou recebendo exatamente o mesmo erro, e é um erro teimoso:

Eu aparentemente posso instalar o VirtualBox (e extensão do Oracle) muito bem, mas qualquer que seja a máquina virtual que eu tente criar, ela não será iniciada - ela falha imediatamente com o seguinte 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.

com uma sugestão para executar /sbin/vboxconfig, o que eu tenho feito:

jgb@jgb-t450s:~$ sudo /sbin/vboxconfig 
[sudo] password for jgb: 
vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
    kernel-devel kernel-devel-4.18.8-200.fc28.x86_64
This system is currently not set up to build kernel modules.
Please install the Linux kernel "header" files matching the current kernel
for adding new hardware support to the system.
The distribution packages containing the headers are probably:
    kernel-devel kernel-devel-4.18.8-200.fc28.x86_64

There were problems setting up VirtualBox.  To re-start the set-up process, run
  /sbin/vboxconfig
as root.

Eu fiz como instruído:

jgb@jgb-t450s:~$ sudo yum install kernel-headers
Last metadata expiration check: 1:44:56 ago on 2018-09-25T09:45:21 CEST.
Package kernel-headers-4.18.9-200.fc28.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!

e

jgb@jgb-t450s:~$ sudo yum install kernel-devel
Last metadata expiration check: 1:46:44 ago on 2018-09-25T09:45:21 CEST.
Package kernel-devel-4.18.9-200.fc28.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!

mas a /sbin/vboxconfigsaída permanece a mesma.

Eu realmente não sei mais o que tentar; Eu nunca tive problemas com o VirtualBox antes.

Pesquisando a questão me mostra um grande resultado dos últimos 15 anos, incluindo uma sugestão para instalar o virt-manager (que eu não conhecia, e no qual não consigo descobrir como criar uma nova VM), mas Eu não consigo encontrar uma solução real .

Edit - Enquanto eu tentei a abordagem gorka eguileor , If Not True Então False me ajudou a seguir em frente, ou pelo menos mudar, para um problema diferente:

`RTR3InitEx failed with rc=-1912 (rc=-1912)
supR3HardenedMainInitRuntime what: 4 VERR_VM_DRIVER_VERSION_MISMATCH (-1912) - The installed support driver doesn't match the version of the user.`

mas isso é outro problema.


1
De acordo com alguns artigos, isso pode ser causado pela inicialização segura. Veja: gorka.eguileor.com/vbox-vmware-in-secureboot-linux
Jimmy_A

Também dê uma olhada nisso: askubuntu.com/questions/760671/…
Jimmy_A
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.