VirtualBox Error: O dispositivo de caracteres / dev / vboxdrv não existe

3

Estou tentando instalar o virtualbox para o genymotion no ubuntu 16.04. Mas falhando toda vez.

Primeiro, tentei instalar o virtualbox com um comando simples

sudo apt-get install virutalbox

Mas a caixa virtual ainda não estava funcionando.

Então eu procurei o mesmo erro,

e eu encontrei este Problema com a instalação do VirtualBox

Eu segui todos os métodos que são dados, mas não ajudou.

Estou colocando as capturas de tela de todos os comandos que tentei.

Quando eu executo virtualbox no terminal, aparece uma nova janela para o virtualbox, mas ainda dá aviso no terminal que algum dispositivo de caractere /dev/vboxdrv está faltando.E sem essa ferramenta eu não poderei iniciar VirtualBox.   Por favor, veja na foto

Tenho certeza de que eu tive o linux-headers-4.4

adequado

Eu tentei instalar virtualbox-dkms package , mas não ajudei. Veja esta foto

Eu peguei mais capturas de tela, mas não consigo fazer upload delas.

Qualquer ajuda será appriciated. Obrigado.

EDITAR 1 Isto é o que meu terminal mostra quando eu digito "virtualbox" no terminal

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.

    
por Neer Patel 31.12.2016 / 11:22

1 resposta

1

Não tenho certeza se você resolveu esse problema, mas acabei de perceber o mesmo problema. Para mim, a chave está em:

┌────────────────────────────────────────────┤ Configuring Secure Boot ├────────────────────────────────────────────┐ │
│ │ Your system has UEFI Secure Boot enabled.
│ │
│ │ UEFI Secure Boot is not compatible with the use of third-party drivers. │ │
│ │ The system will assist you in toggling UEFI Secure Boot. To ensure that this change is being made by you as an │ │ authorized user, and not by an attacker, you must choose a password now and then use the same password after │ │ reboot to confirm the change.
│ │
│ │ If you choose to proceed but do not confirm the password upon reboot, Ubuntu will still be able to boot on your │ │ system but the Secure Boot state will not be changed.
│ │
│ │ If Secure Boot remains enabled on your system, your system may still boot but any hardware that requires │ │ third-party drivers to work correctly may not be usable.
│ │
│ │
│ │
│ └───────────────────────────────────────────────────────────────────────────────────────────────────────────────────┘

Depois que o UEFI Secure Boot for desativado, o DKMS criado & carregou o driver muito bem.

    
por tink 23.02.2017 / 21:59