Cannot run windows 11 or 10 ARM on UTM SE for iOS #3419
-
|
Recently I tried to boot the windows 11 arm and windows 10 arm isos and VHDXs in the same way that you would do on Mac UTM, but it does not work. It just shows the "press any key to start from CD" and when I press a key it just stays on the UTM logo without any loading occurring. Trying the same procedure on my M1Pro Mac, it immediately boots into the installer for Windows 11 ARM after I press the key. Is there any way to fix this? thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Edit: solution from replies:
Previous answer: There is a technical reason for this and it's not in fact a problem with UTM. On your M1 Pro Mac, the VM will run almost at the same speed as if you had installed Windows directly (without using VM software, which isn't currently possible). UTM SE works very differently. It's called Slow Edition for a reason: in this version the entire virtual computer is emulated, meaning the iOS device must simulate every single piece of hardware including the CPU. This is extremely inefficient when compared to running in hypervisor (which is what your Mac does) and results in a ~90%+ speed reduction (guessing, compared to your M1 Pro). So what you're seeing is just the Windows on ARM installer taking at least 10x longer to start up than normal. This can't be fixed by UTM because on iOS, Apple choose to deny both the hypervisor feature and the faster-emulation mode known as JIT. See #2271 for some more info. |
Beta Was this translation helpful? Give feedback.
-
|
@conath This is very confusing:
Are you referring to the ARM on Macs or on iPadOS/iOS ? |
Beta Was this translation helpful? Give feedback.
Edit: solution from replies:
Previous answer:
There is a technical reason for this and it's not in fact a problem with UTM.
On your M1 Pro Mac, the VM will run almost at the same speed as if you had installed Windows directly (without using VM software, which isn't currently possible).
UTM SE works very differently. It's called Slow Edition for a reason: in this version the ent…