Tired to use my special qemu(aarch64) on UTM(x86_64) #7262
Kuroshimacat
started this conversation in
Development
Replies: 1 comment 1 reply
-
macOS will refuse to load your modified UTM.app because it correctly detects that it has been tampered with. Your best bet is to build UTM following these general instructions: https://github.com/utmapp/UTM/blob/main/Documentation/MacDevelopment.md. For the "./scripts/build_dependencies.sh" step, use -q to point to your modified QEMU source tree instead. Note that even with this method some UTM features (such as bridged networking) will not work unless you get your built application notarized by Apple. |
Beta Was this translation helpful? Give feedback.
1 reply
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 use the latest UTM and macOS15 with intel cpu, I'd like to use my special qemu version(aarch64) and keep the aarch64 in utm, I tried to replace a qemu(aarch64) in Frameworks with my qemu, But failed, what should I do?
Beta Was this translation helpful? Give feedback.
All reactions