Install virtualbox in ubuntu 22.04 and fixing kernel driver not installed, EFI secure boot enabled

Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=Xmz27Ldt3dc



Duration: 5:36
565 views
5


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.




Other Videos By Ambar Hasbiyatmoko


2023-11-14How to solve composer: Required (in require dev) package phpunit is in the lock file, not satisfy
2023-11-03How to scan your PHP codes using sonar scanner in sonarqube manually
2023-11-03How to fix SonarQube server [https:xx] can not be reached. Unable to execute SonarScanner analysis
2023-10-30How to fix installing nginx in EC2 AMI - ./configure: error: C compiler cc is not found
2023-10-30How to fix command patch not found in EC2 AMI AWS
2023-10-30How to fix nginx EC2 AMI - Failed at step EXEC spawning: /usr/sbin/nginx: No such file or directory
2023-10-14AWS Cloud - How to update CA (Certificate Authority) in RDS (Relational Database Service) MySQL
2023-10-14How to solve HeidiSQL - OpenSSH SSH-2 private key (old PEM format) when connect to AWS EC2 server
2023-09-30Ubuntu 22.04 - How to fix vboxuser is not in the sudoers file. This incident will be reported
2023-09-29How to fix terminal on ubuntu 22.04 not work in virtualbox 7
2023-09-28Install virtualbox in ubuntu 22.04 and fixing kernel driver not installed, EFI secure boot enabled
2023-09-25How to fix target group load balancer AWS - Health checks failed with these codes: 403
2023-09-12How to solve an issue on Google keyword planner - You have been signed out.
2023-09-11How to fix traceroute in ubuntu 22.04 - Command 'traceroute' not found, but can be installed with
2023-09-06How to fix error removing package in ubuntu - Malformed entry 11 in list file etc-apt-sources.list
2023-08-20MySQL 5.7 - Setup master to master replication dengan docker di Ubuntu 20.04
2023-08-14How to fix wordpress - The server cannot process the image. This can happend if the server is busy
2023-07-30Ubuntu 22.04 - Open user's folder in home - Authentication is required to run gvfsd admin daemon
2023-07-29How to solve ssh in ubuntu - Failed to restart sshd.service: Unit sshd.service not found
2023-07-28Mengganti port SSH 22 ke port lain di Server Ubuntu (digitalocean)
2023-07-19Menggunakan .env variable pada codeigniter 3



Tags:
virtualbox
ubuntu
install
error
kernel not installed
secure boot
EFI
linux
ISO
terminal
vboxconfig
kernel modules
virtualbox linux kernel