Virtualbox error

secure boot and tmp 2.0 already turned off but i got error with virtualbox

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.

he virtual machine ‘Parrot Security’ has terminated unexpectedly during startup with exit code 1 (0x1).

Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
MachineWrap
Interface:
IMachine {85632c68-b5bb-4316-a900-5eb28d3413df}

Do go through this again: https://wiki.archlinux.org/title/VirtualBox to make sure everything is loaded for the kernel, then reboot.

can you tell me which commands need to run, please

when you are working on the linux kernel:
sudo pacman -S virtualbox
sudo pacman -S virtualbox-host-modules-arch
sudo pacman -S linux-headers

when you are working on the linux-lts kernel:
sudo pacman -S virtualbox
sudo pacman -S virtualbox-host-dkms
sudo pacman -S linux-lts-headers
update-grub

when you are working on the linux-zen kernel:
sudo pacman -S virtualbox
sudo pacman -S virtualbox-host-dkms
sudo pacman -S linux-zen-headers
update-grub

ALWAYS REBOOT AFTER INSTALLING VIRTUALBOX

3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.