Fix VirtualBox "Can't operate in VMX root mode" Error

Channel:
Subscribers:
15,400
Published on ● Video Link: https://www.youtube.com/watch?v=yi1avJrfOkQ



Duration: 0:00
20 views
1


Getting the 'can't operate in VMX root mode' error in VirtualBox? This video provides the solution, showing how to disable KVM and manage kernel extensions. Learn how to fix this problem on both Linux to resolve the virtual machine error.

Commands
sudo modprobe -r kvm_intel
sudo modprobe -r kvm
sudo nano /etc/modprobe.d/blacklist-kvm.conf
blacklist kvm
blacklist kvm_intel
sudo update-initramfs -u