On 21 mars 2026 19:26, Tobias Frost <[email protected]> wrote: > The issue is the kernel modules are not loaded due to the missing > service file. > > As a manual workaround: > > as root: > > modprobe vboxdrv vboxnetflt vboxpci
Maybe the best is to add a configuration file to load these modules automatically: /etc/modules-load.d/virtualbox.conf with these two lines vboxdrv vboxnetflt Christian

