Genymontion 無法開啟虛擬機@解決


Unable to start the virtual device.
VirtualBox cannot start the virtual device.
To find out the cause of the problem, start the virtual device from VirtualBox.
For more information, check the log files. Please refer to: https://www.genymotion.com/#!/support?chapter=collapse-logs#faq
這是我這次遇到的問題,簡單來說,連Genymotion也不知道原因為什麼開不起來。所以我嘗試到處找了幾個方法,逛過 Stack overflow 和一些中文部落格,把所有的可能解決的方法都記錄下來,當作一個經驗或筆記。


  • 未開啟 BIOS 功能的虛擬化技術

這算是個小錯誤,要重新開機進入 BIOS 畫面,找 Virtualization 或者 虛擬化技術 相關字眼將他 Enable 。

  • VirtualBox 的網路設定參數未正確配置

開啟 VirtualBox
-> File(&F) / 檔案(&F)
-> Preference(&P) / 喜好設定(&P)
-> Network / 網路
-> Host Only Network / 「僅限主機」網路
-> Adds new host only network / 加入新的「僅限主機」網路

    • Adapter Tab / 網路卡: 
    • IPv4 Adapter / 位址: 192.168.65.1 
    • IPV4 Network Mask / 網路遮罩: 255.255.255.0 
    • DHCP Server / 伺服器: 
    • Check "Enable Server" / 勾選啟用伺服器
    • Server Address / 伺服器位址: 192.168.65.100 
    • Server Mask / 伺服器遮罩: 255.255.255.0 
    • Lower Address Bound / 位址下限: 192.168.65.101 
    • Higher Address Bound / 位址上限: 192.168.65.255

  • VirtualBox 的網路介面卡被關閉

控制台 -> 網路和網際網路 -> 網路和共用中心 -> 變更介面卡設定 -> 啟用 VirtualBox Host-Only Network

  • VirtualBox 的網路介面卡未勾選 "VirtualBox NDIS6 Bridged Networking driver"

進入 VirtualBox Host-Only Network 介面卡的內容 
-> 檢查 VirtualBox NDIS6 Bridged Networking Driver 是否勾選


而我基本上每個都有測試過,我這次出的問題就是在於未勾選 VirtualBox NDIS6 Bridged Networking driver 而已,這種小細節真的很容易被忽略......

留言

這個網誌中的熱門文章

Leetcode:Number of 1 Bits