How to Disable KVM to Run Oracle VirtualBox on Linux

“Failed to open session for virtual machinE Winxp
VT-x is be used by another hypervisor.
(VERR_VMX_IN_VMX_ROOT_MODE)

VirtualBox can’t operate in VMX root mode. Please disable the KVM kernel extension, recompile your kernel and reboot
(VERR_VMX_IN_VMX_ROOT_MODEL).”

Kernel-based Virtual Machine is a free and open-source virtualization module in the Linux kernel that allows the kernel to function as a hypervisor. It was merged into the mainline Linux kernel in version 2.6.20, which was released on February 5, 2007

 lsmod |grep kvm

 modprobe -r <kvm name>

Leave a Reply

Your email address will not be published. Required fields are marked *

Latest Posts