-
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
StartHost failed, but will try again: Error loading existing host. Please try running [minikube delete], then run [minikube start] again.: filestore "minikube": #9130
Comments
I'm curious if this is related to the username having spaces in it, or if the file is missing. Can you check if |
PS C:\Users\Neel> minikube start --driver=virtualbox
X Exiting due to GUEST_NOT_FOUND: Failed to start host: Error loading existing host. Please try running [minikube delete], then run [minikube start] again.: filestore "minikube": open C:\Users\Neel.minikube\machines\minikube\config.json: The system cannot find the file specified.
|
I had this same error with |
@yogyad @neel8989 do you still have this issue ? have you tried docker driver if you can install docker on your system ? |
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 by replying If someone sees a similar issue to this one, please re-open it as replies to closed issues are unlikely to be noticed. Thank you for opening the issue! |
$ minikube start --driver=virtualbox
Details: 00:00:03.831308 Power up failed (vrc=VERR_INTNET_FLT_IF_NOT_FOUND, rc=E_FAIL (0X80004005))
X Exiting due to GUEST_NOT_FOUND: Failed to start host: Error loading existing host. Please try running [minikube delete], then run [minikube start] again.: filestore "minikube": open C:\cygwin64\home\91997.mi
|
To solve #9130 issue simply update your VM |
Hi team,
Issue resolved.
Close this ticket.
…On Thu 21 Jan, 2021, 10:05 AM Kapildev0458, ***@***.***> wrote:
$ minikube start --driver=virtualbox
- minikube v1.16.0 on Microsoft Windows 10 Home Single Language
10.0.19042 Build 19042
- Using the virtualbox driver based on user configuration
- Starting control plane node minikube in cluster minikube
- Creating virtualbox VM (CPUs=2, Memory=2200MB, Disk=20000MB) ...
- Deleting "minikube" in virtualbox ...
! StartHost failed, but will try again: creating host: create:
creating: Unable to start the VM: C:\Program
Files\Oracle\VirtualBox\VBoxManage.exe startvm minikube --type headless
failed:
VBoxManage.exe: error: Failed to open/create the internal network
'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2
<#2>'
(VERR_INTNET_FLT_IF_NOT_FOUND).
VBoxManage.exe: error: Failed to attach the network LUN
(VERR_INTNET_FLT_IF_NOT_FOUND)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component
ConsoleWrap, interface IConsole
Details: 00:00:03.831308 Power up failed
(vrc=VERR_INTNET_FLT_IF_NOT_FOUND, rc=E_FAIL (0X80004005))
- Failed to start virtualbox VM. Running "minikube delete" may fix it:
Error loading existing host. Please try running [minikube delete], then run
[minikube start] again.: filestore "minikube": open C:\cygwin64
\home\91997.minikube\machines\minikube\config.json: The system cannot
find the file specified.
X Exiting due to GUEST_NOT_FOUND: Failed to start host: Error loading
existing host. Please try running [minikube delete], then run [minikube
start] again.: filestore "minikube": open C:\cygwin64\home\91997.mi
nikube\machines\minikube\config.json: The system cannot find the file
specified.
- Suggestion: minikube is missing files relating to your guest
environment. This can be fixed by running 'minikube delete'
- Related issue: #9130
<#9130>
To solve #9130 <#9130> issue
simply update your VM
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9130 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKA3GV4QFE3GAUYTLOGVPC3S26VK5ANCNFSM4QQEWSQQ>
.
|
I had the same issue. So I did the following and it was solved!!!
|
/reopen |
@annopohjala: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I also faced the issue with --vm-driver=hyperv: |
Getting same issue. Using W10 Pro, Hyper-V, choco install minikube. All that works. Hyper-V enabled. Docker has been uninstalled. I run |
PS C:\WINDOWS\system32> minikube config set driver hyperv
X Exiting due to GUEST_NOT_FOUND: Failed to start host: Error loading existing host. Please try running [minikube delete], then run [minikube start] again.: filestore "minikube": open C:\Users\Sourav.minikube\machines\minikube\config.json: The system cannot find the file specified.
PS C:\WINDOWS\system32> |
Deleting minikube folder from the path mentioned in an error and then minikube start solved my problem |
/reopen |
@Axel15007256: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
C:\WINDOWS\system32>minikube start -- vm-driver-virtualbox
X Exiting due to GUEST_NOT_FOUND: Failed to start host: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "minikube": open C:\Users\hami_.minikube\machines\minikube\config.json: The system cannot find the file specified.
I have tried so far: |
I had this issue. Reinstalling minikube with administrator rights solved it. |
Issue similar to @Axel15007256 :
Please don't close obviously unsolved issues. |
I have similar issue as msebi. Environment
All commands are being executed with system administrator priviliges. 1. Start Minikube
2. Delete minikube
3. Again start minikube
|
If you are experincing this error "ind the file specified.
X Exiting due to GUEST_NOT_FOUND: Failed to start host: error loading existing host. Please try running [minikube delete], then run [minikube start] again: filestore "minikube": open C:\Users\AMOS.minikube\machines\minikube\config.json: The system cannot find the file specified.
Here's the reasons:
Take this steps in order to get yourself out:
I hope this helps! |
Thanks, mate. It resolved the issue. |
Issue I was facing is not enough space in memory to create docker container on local machine. These steps help me to solve the issue:
It works for me. |
minikube start --driver=hyperv
! StartHost failed, but will try again: Error loading existing host. Please try running [minikube delete], then run [minikube start] again.: filestore "minikube": open C:\Users\Laxmi Computers.minikube\machines\minikube\config.json: The system cannot find the file specified.
X error provisioning host: Failed to start host: Error loading existing host. Please try running [minikube delete], then run [minikube start] again.: filestore "minikube": open C:\Users\Laxmi Computers.minikube\machines\minikube\config.json: The system cannot find the file specified.
*
The text was updated successfully, but these errors were encountered: