I just want to work with VirtualBox but now I am getting this type of error.
I could not find a proper solution.
Kernel driver not installed (rc=-1908) Make sure the kernel module has been loaded successfully. where: suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
Accepted Answer for Ubuntu If you're seeing the following error on Ubuntu, Kernel driver not installed (rc=-1908) The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Please reinstall the kernel module by executing '/etc/init. d/vboxdrv setup' as root.
A kernel driver is a low-level implementation of an "application". Because it runs in the kernel context, it has the ability to access the kernel API and memory directly. For example, a kernel driver should be used to: Control access to files (password protection,hiding)
MAC with BIG SUR -- Kernel driver not installed (rc=-1908)
Make sure the kernel module has been loaded successfully.
where the error is:
suplibOsInit what: 3 VERR_VM_DRIVER_NOT_INSTALLED (-1908) - The support driver is not installed. On linux, open returned ENOENT.
Download and install the latest VirtualBox 6.1.18 or higher. And then follow the below steps to resolve.
Step 1 - run:
sudo kextload -b org.virtualbox.kext.VBoxDrv
Step 2: Go into System Preferences->Security & Privacy
Step 3: Unlock the security center
Step 4: Approve the software by Oracle
Step 5:
sudo kextload -b org.virtualbox.kext.VBoxNetFlt sudo kextload -b org.virtualbox.kext.VBoxNetAdp sudo kextload -b org.virtualbox.kext.VBoxUSB
Step 6: Reboot
Registering the .kext directly via terminal solved this issue for me.
sudo kmutil load -p '/Library/Application Support/VirtualBox/VBoxDrv.kext'
There should be a prompt in System Preferences to allow the kernel, which will require a reboot.
Reboot and run command cd ˜/Homestead && vagrant up
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With