Skip to content

Commit

Permalink
Merge pull request #4112 from RA489/fix_hyperv
Browse files Browse the repository at this point in the history
VirtualBox won't boot a 64bits VM when Hyper-V is activated
  • Loading branch information
tstromberg authored Apr 19, 2019
2 parents 3746fb9 + 68416d5 commit 2f9541e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/minikube/problem/err_map.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f9541e

Please sign in to comment.