Skip to content

Commit 2f9541e

Browse files
authored
Merge pull request #4112 from RA489/fix_hyperv
VirtualBox won't boot a 64bits VM when Hyper-V is activated
2 parents 3746fb9 + 68416d5 commit 2f9541e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: pkg/minikube/problem/err_map.go

+5
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ var vmProblems = map[string]match{
5656
Advice: "The minikube VM is offline. Please run 'minikube start' to start it again.",
5757
Issues: []int{3849, 3648},
5858
},
59+
"VM_BOOT_FAILED_HYPERV_ENABLED": {
60+
Regexp: re(`VirtualBox won't boot a 64bits VM when Hyper-V is activated`),
61+
Advice: "Disable Hyper-V when you want to run VirtualBox to boot the VM",
62+
Issues: []int{4051},
63+
},
5964
}
6065

6166
// proxyDoc is the URL to proxy documentation

0 commit comments

Comments
 (0)