Dusko Pijetlovic

My personal notes where I store things I find interesting or might need in the future.

DevOps for the Desparate with FreeBSD

09 Apr 2025 » devops, freebsd, sysadmin

added vboxdrv_load="YES" line to /boot/loader.conf

Did you also load the module or rebooted the system? It’s not dynamic, the modules in /boot/loader.conf are only loaded when the system boots.

the issue was vmm loading up as well due to the vm_dir line being in /etc/rc.conf

Right. sysutils/vm-bhyve automatically loads it if it’s enabled. Unfortunately the two virtualization layers don’t play nice with each other.