Created
June 10, 2012 15:41
-
-
Save Jim-Holmstroem/2906294 to your computer and use it in GitHub Desktop.
fix virtualbox problem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Error message when trying to start a virtualbox OS: | |
# | |
#VirtualBox can’t operate in VMX root mode. Please disable the KVM kernel extension, recompile your kernel and #reboot (VERR_VMX_IN_VMX_ROOT_MODE). | |
# | |
# Fix: | |
modprobe -r kvm_intel | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment