Kernel driver not installed (rc=-1908)

Discussions related to using VirtualBox on Linux hosts.
Post Reply
zidan86
Posts: 2
Joined: 9. Feb 2024, 14:53

Kernel driver not installed (rc=-1908)

Post by zidan86 »

Hi,
the host is ubuntu 22.04 , and VM is Windwos server 2012 R2
when to start on any VM

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, 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.
Attachments
Screenshot from 2024-02-09 14-57-50.png
Screenshot from 2024-02-09 14-57-50.png (62.97 KiB) Viewed 842 times
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: Kernel driver not installed (rc=-1908)

Post by scottgus1 »

Possibly a mix of versions of Virtualbox. Purge Virtualbox completely from your host; the VMs will remain. Then decide if you want Linux Distro Virtualbox fork from their repository, or Official Virtualbox. We support Official here, and the distros support their forks on their repositories.

If you go with Official, there are prerequisites, see https://www.virtualbox.org/manual/ch02. ... nux-prereq
zidan86
Posts: 2
Joined: 9. Feb 2024, 14:53

Re: Kernel driver not installed (rc=-1908)

Post by zidan86 »

sudo /sbin/vboxconfig


There were problems setting up VirtualBox. To re-start the set-up process, run
/sbin/vboxconfig
as root. If your system is using EFI Secure Boot you may 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.
Screenshot from 2024-02-10 00-58-51.png
Screenshot from 2024-02-10 00-58-51.png (43.06 KiB) Viewed 807 times
Post Reply