Pular para o conteúdo

The vboxdrv kernel module is not loaded. Either there is no module available for the curren

Responder tópico
  • Denunciar
  • Indicar
01 02

1. The vboxdrv kernel module is not loaded. Either there is no module available for the curren

Enviado em 23/12/2018 - 15:24h

Está aparecendo esse erro quando inicio o virtual box pelo terminal, já fiz o recomendado.
sudo /sbin/vboxconfig

Porem da o erro abaixo:

vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why.

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

Depois tentei o comando:
sudo modprobe vboxdvr

modprobe: FATAL: Module vboxdvr not found in directory /lib/modules/4.18.0-13-generic

Já tentei desinstalar e instalar novamente, mas nada deu certo no virtual box








Responder tópico

2. Re: The vboxdrv kernel module is not loaded. Either there is no module available for the curren

Enviado em 23/12/2018 - 15:32h

O pacote virtualbox-dkms está instalado?

3. Re: The vboxdrv kernel module is not loaded. Either there is no module available for the curren

Enviado em 23/12/2018 - 16:14h

Londreslondres escreveu:

O pacote virtualbox-dkms está instalado?
Está sim cara

4. Re: The vboxdrv kernel module is not loaded. Either there is no module available for the curren

Enviado em 23/12/2018 - 17:44h

Tenta fazer o seguinte, caso não tenha feito ainda:

Adicione o seu usuário ao grupo:
gpasswd -a usuário vboxusers 

Crie o arquivo para carregar o modulo:
echo vboxdrv >> /etc/modules-load.d/virtualbox.conf 

5. Re: The vboxdrv kernel module is not loaded. Either there is no module available for the curren

Enviado em 23/12/2018 - 19:07h


Se o sistema for o Linux Mint ou outro Debian-based (Ubuntu-based que seja), tente isso:

# apt update
# apt install build-essential dkms linux-headers-`uname -r`


Daí você executa o:

# /sbin/vboxconfig 

6. Re: The vboxdrv kernel module is not loaded. Either there is no module available for the curren

Enviado em 23/12/2018 - 20:09h

edps escreveu:


Se o sistema for o Linux Mint ou outro Debian-based (Ubuntu-based que seja), tente isso:

# apt update
# apt install build-essential dkms linux-headers-`uname -r`


Daí você executa o:

# /sbin/vboxconfig 
cara, não deu certo.

ate reiniciei o pc, mas não rolou mesmo, to usando o mint 19, com kernel 4.18

7. Re: The vboxdrv kernel module is not loaded. Either there is no module available for the curren

Enviado em 23/12/2018 - 20:09h

F9KILL escreveu:

Tenta fazer o seguinte, caso não tenha feito ainda:

Adicione o seu usuário ao grupo:
gpasswd -a usuário vboxusers 

Crie o arquivo para carregar o modulo:
echo vboxdrv >> /etc/modules-load.d/virtualbox.conf 
Cara, também não funcionou =(

8. Re: The vboxdrv kernel module is not loaded. Either there is no module available for the curren

Enviado em 23/12/2018 - 22:25h


edu_rezende11 escreveu:

edps escreveu:


Se o sistema for o Linux Mint ou outro Debian-based (Ubuntu-based que seja), tente isso:

# apt update
# apt install build-essential dkms linux-headers-`uname -r`


Daí você executa o:

# /sbin/vboxconfig 
cara, não deu certo.

ate reiniciei o pc, mas não rolou mesmo, to usando o mint 19, com kernel 4.18


Pergunta básica: como você instalou o VirtualBox?

9. Re: The vboxdrv kernel module is not loaded. Either there is no module available for the curren

Enviado em 24/12/2018 - 17:11h

Se você instalou pelo gerenciador de pacotes, tente removê-lo:

$ dpkg -l | grep virtualbox
$ sudo apt-get --purge remove virtualbox # e TODAS as ocorrências citadas no comando acima


Daí tente instalar manualmente, baixando o .deb para a sua arquitetura em:

http://download.virtualbox.org/virtualbox/6.0.0/

Ou se quiser... como eu, use o instalador .run (que utilizo em Devuan, Void, Slack e Gentoo):

https://paste.pound-python.org/show/5S63I0WUj20FoFCvIwjj/

Resumindo os passos:

$ wget http://download.virtualbox.org/virtualbox/6.0.0/VirtualBox-6.0.0-127566-Linux_amd64.run http://download.virtualbox.org/virtualbox/6.0.0/Oracle_VM_VirtualBox_Extension_Pack-6.0.0-127566.vbo...
$ sudo sh VirtualBox-6.0.0-127566-Linux_amd64.run
$ sudo VBoxManage extpack install --replace Oracle_VM_VirtualBox_Extension_Pack-6.0.0-127566.vbox-extpack

10. Re: The vboxdrv kernel module is not loaded. Either there is no module available for the curren

Enviado em 24/12/2018 - 18:44h

edps escreveu:

Se você instalou pelo gerenciador de pacotes, tente removê-lo:

$ dpkg -l | grep virtualbox
$ sudo apt-get --purge remove virtualbox # e TODAS as ocorrências citadas no comando acima


Daí tente instalar manualmente, baixando o .deb para a sua arquitetura em:

http://download.virtualbox.org/virtualbox/6.0.0/

Ou se quiser... como eu, use o instalador .run (que utilizo em Devuan, Void, Slack e Gentoo):

https://paste.pound-python.org/show/5S63I0WUj20FoFCvIwjj/

Resumindo os passos:

$ wget http://download.virtualbox.org/virtualbox/6.0.0/VirtualBox-6.0.0-127566-Linux_amd64.run http://download.virtualbox.org/virtualbox/6.0.0/Oracle_VM_VirtualBox_Extension_Pack-6.0.0-127566.vbo...
$ sudo sh VirtualBox-6.0.0-127566-Linux_amd64.run
$ sudo VBoxManage extpack install --replace Oracle_VM_VirtualBox_Extension_Pack-6.0.0-127566.vbox-extpack
Já tentei instalar por linha de comando e pelo gerenciador de aplicativos.

Tentei fazer o passo a passo, mas deu o mesmo erro.


11. Re: The vboxdrv kernel module is not loaded. Either there is no module available for the [*****]

Enviado em 24/12/2018 - 19:28h

Rode
Para instalar os headers
sudo apt install build-essential linux-headers-$(uname -r) 

Fez esses procedimentos
Crie um grupo se ainda não existir para vboxusers
sudo addgroup vboxusers 

Adicione seu usuário ao grupo
sudo adduser your_username vboxusers 

sudo usermod -aG vboxusers your_username 

Caso não carregue o módulo
Tente
sudo modprobe vboxdrv 

Por último
sudo /sbin/vboxconfig 

systemctl status vboxdrv.service 

Em caso de falha
sudo systemctl restart vboxdrv.service 

Esses procedimentos eu testei no Debian Stretch 9.6 para instalar o Virtualbox 6.0 e deu tudo certo.
Mais informações acesse
* https://www.virtualbox.org/wiki/Linux_Downloads
* https://wiki.archlinux.org/index.php/VirtualBox
* https://wiki.debian.org/VirtualBox

12. Re: The vboxdrv kernel module is not loaded. Either there is no module available for the curren

Enviado em 27/12/2018 - 18:51h

Leandro_Cunha escreveu:

Rode
Para instalar os headers
sudo apt install build-essential dkms linux-headers-$(uname -r) 

Fez esses procedimentos
Crie um grupo se ainda não existir para vboxusers
sudo addgroup vboxusers 

Adicione seu usuário ao grupo
sudo adduser your_username vboxusers 

sudo usermod -aG vboxusers your_username 

Caso não carregue o módulo
Tente
sudo modprobe vboxdrv 

Por último
sudo /sbin/vboxconfig 

systemctl status vboxdrv.service 

Em caso de falha
sudo systemctl restart vboxdrv.service 

Esses procedimentos eu testei no Debian Stretch 9.6 para instalar o Virtualbox 6.0 e deu tudo certo.
Cara tentei tambem, mas infelizmente não deu certo tbm
01 02

Responder tópico

Responder tópico

Entre na sua conta para responder.

Fazer login para responder