-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
virtualbox 6.0.8: The vboxdrv kernel module is not loaded #4711
Comments
Try start minikube without VM. Write below command (write sudo if necessary): minikube start --vm-driver=none For this command, minikube won't require VM instance. Instead it makes your machine as a worker/master node. |
@AbdullahBM : note that there are some severe limitations of the none driver |
Hey @ghostman8877 - Your VirtualBox installation failed to build the appropriate kernel driver. Please try installing VirtualBox 6.0.10 to see if the process fixes your issue. If it isn't successful for whatever reason, please try the https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#kvm2-driver Thank you! |
Try to:
|
Here is what worked for me (Ubuntu):
|
when i run
|
Does it help someone? I am also facing the same issue on Windows 10 Home Ubuntu 18.04 and VirtualBox 6.1 |
Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
E0708 18:43:14.899457 9017 start.go:559] StartHost: create: precreate: We support Virtualbox starting with version 5. Your VirtualBox install is "WARNING: The vboxdrv kernel module is not loaded. Either there is no module\n available for the current kernel (4.18.0-25-generic) or it failed to\n load. Please recompile the kernel module and install it by\n\n sudo /sbin/vboxconfig\n\n You will not be able to start VMs until this problem is fixed.\n6.0.8r130520". Please upgrade at https://www.virtualbox.org
💣 Unable to start VM
⁉️ Related issues:
❌ Error: [VBOX_KERNEL_MODULE_NOT_LOADED] create: precreate: We support Virtualbox starting with version 5. Your VirtualBox install is "WARNING: The vboxdrv kernel module is not loaded. Either there is no module\n available for the current kernel (4.18.0-25-generic) or it failed to\n load. Please recompile the kernel module and install it by\n\n sudo /sbin/vboxconfig\n\n You will not be able to start VMs until this problem is fixed.\n6.0.8r130520". Please upgrade at https://www.virtualbox.org
💡 Advice: Run 'sudo modprobe vboxdrv' and reinstall VirtualBox if it fails.
▪ #4043
Help me pls!
The text was updated successfully, but these errors were encountered: