colima icon indicating copy to clipboard operation
colima copied to clipboard

Colima doesn't run on M2 Macs

Open tbindi opened this issue 1 year ago • 1 comments

Description

-> % colima start WARN[0000] already running, ignoring

-> % colima status FATA[0003] error retrieving current runtime: empty value

Even after multiple re-installation and restart it shows the same issue.

Version

-> % colima version && limactl --version && qemu-img --version colima version 0.6.8 git commit: 9b0809d0ed9ad3ff1e57c405f27324e6298ca04f limactl version 0.20.1 qemu-img version 8.2.1 Copyright (c) 2003-2023 Fabrice Bellard and the QEMU Project developers

Operating System

  • [ ] macOS Intel <= 13 (Ventura)
  • [ ] macOS Intel >= 14 (Sonoma)
  • [X] Apple Silicon <= 13 (Ventura)
  • [ ] Apple Silicon >= 14 (Sonoma)
  • [ ] Linux

Output of colima status

-> % colima status FATA[0010] error retrieving current runtime: empty value

Reproduction Steps

Expected behaviour

No response

Additional context

No response

tbindi avatar Mar 07 '24 20:03 tbindi

It certainly does run on M2 macs. DDEV's test runners run both QEMU and VZ colima instances on M2 macs.

You probably have to destroy your existing profile, colima delete

rfay avatar Mar 07 '24 20:03 rfay