Error when I am trying to install VirtualBox-6.1(secure boot On)

I am getting this error when I am trying to install VirtualBox-6.1. I cannot turn off the secure boot. I am installing Virtual box for I want to use Homestead

Preparing to unpack virtualbox-6.1_6.1.18-142142_Ubuntu_eoan_amd64.deb ... Unpacking virtualbox-6.1 (6.1.18-142142~Ubuntu~eoan) over (6.1.18-142142~Ubuntu~eoan) ... Setting up virtualbox-6.1 (6.1.18-142142~Ubuntu~eoan) ... addgroup: The group `vboxusers' already exists as a system group. Exiting. vboxdrv.sh: failed: modprobe vboxdrv failed. Please use 'dmesg' to find out why. 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. Processing triggers for systemd (245.4-4ubuntu3.4) ... Processing triggers for gnome-menus (3.36.0-1ubuntu1) ... Processing triggers for desktop-file-utils (0.24-1ubuntu3) ... Processing triggers for mime-support (3.64ubuntu1) ... Processing triggers for hicolor-icon-theme (0.17-2) ... Processing triggers for shared-mime-info (1.15-1) ... 

I have tried the solution by majal. I am using ubuntu 20.04.2
Output of uname -r is 5.8.0-44-generic
Please Help.

1 Answer

The solution is to install the virtualbox-dkms package

sudo apt install --reinstall virtualbox-dkms

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like