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)

Most upvoted comments

@arditarapi what OS are you on? And what is the output of colima list?

Does qemu work better?

colima start --vm-type qemu

Thanks, i face issue where my colima start show error

FATA[0001] error starting vm: error at 'starting': exit status 1 

with colima list it shows this:

PROFILE    STATUS    ARCH       CPUS    MEMORY    DISK     RUNTIME    ADDRESS
default    Broken    aarch64    4       8GiB      60GiB     

then i search in the readme,

https://github.com/abiosoft/colima/blob/main/docs/FAQ.md#broken-status

after i do

colima stop --force

then i do

colima start

it worked again, thanks for the hint!

@pengisgood kindly do a reset.

colima delete
colima start

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:

$ colima start
INFO[0000] starting colima                              
INFO[0000] creating and starting ...                     context=vm
> msg="Terminal is not available, proceeding without opening an editor"
> msg="Attempting to download the image from \"https://cloud-images.ubuntu.com/impish/current/impish-s
> msg="failed to download the image, attempted 2 candidates, errors=[failed to download \"https://clou
FATA[0001] error starting vm: error at 'creating and starting': exit status 1
$ colima version
colima version 0.2.2
git commit: b2c7697bee2d73e995f156fe8e9870eb246c07e6

$ sw_vers
ProductName:	macOS
ProductVersion:	11.4
BuildVersion:	20F71

@abiosoft

upgraded to 0.5.2

colima start

INFO[0000] starting colima INFO[0000] runtime: docker INFO[0000] preparing network … context=vm INFO[0000] creating and starting … context=vm Terminal is not available, proceeding without opening an editor field dns must be empty when field useHostResolver is true FATA[0000] error starting vm: error at ‘creating and starting’: exit status 1

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.