I have been using VirtualBox on every regular Ubuntu version from 18.10 to 25.04 as host, i.e. every six months upgrading my Ubuntu host system.
Previously, I never had this problem. But, starting with version 25.04 of Ubuntu, every time I try to start a virtual machine, VirtualBox (ver. 7.0.20_Ubuntu r163906) gives me the error:
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).
This problem can be prevented by doing
# rmmod kvm_intel
before starting VirtualBox.
Why is this so? And what is the recommended action?