Easy way to try Incus on macOS with Colima

Thanks for the reply, here it is.

→ colima status
INFO[0000] colima is running using macOS Virtualization.Framework
INFO[0000] arch: aarch64
INFO[0000] runtime: incus
INFO[0000] mountType: sshfs

I suppose the command format should be like this.

colima start --nested-virtualization --runtime incus

I have checked the log messages, it is strange.
{“level”:“fatal”,“msg”:“nested virtualization is not supported on this device”,“time”:“2025-05-07T13:35:17+03:00”}
Any idea?

How did you start Colima initially?

Actually I setup a new machine from TimeMachine backup, so I did not remember. But I have executed colima delete then initialize again like this, colima start --nested-virtualization --runtime incus. Unfortunately, the previous statement appeared in the log again.
Regards.

The case has resolved, the actual command line like this.

colima start --nested-virtualization --runtime incus --vm-type vz 

Thanks for bear with me.
Regards.

1 Like

Hi,
Doing some vm tests in M3, and get those errors most of the time, can you guide me how to debug / analyze the problem in here?

 2025-05-08 09:16:02 ⌚  D0928 in ~
○ → incus shell testubuntu
Error while executing alias expansion: incus exec testubuntu -- su -l
Error: Only running operations can be connected

 2025-05-08 09:16:32 ⌚  D0928 in ~
○ → incus stop testubuntu
Error: Failed shutting down instance, status is "Running": context deadline exceeded
Try `incus info --show-log testubuntu` for more info

P.S.
There is something wrong with the Virtualization.framework, cpu load is over 100 and vm Ubuntu GUI takes too much time to open, very slow.
Regards.

What’s your macOS version? Nested virtualization was only introduced in macOS 15.

My mac version is 15.4.1, Nowadays I have no problem opening a vm but GUI problem. I have installed a gui environment on Ubuntu 24.04 vm but it stucks and consume too much CPU (over %100). I suppose (but not sure) the problem related with /opt/homebrew/bin/remote-viewer spice+unix:/// (remote-viewer)
Regards.