qemu should no longer be the default for 'colima start' #1201
pastelmind
started this conversation in
General
Replies: 1 comment 7 replies
-
|
Your issue is most likely due to having a template previously set with |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I recently updated colima to v0.8.0 (using Homebrew) and couldn't start colima because qemu was no longer installed on my system. (I'm afraid I don't have the error message.) From #1188 I believe lima doesn't require qemu anymore?
Apparently, sometime in the past, I had followed the instructions on
README.mdand rancolima delete && colima start. This caused my colima to use qemu. I suppose anyone who follows the README like me would be confused because they, too, will be using qemu, which must be installed separately.Maybe we could change the default for
--vm-typeto vz? Or perhaps detect whether qemu is available and fallback to vz otherwise.Alternatively, we could add a section in the README to tell people to manually install qemu or use vz. A FAQ item would be nice, too.
Beta Was this translation helpful? Give feedback.
All reactions