我已经在我的Ubuntu16.04LTS上安装了Genymotion和VirtualBox。我可以从破折号中访问VirtualBox并运行它。在安装Genymotion期间(在执行.bin文件之后),终端消息还指示存在一个有效的VirtualBox,在安装过程中,我在终端上得到了以下输出:
- Trying to find VirtualBox toolset .................... OK (Valid version of VirtualBox found: 5.1.28r117968)
- Extracting files ..................................... OK (Extract into: [/opt/genymobile/genymotion])
- Installing launcher icon ............................. OK
Installation done successfully.
You can now use these tools from [/opt/genymobile/genymotion]:
- genymotion
- genymotion-shell
- gmtool但是,当我从破折号启动Genymotion时,总是会出现以下错误:
In order to work, Genymotion requires VirtualBox to be installed on your computer. You can download the latest version of VirtualBox from www.virtualbox.org/wiki/Downloads.
Genymotion log archive has been saved in /home/sourabh/genymotion-log.zip
Please contact Genymotion support for more help.我已经尝试过在这个站点上发布的其他解决方案,例如运行
sudo /usr/lib/virtualbox/vboxdrv.sh setup但没什么对我有用的。究竟出了什么问题?
发布于 2017-12-09 15:35:31
加载所有virtualbox核心模块。为我工作过。modprobe vboxdrv vboxnetflt vboxpci vboxnetad
下面是一个关于genymotion在加载所有内核模块后工作的屏幕快照:

https://askubuntu.com/questions/960662
复制相似问题