Skip to content
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

Unable to start Colima using VZ on a brand new Mac #1188

Closed
1 of 5 tasks
dcitterio opened this issue Nov 7, 2024 · 2 comments
Closed
1 of 5 tasks

Unable to start Colima using VZ on a brand new Mac #1188

dcitterio opened this issue Nov 7, 2024 · 2 comments

Comments

@dcitterio
Copy link

dcitterio commented Nov 7, 2024

Description

It is not possible to run Colima in a new Mac after Lima 1.0.0 was released.

Colima requires qemu-img to convert the downloaded image from qcow to raw, but the utils is not shipped with colima formula.
It is shipped with qemu that was previously a dependency from lima itself.

Now Lima has no longer this dependency

Version

colima version 0.7.6
git commit: 3ab92f5
limactl version 1.0.0
zsh: command not found: qemu-img

Operating System

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

Output of colima start

INFO[0000] starting colima
INFO[0000] runtime: docker
INFO[0000] creating and starting ... context=vm
INFO[0000] downloading disk image ... context=vm
FATA[0071] error starting vm: error at 'creating and starting': error getting qcow image: exec: "qemu-img": executable file not found in $PATH

Reproduction Steps

  1. Remove colima and lima using brew
  2. Clean up colima and lima caches
  3. Install colima again using brew install colima
  4. Run colima start --network-address -t vz -c 3 -m 8 --vz-rosetta --verbose -f

Expected behaviour

Colima VM start with the expected configuration

Additional context

No response

@abiosoft
Copy link
Owner

abiosoft commented Nov 7, 2024

This is being fixed #1187.
A new release would follow suit.

@abiosoft
Copy link
Owner

abiosoft commented Nov 8, 2024

This has been addressed in the latest release https://github.com/abiosoft/colima/releases/tag/v0.8.0.

@abiosoft abiosoft closed this as completed Nov 8, 2024
satrapu added a commit to satrapu/aspnet-core-logging that referenced this issue Nov 9, 2024
satrapu added a commit to satrapu/aspnet-core-logging that referenced this issue Nov 9, 2024
- Update NuGet packages
- Update Docker images used for local development & testing
- Update CI pipeline agents, tasks and tools
- Install Colima on the macOS-based agent since it's not present
out-of-the-box
  - Install qemu due to abiosoft/colima#1188
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants