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

1

Estou tentando usar o VirtualBox (para executar o Outlook nativamente no Windows), mas continuo tendo 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 posso aparentemente instalar o VirtualBox (e a extensão do Oracle), mas qualquer que seja a máquina virtual que eu tente criar, ele não irá iniciar - ele imediatamente falhará 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 é claro que fiz:

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 saída /sbin/vboxconfig permanece a mesma.

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

A pesquisa do problema mostra-me muitos resultados dos últimos 15 anos, incluindo uma sugestão para instale o virt-manager (que eu não conhecia, e no qual não consigo descobrir como criar uma nova VM), mas não consigo encontrar uma solução real .

Editar - Embora eu tenha tentado o gorka eguileor abordagem, If Not True Then False ajudou-me 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.

    
por KlaymenDK 25.09.2018 / 11:34

0 respostas