VirtualBox failed to start VM guest on OEL5 node,
1 2 3 4 5 6 7 8 9 10 |
00:00:00.186 Package type: LINUX_64BITS_RHEL_5 ... ... 00:00:00.190 VMSetError: VirtualBox can't operate in VMX root mode. Please disable the KVM kernel extension, recompile your kernel and reboot 00:00:00.190 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005) aIID={515e8e8d-f932-4d8e-9f32-79a52aead882} aComponent={Console} aText={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)}, preserve=false 00:00:00.192 Using known keycode mapping for keycode to scan code conversion 00:00:00.193 Power up failed (vrc=VERR_VMX_IN_VMX_ROOT_MODE, rc=NS_ERROR_FAILURE (0X80004005)) |
To Workaround:
1 |
# modprobe -r kvm-intel |