Creating a new VM using UTM + Tumbleweed ARM64 on macOS Tahoe (version 26.2) results on the display becoming inactive (black screen) after selecting the Install option:
Please note that this is using UTM with the QEMU backend, the Apple Virtualization does not trigger this issue.
As I needed to use QEMU backend, I worked around the issue following the steps below:
- Add an additional Serial device.
- Carry out Tumbleweed installation via text-mode.
- After installation, boot and install additional packages:
libvirt-daemon-qemuqemu-hw-display-virtio-gpuqemu-hw-display-virtio-gpu-pcispice-vdagentqemu-guest-agent
- Ensure that the Display is using
virtio-gpu-gl-pci. - Reboot the VM and it all works.
I’m guessing the package that did the trick was spice-vdagent but I haven’t tested one by one. The question is whether we can do anything on the default installation so that people don’t need to do this workaround?
References:
