1
0
Fork 0
virtualbox/debian/virtualbox-dkms.modprobe.conf
Daniel Baumann 611a3644e8
Adding debian version 7.0.26-dfsg-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-24 20:35:36 +02:00

9 lines
360 B
Text

#
# In kernel 6.12, KVM initializes virtualization on module loading by
# default. This prevents VirtualBox VMs from starting. In order to
# avoid this, block loading kvm module by default.
# (No need to do manually execute modprobe -r kvm_xxx and so on)
# See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082157
#
options kvm enable_virt_at_load=0