minikube v0.35.0 on linux (amd64)
🔥 Creating virtualbox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
💣 Unable to start VM: create: precreate: We support Virtualbox starting with version 5. Your VirtualBox install is "WARNING: The character device /dev/vboxdrv does not exist.nt Please install the virtualbox-dkms package and the appropriatent headers, most likely linux-headers-generic.nnt You will not be able to start VMs until this problem is fixed.n5.2.18_Ubuntur123745". Please upgrade at https://www.virtualbox.org
😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
👉 https://github.com/kubernetes/minikube/issues/new
Think you
It sounds like VirtualBox is not completely installed, specifically the kernel driver. Could you try uninstalling it and installing it again?
You may also want to take the time to upgrade VirtualBox to 6.0: https://www.virtualbox.org/wiki/Downloads
friendly ping @yrmmout - does reinstalling VirtualBox help?
I'm closing this issue as it hasn't seen activity in awhile, and it's unclear if this issue still exists. If this issue does continue to exist in the most recent release of minikube, please feel free to re-open it.
Thank you for opening the issue!
I disabled the "secured boot" option on my host machine.
Just about half an hour ago i faced same problem but i followed that 2 lines and i got the solution
try it !!
sudo apt-get update
sudo apt-get upgrade
Thank you (merci)
Le mar. 6 août 2019 à 19:43, Sohail Khan notifications@github.com a
écrit :
Just about half an hour ago i faced same problem but i followed that 2
lines and i got the solution
try it !!sudo apt-get update
sudo apt-get upgrade—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
https://github.com/kubernetes/minikube/issues/3974?email_source=notifications&email_token=AKV4ZQ3AJDYKBBJQOIQB5F3QDGZ5ZA5CNFSM4HBNTUB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3V5MKA#issuecomment-518772264,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AKV4ZQ3UEG5JRI7F4SJVUITQDGZ5ZANCNFSM4HBNTUBQ
.
Try to:
sudo /sbin/vboxconfig in case you install and use virtualbox 6+minikube startThe code below is added to your /etc/apt/sources.list
echo "deb [arch=amd64] https://download.virtualbox.org/virtualbox/debian $(lsb_release -sc) contrib" | sudo tee /etc/apt/sources.list
Add these keys with
wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
To install VirtualBox, do
sudo apt-get update
sudo apt-get install virtualbox-6.1
For more details visit https://www.virtualbox.org/wiki/Linux_Downloads
To solve the issue I had to mix the solutions presented above:
Most helpful comment
I disabled the "secured boot" option on my host machine.
https://askubuntu.com/questions/900118/vboxdrv-sh-failed-modprobe-vboxdrv-failed-please-use-dmesg-to-find-out-why