4
respostas

Rodando Vagrant up

Criei o arquivo vagrantfile, no repositório musicjungle, naveguei no terminal até a a pasta e executei o comando vagrant up. O seguinte erro ocorre:

VirtualBox is complaining that the kernel module is not loaded. Please run VBoxManage --version or open the VirtualBox GUI to see the error message which should contain instructions on how to fix this error.

Rodando o comando 'VBoxManage --version', obtive o seguinte erro:

WARNING: The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (4.15.0-24-generic) or it failed to load. Please recompile the kernel module and install it by

sudo /sbin/vboxconfig

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

Alguém sabe como resolver?

4 respostas

Olá, Caroline.

Tente rodar o seguinte comando:

sudo /etc/init.d/vboxdrv setup

Referência: https://github.com/lynnaloo/xtuple-vagrant/issues/13

Boa tarde Caroline,

Recomendo desinstalar o VirtualBox e reinstalar, talvez resolva o problema.

Baixe ele aqui

Abraços

Já tentei desinstalar e instalar novamente, sem sucesso... O comando

sudo  /etc/init.d/vboxdrv setup

não é reconhecido pelo terminal. Executando o comando

sudo /sbin/vboxconfig

, obtenho a seguinte resposta:

vboxdrv.sh: Stopping VirtualBox services.
vboxdrv.sh: Starting VirtualBox services.
vboxdrv.sh: Building VirtualBox kernel modules.
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.

Olá, Caroline.

Pesquisando na Internet, parece ter a ver com o Secure Boot habilitado na BIOS e com o fato de, nesse modo, o carregamento de módulos não assinados ser proibido.

Vale fazer um teste, desabilitar o Secure Boot.

Pra resolver pra valer, o certo seria assinar os módulos do virtualbox.

Referência: https://stegard.net/2016/10/virtualbox-secure-boot-ubuntu-fail/