~$ sudo /etc/init.d/vboxdrv setup
Then virtual box started showing the following error message.
The following commands fixed it.
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).
$ sudo modprobe -r kvm-intel
$ sudo modprobe -r kvm-amd
1 comment:
yes that command resolve, but now without virtualization extension module virtualbox is laggy and too slow!!
any solution?
Post a Comment