CONATH

Results 104 comments of CONATH

To confirm it is an M1 incompatibility, you could check the box "Force slower emulation even when hypervisor is available" in UTM Preferences (Menu UTM => Preferences…). After checking the...

@cseelus On my M1 MacBook Pro I wa danke to install Ubuntu Server ARM 20.04 just fine, following the [instructions](https://github.com/utmapp/UTM/wiki/Install%20Ubuntu%20ARM64%20on%20Apple%20M1). How did you install it?

@jeffersfp Indeed it has been reported previously that versions of Ubuntu older than 20 don't work with recent UTM/QEMU (I have not looked into it). One thing you could try...

Pinging @agraf due to HVF-related issue. Looks like the UTM QEMU HVF backend raises an assertion in `int hvf_vcpu_exec(CPUState *cpu)`: https://github.com/utmapp/qemu/blob/utm-edition/target/arm/hvf/hvf.c#L1232 Here is the upstream QEMU code. https://github.com/qemu/qemu/blob/master/target/arm/hvf/hvf.c#L1207-L1233 Notably the...

I can not reproduce this on my M1 MacBook Pro running UTM 2.4.1 and macOS 12.1. In a Windows 8.1 VM, scrolling is slightly jumpy when using the Trackpad, but...

From a cursory skim of the [relevant UTM code](https://github.com/utmapp/UTM/blob/v3.2.4/Platform/macOS/Display/VMDisplayAppleWindowController.swift) it looks like we use `VZVirtualMachineView` as-is without custom input handling. So it could be an Apple bug either in SwiftUI...

This message means the file that contains the VM’s hard disk is damaged and unusable. Figuratively speaking, this is like if your laptop got bent or water damage to the...

It might be possible to use the macOS document-based application API to take advantage of the system’s multi-window & tab functionality.

This isn't possible in UTM. I found [this article that explains how to resize a disk image on Mac](https://eclecticlight.co/2019/03/16/disk-utility-cant-resize-apfs-disk-images-but-hdiutil-can/) - could you please try and see if it works for...