colima: Keep getting error runing colima FATA[0001] error starting vm: error at 'starting': exit status 1
Description
I downloaded the Colima but I wanted to run it however it keeps showingFATA[0001] error starting vm: error at 'starting': exit status 1
like this so I don’t know how to solve the problem. Please help me
Version
Colima Version: Lima Version: Qemu Version:
Operating System
- macOS Intel
- macOS M1
- Linux
Reproduction Steps
Expected behaviour
No response
Additional context
No response
About this issue
- Original URL
- State: open
- Created 2 years ago
- Comments: 30 (10 by maintainers)
Thanks, i face issue where my colima start show error
with colima list it shows this:
then i search in the readme,
https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#broken-status
after i do
then i do
it worked again, thanks for the hint!
@pengisgood kindly do a reset.
I understand if it is a duplicate, just wanted to share as I have been pouring over the boards trying to resolve my issue too. Not trying to bring drama, just wanting to figure out what has affected the x86 version. I can confirm that everything is working fine for me on my M1.
I’ll check the link you shared. Thank you!
In the latest version this is a duplicate of
(and several others).
There has been an enormous amount of drama on this over the last couple of weeks, as far as I understand it affected Intel/amd64 only, and it should be sorted out (again) now.
Right after
brew install colima
:I was getting the same issue today. For me it turned out to be an old version of
limactl
that was conflicting with colima. After uninstalling the old version, it worked for me.