-
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
Unable to start VM: create: precreate: The character device /dev/vboxdrv does not exist #3974
Comments
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 sudo apt-get update |
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
<#3974?email_source=notifications&email_token=AKV4ZQ3AJDYKBBJQOIQB5F3QDGZ5ZA5CNFSM4HBNTUB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3V5MKA#issuecomment-518772264>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKV4ZQ3UEG5JRI7F4SJVUITQDGZ5ZANCNFSM4HBNTUBQ>
.
|
Try to:
|
The code below is added to your /etc/apt/sources.list Add these keys with To install VirtualBox, do For more details visit https://www.virtualbox.org/wiki/Linux_Downloads |
To solve the issue I had to mix the solutions presented above:
|
Facing same issue even after disabling 'secure boot' on below environment |
followed: https://tecadmin.net/install-virtualbox-on-ubuntu-18-04/ to attempt installation of virtualbox 6.1 but at the end of install process throws error: This system is currently not set up to build kernel modules. There were problems setting up VirtualBox. To re-start the set-up process, run This system is currently not set up to build kernel modules. There were problems setting up VirtualBox. To re-start the set-up process, run This system is currently not set up to build kernel modules. There were problems setting up VirtualBox. To re-start the set-up process, run $ /sbin/vboxconfig |
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.\n\t Please install the virtualbox-dkms package and the appropriate\n\t headers, most likely linux-headers-generic.\n\n\t 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
The text was updated successfully, but these errors were encountered: