On Sun, 22 Mar 2026 00:27:39 +0100 Christian Marillat <[email protected]> wrote: > 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 > Yes, this will work too. I'd add vboxpci, too, won't hurt, but this is module is also tried by the init script. (If it is not there, systemd will not bark)
(This was actually the first approach I tried for the currently pending NMU - haine /usr/lib/modules-load.d/virtualbox-dkms.conf for -dkms and virtualbox-guest-utils.conf and for virtualbox-guest-utils. The guest utils want "vboxguest" and "vboxsf".) However, it is easier (and more obvious to the reader) to just have a simple systemd service unit that just manually calls the init script, so this is the route I've went. (See the debdiff attached to this bug) -- tobi

