Windows 11 ISOs for ARM64 devices

30 pointsposted 2 days ago
by tosh

18 Comments

altairprime

2 days ago

For context, Microsoft’s explanation of the new ISOs is relevant: https://learn.microsoft.com/en-us/windows/arm/iso

> The primary use for Windows 11 Arm64 ISO files is to create virtual machines on local devices for development.

> can also be used to create bootable media for installing Windows 11 on an Arm device. Depending on the device, it will likely be necessary to include drivers from the device manufacturer for the installation media to be successfully bootable.

kotaKat

2 days ago

Frustratingly finally, Microsoft. It's not like ARM64 is a new, foreign processor at this point.

Trying to reinstall a "clean" copy of Win11 on my Snapdragon Thinkpad X13s was a nightmare having to build an ISO from 'scratch' from UUP packages.

0xcde4c3db

a day ago

The processor was never the problem with ARM, it's that there's never been a reasonably stable peripheral ecosystem around it. Vendors are mostly out there building overgrown microcontrollers instead of actual platforms. It's not like PC where you can discover 95% of hardware on any PC from the past ~20 years by enumerating PCI/USB/SATA. You're expected to obtain out-of-band knowledge about the physical mapping of the peripherals and somehow supply that to your bootloader/kernel.

wahern

a day ago

Devicetree has been the bane of end-users since forever, yet I gather kernel developers and non-x86 system vendors still love it. OTOH, I get ACPI is hopelessly complex from an implementer's perspective, partly because of all the little vendor bugs and spec violations that end up encoded into the implementation to support real-world hardware. Is there a better future?

pajko

a day ago

And let's not forget about Open Firmware.

firecall

a day ago

So can this be used to create a VM on Apple Silicon Macs?

IndrekR

a day ago

I have used ARM Windows 11 with Parallels on my M1 MacBook Air to run x86 windows apps (Altium Designer) for last 30 months. Works like a charm.

satvikpendem

a day ago

Have you tried CrossOver? It has much better performance than Parallels in my experience, plus the applications act as if they work "natively" on macOS, with their own windows.

nailer

a day ago

I'm trying this X64 image with UTM (a newer and very minimal virtualization framework that uses what's built into OS X) on a 2024 MBP now. It seems to be working.

Detrytus

a day ago

I did the same for the past year, mostly for work (so MS Office suite, IntelliJ, Java), but it even works for the old PC games like Heroes of Might and Magic III or Morrowind. The only thing that I could not get working was Global Protect VPN client, required to access internal infrastructure of one of my customers.

satvikpendem

a day ago

Parallels already uses these, works great.

quyleanh

2 days ago

So Mac M can now has Bootcamp if Apple support? I think Apple still need license from Microsoft for that, doesn’t it?

lathiat

2 days ago

Someone still needs to write drivers, just like the Asahi Linux project.

Given how good virtualisation mostly is these days, I don't really expect Apple to do that at this point.

phendrenad2

a day ago

Now do riscv

snvzz

a day ago

AIUI Microsoft settled on RVA23 as baseline.

They're unlikely to announce anything until they can do so alongside hardware.

It should take a while. Late 2026 would be the earliest.