Saturday, September 12, 2015

If geny doesn't start under Ubuntu

If you use Linux, make sure that the dkms package is installed and that it compiles VirtualBox kernel modules each time a new kernel update is available. To do so, run 
sudo /etc/init.d/vboxdrv status
You should get the message VirtualBox kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) are loaded
If not, force VirtualBox kernel modules compilation by running
sudo /etc/init.d/vboxdrv setup 
Make also sure that you are part of the "vboxusers" group. If not, run 
sudo usermod -a -G vboxusers <login>

https://www.genymotion.com/#!/support?chapter=vbox#faq

No comments:

Post a Comment