abiosoft / colima

Container runtimes on macOS (and Linux) with minimal setup
MIT License
19.65k stars 397 forks source link

Unable start colima in mac M3 #1199

Open samantsu01 opened 2 days ago

samantsu01 commented 2 days ago

Description

Trying to start colima using this command colima start --cpu 2 --memory 4 --arch x86_64

Getting hung with message below

INFO[0000] starting colima
INFO[0000] runtime: docker
INFO[0001] creating and starting ... context=vm

Terminal is not available, proceeding without opening an editor

Version

colima version 0.8.0 git commit: 9c08cff339f087c0600d9d56af7b5fbcfe02e287 limactl version 1.0.1 qemu-img version 9.1.1 Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers

Operating System

Output of colima status

colima status FATA[0000] colima is not running

Reproduction Steps

  1. brew install lima 2.brew install qemu 3.brew install colima
  2. colima start --cpu 2 --memory 4 --arch x86_64

Expected behaviour

should start colima with docker

Additional context

No response

abiosoft commented 2 days ago

Is that all the output you get?

samantsu01 commented 1 day ago

I didnt get you question , can you please elaborate ?

abiosoft commented 1 day ago

Can you start with --verbose flag and share the output?

colima start --verbose
samantsu01 commented 1 day ago

here is the output, not moving forward after that

Screenshot 2024-11-22 at 3 35 50 PM
abiosoft commented 1 day ago

That is very strange. Does it start up normally if you do not specify x86_64 as the architecture.