Hi all!!! I have a problem. I'm trying to install Virtualbox on Kali Linux 2022.1 and when start have error. Kali Linux is fresh instaled. Install virtual with this tutorial --> https://www.kali.org/docs/virtualiza...rtualbox-host/
__________________________________________________ _____________________________
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.
__________________________________________________ _________________________________

In therminal I did modprobe vboxdrv then have error ===> modprobe: FATAL: Module vboxdrv not found in directory /lib/modules/5.15.0-kali3-amd64 <====

Please help!