天天看點

[錯誤集錦] Virtualbox打開VM出現黑屏未響應

Virtualbox 打開vm,不一會兒i就當機,點選關閉就直接未響應

檢查:

  • Virtualbox 6.0.12

    ,增強功能包版本也是

    6.0.12

  • 看了log,沒有相關的error (有一個無法截屏得error)
ERROR [COM]: 
aRC=VBOX_E_VM_ERROR (0x80bb0003) 
aIID={ab4164db-c13e-4dab-842d-61ee3f0c1e87} aComponent={DisplayWrap} 
aText={Could not take a screenshot (VERR_NOT_SUPPORTED)}, 
preserve=false aResultDetail=-37
           

問題解決

  • 把Hyper V關了,在win的terminal中:
bcdedit /set hypervisorlauchtype off
           

參考連結

繼續閱讀