For anyone who has an M1 (or M2) macOS machine, I recently had to figure out how to run x86_64 Windows 10 on my machine. After a lot of trial and error, I found a combination that works!
Download the latest Intel 64-bit Windows 10 ISO you can get from Microsoft.
Windows: Select the iso from your drive. Install Windows 10 or higher (I’m using Win10_22H2_English_x64.iso)
Hardware: Change Memory to 8192 and CPU Cores to 4
Storage: Increase drive size to 128GB
Summary: Check Open VM Settings
Select System: CPU should be AMD Phenom™ 9550 Quad-Core Processor (phenom-v1)
Select Network: Emulated Network Card should be rtl8139
Click Save
Start the VM
When the display says “Press Any Key to boot from CD or DVD” press the spacebar
Be patient and answer questions. If you don’t have a Product Key, click “I don’t have a product key” at the bottom of the window. You’ll be able to enter one later in Windows.
NOTE: If the boot process fails, stop the VM and start it again. I’m having about a 10% failure rate but it has always booted the second time.
Screenshots. I’ve highlighted in red the things that you need to change:
BIG FREAKING NOTE: don’t set the number of CPU cores equal to the number of performance cores you have. Your machine will hang until it’s done with whatever it is doing. Been there, done that, got the t-shirt.
You will not get a full speed emulation out of this but it’s definitely fast enough for testing. I wouldn’t try to use this for gaming however as there is lots of stuttering.
In my opinion, the only drawback Apple Silicon has is not be ale to run Windows applications. Seems you found a good way to solve the issue. If the emulation is good, then you have a winner.
Well to be fair, you can run x86-64 windows applications under Windows ARM on parallels. I do that now and it’s okay for testing, but I have found some weird differences. This gives me another avenue.
What may be really interesting here is if a similar technique will allow running older macOS versions available only in x86 as VMs. That is one thing I miss now on my Mx based machines, compared to my older Intel based macs.
Don’t have time to research right now, but perhaps a variation of this will let me bring over some older macOS VM’s from Intel machines.
Same here. UTM is really the best VM client when you have Apple Silicon device, and it’s free too.
And thank you for the guide to install Windows 10. Does it also work with Windows 11?
Edit:
With the latest UTM 4.1, there is no AMD Phenom™ 9550 Quad-Core Processor (phenom-v1). I did choose the upper choose in the list.
VS 2022 has a ARM Version since 17.4. But you have to uninstall VS 17.3 (Intel) before install. Installer is multi plattform, but if upgrading it keeps Intel Build.
Some here. The Apple Silicon version is magnitudes faster.
VMWare on MacBook Pro with i9 CPU and 4 virtual cores building in VS 2019: 7 minutes and 57 seconds
Parallels on MacBook Pro with M1 Max CPU and 4 virtual cores building in VS 2022 ARM: 50 seconds.
And this is the project I use to work on Windows plugins directly in Visual Studio. I copied the project and converted it to VS 2022. Then build for Intel 64-bit on both.
Not sure how much of this is the crappy file sharing used by VMWare, the trouble of VS 2019 for using multiple CPU cores or the increased memory bandwidth on Apple Silicon.
I have been UTM on my M1 Mac Mini for over 6 months now and no problem running windows ARM 10 and 11. Unfortunately the development ARM version of Windows 11 has now expired but it still runs ok, but with a prompt to purchase a key on startup.
Shared folders are good for accessing the Windows builds from the Mac for testing as well.
Tried the same with ARM Ubuntu under UTM but it wont start up.
Have created a x64 Linux Mint system with UTM but it is painfully slow (I believe it’s due to lack of Display drivers or similar).