Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Genymotion "Virtualization Engine Not Found" error after upgrading to El Capitan

Virtualbox and Genymotion are up-to-date.

I can create and start VMs in Virtualbox.

System Integrity Protection is enabled.

like image 924
whoKnows Avatar asked Nov 02 '15 11:11

whoKnows


2 Answers

Upgrading or installing VirtualBox fixed it:

  1. Download from here: https://www.virtualbox.org/wiki/Downloads

  2. Open the dmg (mac)

  3. Run the uninstaller

  4. Run the installer

like image 199
Dapaintballer331 Avatar answered Nov 15 '22 23:11

Dapaintballer331


same here. Genymotion on El-Capitan is completely broken. Tried several Virtual box versions (4.3 5.0) and the latest genymotion 2.5.2. Still no luck.

Update: Finally got it working using this:

sudo ln -s /usr/local/bin/vboxmanage /usr/bin/vboxmanage

See: Genymotion Error: "Unable to load VirtualBox Engine" on Yosemite. VirtualBox installed

like image 3
woens Avatar answered Nov 15 '22 22:11

woens