Install virtualbox in ubuntu 22.04 and fixing kernel driver not installed, EFI secure boot enabled
i'm installing virtualbox version 7 in ubuntu 22.04 with the following command (clink on url below) :
https://www.latcoding.com/free_download/install-virtualbox7-ubuntu22.04.txt
once virtualbox installed, i'm trying to create VM ubuntu 22.04.iso, but i got some errors:
Kernel driver not installed (rc=-1908)
The VirtualBox Linux kernel driver is either not loaded or not set up correctly. Please try setting it up again by executing
'/sbin/vboxconfig'
as root.
If your system has EFI Secure Boot enabled you may also need to sign the kernel modules (vboxdrv, boxetfit, 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 suppoert driver is not installed. On linux, open returned ENOENT.
----
This video will help you to solve the errors.