Replies: 1 comment 2 replies
-
This tutorial shows how to emulate a Hackintosh: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is emulating MacOS x86_64 on Apple Silicon possible? I've tried a few approaches but none of them have worked. In case anyone's wondering, yes, I can use Rosetta natively to run commands meant for x86 but I have a special use case that needs me to have an "isolated" standalone x86_64 machine.
I'm on an Apple Silicon M1 host running MacOS Ventura 13.5.
Create bootable
iso
First, I created a bootable
iso
(I show below what I did for Ventura but I also tried Monterey with the same end result):Use the App Store
section here)Create VM in UTM
x86_64
architectureWhen I try starting the VM, the boot image doesn't take. It drops me into the UEFI shell instead. If I hit
ESC
and go into the UEFI boot menu, I see the virtual CD-ROM containing the bootable iso but when I hitEnter
nothing happens (I stay in the UEFI shell). From my limited understanding, this indicates that I've chosen the wrong architecture for theiso
. But as far as I know the Ventura (or Monterey) ISOs should be agnostic to x86_64 or arm since both are supported.I've also gone into the settings of the VM and tried selecting various "Systems" in the
System
tab such asStandard PC (Q35 + ICH9, 2009) (alias of pc-q35-7.2) (q35)
.Beta Was this translation helpful? Give feedback.
All reactions