I can't start Virtual Box because it says another hypervisor is running. How can I find out what this other hypervisor is?

link|improve this question

74% accept rate
feedback

1 Answer

up vote 0 down vote accepted

I am not sure how to tell which hypervisor has grabbed the VMX root, but a common issue is the kernel virtualization module taking over. You can remove it like so to make room for other virtualization products to run:

sudo modprobe -r kvm_intel
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.