Skip to content

Instantly share code, notes, and snippets.

@Jim-Holmstroem
Created June 10, 2012 15:41
Show Gist options
  • Save Jim-Holmstroem/2906294 to your computer and use it in GitHub Desktop.
Save Jim-Holmstroem/2906294 to your computer and use it in GitHub Desktop.
fix virtualbox problem
# 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