Auf Debian 13, Trixie, AMD, ist Virtualbox in der Version des Anbieters installiert. Das hat ohne Medung geklappt. Eine virtuelle Maschine wurde importiert. Diese VM lief unter einem anderem System einwandfrei.
Als die importiere VM gestartet werden soll, kommt eine Meldung auf:
[...] Please disable KVM Kernel extension, recompile your kernel an reboot [...]
In der Konsole diese Kommando eingeben:
sudo modprobe -r kvm_amd sudo modprobe -r kvm
Danach konnte die VM auf meinem System gestartet und normal verwendet werden.
Die Änderung hält, bis der Linux-Rechner neu gestartet wird.
Quellen:
https://gnulinux.ch/virtualbox-please-disable-the-kvm-kernel-extension
https://forum.ubuntuusers.de/topic/virtualbox-funktioniert-seit-heute-nicht-mehr/
Das System meldet:
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please try setting it up again by executing
'/sbin/vboxconfig'
as root.
If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, vboxnetflt, vboxnetadp, vboxpci) before you can load them. Please see your Linux system's documentation for more information.
where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
Als root, wie in der Meldung beschrieben, dieses Kommando in der Konsole ausführen:
# /sbin/vboxconfig
# apt install build-essential dkms linux-headers-$(uname -r)