With the 6.12.x kernels, trying to launch a VirtualBox VM gives: 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) Worked OK on 6.6.87.
This is being discussed in dev mail list Same for mga9 kernel in backport testing I do not set flag MGA9TOO because we only have 6.12 in testing.
CC: (none) => friAssignee: bugsquad => kernel
Any update here ? I haven't seen anything about this in dev. I assume that the problem is that something else requires VMX root mode, otherwise why not just rebuild the kernels without it ?
In mail correspondence with Giuseppe, he suggested the workaround: $ sudo rmmod kvm_intel $ sudo rmmod kvm And after that VirtualBox (7.1.10) runs fine on mga9 backport_testing kernel 6.12.37-desktop-1.stable So he is on it..