Genymotion Error: Unable to load Virtualbox engine

2019-03-15 02:29发布

I am on Arch using VirtualBox from community repo and Genymotion from AUR. Whenever i want to start a virtual device it says:

Unable to load VirtualBox engine.

Make sure that it is properly installed before starting Genymotion.

For more information please refer to: https://cloud.genymotion.com/page/faq/#vbox

I've already reinstalled everything nothing seems to work.

When i use

#vboxreload

"vboxnetadp vboxnetflt vboxpci vboxdrv" are loaded and genymotion works for this session until i reboot the system.

I use a virtualbox.conf at /etc/modules-load.d/ to load "vboxnetadp vboxnetflt vboxpci vboxdrv".

$cat /etc/modules-load.d/virtualbox.conf 
vboxdrv\nvboxnetflt\nvboxnetadp\nvboxpci

I'm not a linux crack but I thought /etc/modules-load.d/virtualbox.conf would automatically load the modules - so i do not need to use #vboxreload after each reboot?

9条回答
▲ chillily
2楼-- · 2019-03-15 02:38

In Linux VirtualBox Module compilation by running following command:

sudo /etc/init.d/vboxdrv setup

If the above command fails, use:

sudo /sbin/rcvboxdrv setup

then restart virtualBox

/usr/bin/VirtualBox restart
查看更多
太酷不给撩
3楼-- · 2019-03-15 02:39
sudo apt-get install linux-headers-generic build-essential dkms
sudo apt-get remove --purge virtualbox-dkms
sudo apt-get install virtualbox
查看更多
贼婆χ
4楼-- · 2019-03-15 02:41

Change the version of VirtualBox and start Genymotion again. It will work fine.

查看更多
乱世女痞
5楼-- · 2019-03-15 02:43

In my case, it was a problem with VirtualBox itself and UEFI secure boot. I disabled it in the BIOS and it sorted out.

查看更多
不美不萌又怎样
6楼-- · 2019-03-15 02:44

In my case (Ubuntu 18) I installed the last Vbox and after I disabled the secure boot from the BIOS

查看更多
放我归山
7楼-- · 2019-03-15 02:45

If you have not vboxdrv file

Reinstall virtualbox-dkms:

sudo apt-get --reinstall install virtualbox-dkms
查看更多
登录 后发表回答