Minikube: Unable to start VM: WARNING: The vboxdrv kernel module is not loaded.

Created on 3 Apr 2019  路  4Comments  路  Source: kubernetes/minikube





cvirtualbox kinsupport prioritawaiting-more-evidence prioritimportant-soon

Most helpful comment

Try to:

  • Deactivate Secure Boot from your bios system;
  • Then run sudo /sbin/vboxconfig in case you install and use virtualbox 6+
  • Then minikube start

All 4 comments

hi @jainVish, can you try to upgrade your virtualbox installation?

NOTE: This error is a sign of a failed VirtualBox installation. The solution is to reinstall VirtualBox. We should direct users to do so. This may help isolate the specific failure as well:

sudo modprobe vboxdrv

NOTE: This error is a sign of a failed VirtualBox installation. The solution is to reinstall VirtualBox. We should direct users to do so. This may help isolate the specific failure as well:

sudo modprobe vboxdrv

CentOS 7 can reference the following link

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Kernel_Administration_Guide/sect-signing-kernel-modules-for-secure-boot.html

Try to:

  • Deactivate Secure Boot from your bios system;
  • Then run sudo /sbin/vboxconfig in case you install and use virtualbox 6+
  • Then minikube start
Was this page helpful?
0 / 5 - 0 ratings