This error is because you have virtualbox and kvm installed. The kernel modules conflict.
The "simple" solution is to use one or the other, but not both. You can, however, use both as long as you are willing to manually (or script) loading / unloading the kernel modules.
To see your modules
#Virtualbox modules
sudo lsmod | grep vbox
#kvm
sudo lsmod| grep kvm
To remove a module
# remove virtualbox
sudo rmmod vboxdrv
sudo rmmod vboxnetflt
#remove kvm
sudo rmmod kvm
sudo rmmod kvm_amd
use insmod
sudo insmod /full/path/to/your/modules
You can find the module with
locate kvm | grep .ko
locate vbox | grep .ko
Use the modules for your current kernel.
Answer from Panther on askubuntu.comVirtualBox
VMSetError: VirtualBox can't enable the AMD-V extension. Please disable the KVM kernel extension, re - virtualbox.org
Please disable the KVM kernel extension, recompile your kernel and reboot (VERR_SVM_IN_USE). Result Code: NS_ERROR_FAILURE (0x80004005) Component: ConsoleWrap Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed} I found a post on this forum and as a result I checked whether AMD virtualization ...
GitHub
VirtualBox can't enable the AMD-V extension, since kernel 6.12 · Issue #53855 · void-linux/void-packages
January 5, 2025 - Is this a new report? Yes System Info Void 6.12.7_1 x86_64 AuthenticAMD notuptodate rFF Package(s) Affected virtualbox-ose-7.0.20_1 Does a report exist for this bug with the project's home (ups...
Published: Jan 05, 2025
Atetux
Quick Fix VirtualBox can't enable the AMD-V extension - Atetux
January 7, 2025 - To quick fix this issue disable the kvm and kvm_amd module ... after execute those command, re-run again the VirtualBox machine, it should work, because the KVM module is gone.
VirtualBox
[Resolved] Problem with virtualization, AMD-V is disabled in the BIOS - virtualbox.org
Reason: Marked as [Resolved]. ... Joined: 22. Oct 2010, 11:03 ... Post by socratis » 10. Apr 2019, 21:03 · misonak wrote:AMD-V is disabled in the BIOS (or by the host OS) (VERR_SVM_DISABLED).You need to address the message; you need to go into your BIOS and enable hardware virtualization.
VirtualBox
More verbose/usable "VirtualBox can't enable the AMD-V extension" error message - virtualbox.org
VirtualBox can't enable the AMD-V extension. Please disable the KVM kernel extension, recompile your kernel and reboot (VERR_SVM_IN_USE).
Super User
virtual machine - VirtualBox can't operate in VMX mode - Super User
Recently, I tried to use VirtualBox and got this 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_M...
Arch Linux Forums
[Solved] virtualbox 7.1.4 can't run on kernel 6.12 on an AMD machine / [testing] Repo Forum / Arch Linux Forums
Please disable the KVM kernel extension, recompile your kernel and reboot (VERR_SVM_IN_USE) downgrading to kernel 6.11.9.arch1-1 and virtualbox-host-modules 7.1.4-9 solved the issue. AMD-V is enabled in BIOS and no BIOS settings were changed at all.
VirtualBox
[Solved] Error VERR_SVM_IN_USE - virtualbox.org
I had created several Virtual Machines ... always get the same error: AMD-V is being used by another hypervisor. (VERR_SVM_IN_USE). VirtualBox can't enable the AMD-V extension....
VirtualBox
Kernel 6.12.4 breaks Virtualbox - virtualbox.org
Addendum, the complete error message is - VBoxManage: error: VirtualBox can't enable the AMD-V extension.
VirtualBox
Enable Nested VT-X/AMD-V not working - virtualbox.org
Right-click the VM in the main Virtualbox window's VM list, choose Show in Explorer/Finder/File Manager. In the "Logs" subfolder, zip the VM's "vbox.log", and post the zip file, using the forum's Upload Attachment tab. (Configure your host OS to show all extensions so you can find the "vbox.log", ...
12000
How to handle error VirtualBox can’t enable the AMD-V extension?
on linux, was trying to start virtual box windows 10, and got the error "VirtualBox can’t enable the AMD-V extension.
MX Linux Forum
VirtualBox cannot enable the AMD-V extension - MX Linux Forum
VirtualBox cannot enable the AMD-V extension. Disable the KVM kernel extension, recompile your kernel, and reboot (VERR_SVM_IN_USE).