未验证 提交 2f9541ee 编写于 作者: T Thomas Strömberg 提交者: GitHub

Merge pull request #4112 from RA489/fix_hyperv

VirtualBox won't boot a 64bits VM when Hyper-V is activated
......@@ -56,6 +56,11 @@ var vmProblems = map[string]match{
Advice: "The minikube VM is offline. Please run 'minikube start' to start it again.",
Issues: []int{3849, 3648},
},
"VM_BOOT_FAILED_HYPERV_ENABLED": {
Regexp: re(`VirtualBox won't boot a 64bits VM when Hyper-V is activated`),
Advice: "Disable Hyper-V when you want to run VirtualBox to boot the VM",
Issues: []int{4051},
},
}
// proxyDoc is the URL to proxy documentation
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册