Does anyone have this working? I am seeing no information about it, and ran into a road block when trying to do it myself. Something about failed to initialize the virtualization engine or something.
My problem is that I can't get VirtualBox to install. It gets 3/4 way through installing, then "rolls back" and tells me there was a fatal error.Does anyone have this working? I am seeing no information about it, and ran into a road block when trying to do it myself. Something about failed to initialize the virtualization engine or something.
Virtualbox 5.0 beta 4 installs, no problem.
Thank you, I will try the new beta.Yes, however Genymotion doesn't recognize it.
Sorry, but as expected the beta 4 wizard "ended prematurely" as before.Thank you, I will try the new beta.
I think this is VirtualBox issue, not Genymotion`sFor those interested, w10 build 10130 and genymotion (2.5 just launched today), still issues.
Well, i have "virtualization plugin not found" issue. It comes because of virtualbox can`t properly install "Host-only network adapter" driver on win10.Virtualbox runs fine on Windows 10 build 10130. However genymotion seems to have problems initializing it. I believe this is a genymotion problem.
Nope, it does not.I was able to get genymotion working in Windows 10.
It is failing trying to create the host-only adapter, so you must do it yourself manually, and then it will use that.
- Run virtualbox as administrator
- Go to File -> Preferences -> Network -> Host Only Networks
- Add a new network. IP address 192.168.1.201, mask 255.255.255.0. Go to DHCP server and enable it. IP address 192.168.1.100, mask 255.255.255.0, lower bound 192.168.1.101, upper bound 192.168.1.199
- Save all and exit
- Now run genymotion.
It works!
Hello,Nope, it does not.
Thank you for your help.The idea is to setup a host-only network the way genymotion likes it whether you do it from vbox (run as administrator!) like I did, or from WIndows network settings like nguyenthanhhai did.. Then it won't try to create a new one. Give the adapter IP address 192.168.1.201, mask 255.255.255.0. Go to DHCP server and enable it. IP address 192.168.1.100, mask 255.255.255.0, lower bound 192.168.1.101, upper bound 192.168.1.199. I also have genymotion running just fine, this does work.