解決 VirtualBox 無法開啟 NS_ERROR_FAILURE (0x80004005)

在亂搞之後,我的 VirtualBox 也一度沒辦法開啟過,以下簡單紀錄下我的解決方法:


問題紀錄(當然 VM 名稱不是這個)
[root@localhost ~]# vboxmanage startvm <vmname> 
Waiting for VM "<vmname>" to power on... 
VBoxManage: error: The virtual machine '<vmname>' has terminated unexpectedly during startup with exit code 0 
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component Machine, interface IMachine, callee  


參考了網路上的解法之後,大概是這樣:

1. 需要重新去掛載 VirtualBox 的 module:

/etc/init.d/vboxdrv setup


2. 在 console 下重新執行一次 VM ,看看能不能動
vboxmanage startvm <vmname>


3. 再利用 console 把 vm 關掉,並重新開機

VBoxManage controlvm <vmname> poweroff


4. 然後再開就不會發生問題了。


網路上的偏方與解法還不少,有的人建議要把 ~/.VirtualBox 底下的 .xml 檔刪除掉,可是這樣一來會造成
之前建立好的 VM 會消失不見(除非你剛灌好,不然就...)


參考看看吧~


PS. 絕對不可以手殘亂去刪除 SnapShot 資料夾底下的資料,不然...


參考資料:
http://blog.csdn.net/t0nsha/article/details/7482986
http://forum.ubuntu.org.cn/viewtopic.php?f=65&t=204736
http://passover.blog.51cto.com/2431658/738067
snapshot crashed vm, now inaccessible

留言

這個網誌中的熱門文章

How to use ebtables: ebtable 的小筆記