After fixing some issues to try and set up VirtualBox, I got to this issue and now I am stuck.
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please reinstall virtualbox-dkms package and load the kernel module by executing
'modprobe vboxdrv'
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.
I tried to reinstall virtualbox dkms again, but nothing seems to work no matter what I do. Does anyone know what to do in this situation? Has anyone else been through it?
EDIT: My version of Ubuntu is 24.04.1 LTS