sorry if the solution already exists on the forum, I searched but couldn't find anything
the solutions to the conflict problem with the kvm_amd and kvm kernel modules are here:
https://atetux.com/quick-fix-virtualbox ... -extension
it might be possible to add this solution to prevent many of us from finding ourselves in difficulty
VMSetError: VirtualBox can't enable the AMD-V extension [Solved] [Solved]
VMSetError: VirtualBox can't enable the AMD-V extension [Solved]
Last edited by TuxNuX on Tue Feb 11, 2025 9:01 am, edited 1 time in total.
Re: VMSetError: VirtualBox can't enable the AMD-V extension [Solved]
Have you tried MX-Tweak -> Other -> KVM disable on early load: At least here, I have no issue running both VirtualBox and KVM....TuxNuX wrote: Thu Feb 06, 2025 3:22 pm sorry if the solution already exists on the forum, I searched but couldn't find anything
the solutions to the conflict problem with the kvm_amd and kvm kernel modules are here:
https://atetux.com/quick-fix-virtualbox ... -extension
it might be possible to add this solution to prevent many of us from finding ourselves in difficulty
Both types of needed modules are loaded by the kernel:
Code: Select all
lsmod | grep -E "kvm|vbox"
vboxnetadp 28672 0
vboxnetflt 40960 0
vboxdrv 684032 2 vboxnetadp,vboxnetflt
kvm_amd 212992 6
kvm 1417216 1 kvm_amd
ccp 139264 1 kvm_amd
Also perhaps post QSI "Quick System Info", so we may see what system is involved.
You do not have the required permissions to view the files attached to this post.
Re: VMSetError: VirtualBox can't enable the AMD-V extension
Thank you very much
I didn't know MX-Tweak, or maybe I didn't pay attention to it but really great
now the virtualbox emulations start without problem and the kernel modules remain loaded
I didn't know MX-Tweak, or maybe I didn't pay attention to it but really great
now the virtualbox emulations start without problem and the kernel modules remain loaded