79835048

Date: 2025-12-01 16:09:01
Score: 0.5
Natty:
Report link

This issue happens when KVM modules keep using VT-x even when you'r not using QEMU

Generally this is enough to make your virtualbox work

sudo modprobe -r kvm_intel kvm_amd kvm

But in some cases, you have to restart the virtualbox kernel modules like this:

sudo modprobe -r vboxnetadp vboxnetflt vboxdrv
sudo modprobe vboxdrv
sudo modprobe vboxnetflt
sudo modprobe vboxnetadp

This temporary frees the VT-x so VirtualBox can run VMs again.

Note: If you want to persist this, then create a small systemd service that runs these commands automatically at startup

Related Blog

  1. https://medium.com/p/2a6d35e57075
Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nishant