Skip to content
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

Host-only adapter no-longer supported in VirtualBox, but causes IF_VBOX_NOT_VISIBLE exit. #15377

Closed
pchambre opened this issue Nov 18, 2022 · 3 comments

Comments

@pchambre
Copy link

What Happened?

Running minikube start, I get:

👍 Starting control plane node minikube in cluster minikube
🔄 Restarting existing virtualbox VM for "minikube" ...
🤦 StartHost failed, but will try again: driver start: Error setting up host only network on machine start: The host-only adapter we just created is not visible. This is a well known VirtualBox bug. You might want to uninstall it and reinstall at least version 5.0.12 that is is supposed to fix this issue
🔄 Restarting existing virtualbox VM for "minikube" ...
😿 Failed to start virtualbox VM. Running "minikube delete" may fix it: driver start: Error setting up host only network on machine start: The host-only adapter we just created is not visible. This is a well known VirtualBox bug. You might want to uninstall it and reinstall at least version 5.0.12 that is is supposed to fix this issue

❌ Exiting due to IF_VBOX_NOT_VISIBLE: Failed to start host: driver start: Error setting up host only network on machine start: The host-only adapter we just created is not visible. This is a well known VirtualBox bug. You might want to uninstall it and reinstall at least version 5.0.12 that is is supposed to fix this issue

However, on current versions of VirtualBox on OSX (6.x, 7.x) the Host-only Adapter is marked (DEPRECATED), and selecting it gives an error that it is no-longer supported. If I edit the VM and manually switch the network adapter to the new Host-only Network, that works, and I can start the VM.

Is Minikube not compatible with newer versions of VirtualBox on OSX?

Specific versions are Minikube 1.28, OSX 13.0.1, and VirtualBox 7.0.4.

Attach the log file

log.txt

Operating System

macOS (Default)

Driver

VirtualBox

@ghost
Copy link

ghost commented Nov 30, 2022

My specific versions are Minikube 1.28, OS Monterey 12.6, and VirtualBox 7.0.4

Attempted multiple uninstall and clean install of 7.0.4. I noticed the install process never prompted to "allow" in the System Preferences > Security & Privacy. Uninstalled and installed VirtualBox 6.1 where it prompted me to "allow".

minikube start --driver=virtualbox works successfully.

@spowelljr
Copy link
Member

spowelljr commented Jan 10, 2023

Duplicate of #15274

@spowelljr spowelljr marked this as a duplicate of #15274 Jan 10, 2023
@spowelljr
Copy link
Member

Closing this issue, please follow along with #15274

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants