Friday, May 25, 2012

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).

when we start our virtual machine on VirtualBox VMs, if we found this error message:
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)


do this steps from terminal:
1. sudo lsmod |grep kvm
2. sudo modprobe -r kvm_intel


check whether your virtual machine has normally function


No comments:

Post a Comment