Running Windows natively on M1 Macs

Arstechnica just posted an interview with Apple senior executives Craig Federighi, Johny Srouji, & Greg Joswiak to talk about Apple’s M1 SoC. Here’s an interesting tidbit from Craig Federighi mentioning running Windows natively on M1 Macs;

As for Windows running natively on the machine, “that’s really up to Microsoft,” he said. “We have the core technologies for them to do that, to run their ARM version of Windows, which in turn of course supports x86 user mode applications. But that’s a decision Microsoft has to make, to bring to license that technology for users to run on these Macs. But the Macs are certainly very capable of it.”

“Federighi pointed to Windows in the cloud as a possible solution and mentioned CrossOver, which is capable of “running both 32- and 64-bit x86 Windows binaries under a sort of WINE-like emulation layer on these systems.” But CrossOver’s emulation approach is not as consistent as what we’ve enjoyed in virtualization software like Parallels or VMWare on Intel Macs, so there may still be hills to climb ahead.”

https://arstechnica.com/gadgets/2020/11/we-are-giddy-interviewing-apple-about-its-mac-silicon-revolution/

Conversation 32 comments

  • waethorn

    20 November, 2020 - 5:45 pm

    <p>Windows on ARM is locked behind an OEM NDA license that is similar to the NDA's signed by the embedded channel. It is not openly accessible to users, thus not downloadable to install in an environment that is not locked to a piece of hardware. It requires an OEM contract that includes a specific distribution agreement that states it only be distributed on new, certified hardware (i.e. WinQual/WHQL-logo'd) with firmware components, such as the MSDM table with an activation key, embedded in UEFI firmware with Secure Boot including Microsoft's code-signing certificate, already pre-embedded in the system. Likewise, Microsoft includes specific hardware requirements as part of that agreement, such as specific SSD and processor capabilities. There also has to be drivers written for Windows that support the emulated environment's virtualized ARM hardware, and that means that Microsoft would need help from Apple to do that.</p><p><br></p><p>My advice: buy a cheap Windows micro-desktop box and remote into it to run your Windows software because you won't see Microsoft change this any time soon.</p>

    • jimchamplin

      Premium Member
      21 November, 2020 - 6:18 pm

      <blockquote><em><a href="#594577">In reply to Waethorn:</a></em></blockquote><p><a href="https://www.tomshardware.com/how-to/install-windows-10-raspberry-pi&quot; target="_blank">Are you sure?</a></p>

      • waethorn

        21 November, 2020 - 7:23 pm

        <blockquote><em><a href="#594714">In reply to jimchamplin:</a></em></blockquote><p>This proves my point. The download is not official. Likely some employee of an OEM is leaking these URL's online. Microsoft has a strict NDA with companies over this and I'm sure they'd heavily penalize that OEM if they found out who was leaking it. When an OEM produces a product with it, they have to base their image on the vanilla one, just like any other OEM, much like how Android OEM's base their OS images on AOSP – but are not allowed to just include the vanilla image.</p>

        • Alastair Cooper

          21 November, 2020 - 7:44 pm

          <blockquote><em><a href="#594716">In reply to Waethorn:</a></em></blockquote><p><br></p><p>I'm willing to bet someone will have that image ported to run in a VM on the M1 soon.</p>

          • wright_is

            Premium Member
            22 November, 2020 - 4:39 am

            <blockquote><em><a href="#594721">In reply to Alastair_Cooper:</a></em></blockquote><p>That doesn't help though, it isn't official and you won't be able to license it, so it is useless for anyone but a hobbyist tinkerer. </p><p>Certainly no developer or software house or end customer business would touch it with a barge pole. </p>

            • Alastair Cooper

              22 November, 2020 - 5:54 pm

              <blockquote><em><a href="#594795">In reply to wright_is:</a></em></blockquote><p><br></p><p>No, but it does at least demonstrate how easy it would probably be for Microsoft to do (which they obviously know).</p><p><br></p><p>At some point if ARM CPUs do start to displace x86-64 in the PC market then it may not be that unusual that people will want to virtualise Windows on it, even with a Windows host. At which point it makes a lot more sense to offer support. </p>

              • waethorn

                22 November, 2020 - 6:42 pm

                <blockquote><em><a href="#594851">In reply to Alastair_Cooper:</a></em></blockquote><p>You're basing a theory on conjecture. Face it: it's not gonna happen.</p>

  • reefer

    20 November, 2020 - 7:40 pm

    <p>It wouldnt make any sense for Microsoft to run Windows natively on an Apple Silicon mac.</p>

    • Alastair Cooper

      21 November, 2020 - 6:38 am

      <blockquote><em><a href="#594588">In reply to reefer:</a></em></blockquote><p><br></p><p>Why not? It's another opportunity to sell Windows licenses at the very least.</p>

      • wright_is

        Premium Member
        21 November, 2020 - 1:01 pm

        <blockquote><em><a href="#594627">In reply to Alastair_Cooper:</a></em></blockquote><p>It comes down to the investment and the return on it. </p><p>They will need, probably a couple of years to convert it to the Apple M1, for relatively few licences.</p><p>The Snapdragon code won't run on the M1. </p>

        • shameer_mulji

          Premium Member
          21 November, 2020 - 4:46 pm

          <blockquote><em><a href="#594675">In reply to wright_is:</a></em></blockquote><p>"The Snapdragon code won't run on the M1."</p><p><br></p><p>It doesn't have to. From what I understand the NT Kernel is designed to be architecture agnostic, like macOS.</p>

          • jimchamplin

            Premium Member
            21 November, 2020 - 5:59 pm

            <blockquote><em><a href="#594710">In reply to shameer_mulji:</a></em></blockquote><p>That’s correct. NT has a hardware abstraction layer (HAL) that takes care of most cross-platform issues.</p><p><br></p><p>But the code will likely run – without optimizations – unmodified. Remember that Windows 10 “for Snapdragon” runs on the Raspberry Pi, of which the RPi 4 uses Broadcom silicon.</p><p><br></p><p>All ARM CPUs use the ARM ISA, so the core code will run anywhere the ARM ISA is implemented.</p>

            • waethorn

              21 November, 2020 - 7:32 pm

              <blockquote><em><a href="#594713">In reply to jimchamplin:</a></em></blockquote><p>It has to include drivers for the SoC, and it also requires a firmware that complies with UEFI 2.3.1. Apple doesn't have any drivers for Windows, and there's no evidence that they use UEFI on their ARM macOS platform since they already don't on iOS devices. Even if they did, there's more than a good chance that they lock down boot loader support to macOS using functionality akin to Secure Boot. They talked about security features like this coming to their ARM Mac's before.</p>

              • jimchamplin

                Premium Member
                21 November, 2020 - 8:51 pm

                <blockquote><em><a href="#594717">In reply to Waethorn:</a></em></blockquote><p>No I'm pretty sure you're right it's a custom firmware. From the sound of things though this is a surmountable issue. Perhaps even to the point where Apple will let Microsoft sign Windows. Who knows? At this point, nobody, since it's not even an issue. As far as we know, MS has no intention of an M-series release of Windows.</p><p><br></p><p>There are clearly technical issues, as there are in any port to a new platform. The point I was making below is that even WOA as it stands isn't indelibly tied to Qualcomm's CPUs, as all ARM CPUs must use the same core ISA. Runs without modification on RPis. Perfectly? No. Competently? Yes. Officially? Hell no.</p>

                • waethorn

                  23 November, 2020 - 1:08 am

                  <blockquote><em><a href="#594725">In reply to jimchamplin:</a></em></blockquote><p>WHAT? Microsoft signs Windows already. What Secure Boot does is only boots boot loaders that match digital signatures for certificates stored in Secure Boot.</p><p><br></p><p>Runs without modifications, and "competently"? You need to have your head examined.</p>

                • wright_is

                  Premium Member
                  23 November, 2020 - 2:28 am

                  <blockquote><em><a href="#594947">In reply to Waethorn:</a></em></blockquote><p>Except Apple uses its own custom method and they issue the master keys for the signing, not Microsoft.</p>

                • waethorn

                  23 November, 2020 - 11:42 am

                  <blockquote><em><a href="#594949">In reply to wright_is:</a></em></blockquote><p>Right, which is exactly why Microsoft won't do this. Nobody even seems to know what their boot firmware does outside of the Intel Macs, and that boot procedure uses some kind of UEFI now, but it's not even determined if their firmware is fully UEFI, or if UEFI is just emulated for alternate operating systems. ARM SoC's don't have a unified firmware interface – Microsoft only mandates UEFI+ACPI functions for Windows-on-ARM so that they don't have do the work to port it to a custom firmware interface. Apple could be using something entirely incompatible with the Windows boot process. And if that's the case, they'd still have to implement UEFI functions to allow for alternate operating systems.</p><p><br></p><p>Microsoft won't release an operating system for a hardware platform when they know it can't run natively on it because there's no validation for it. If anything, they'll release it as a pre-baked VM, but the chances of them doing that is zero to zilch.</p>

            • wright_is

              Premium Member
              22 November, 2020 - 4:34 am

              <blockquote><em><a href="#594713">In reply to jimchamplin:</a></em></blockquote><p>Windows for Snapdragon doesn't run on the raspberry pi. That is Windows 10 for IoT, something else again.</p><p>The kernel will need to be rewritten for the M1, or at least the HAL, it is a lot of code and will need a lot of testing. </p><p>The problem isn't the ARM code but all the support hardware, which is different for every SoC. </p>

    • TEAMSWITCHER

      21 November, 2020 - 6:23 pm

      <blockquote><em><a href="#594588">In reply to reefer:</a></em></blockquote><p><br></p><p>I agree. I ran a boot camp partition for years, and then a Fusion VM for the one or two apps that I needed. But today I have a separate desktop PC for gaming and all the Windows Apps I need. The 16" MacBook Pro is 100% MacOS. Since moving into Web Development, I can be equally productive on either machine.</p><p><br></p><p>Also it's good to have a backup computer, in case the desktop PC goes down. Yes – that has happened twice now. I guess the PC can backup the MacBook should it go down, but since 2007 My MacBooks have been rock solid.</p>

  • longhorn

    20 November, 2020 - 9:36 pm

    <p>It wouldn't make any sense for Qualcomm to run Windows natively on an Apple SoC.</p><p><br></p>

    • reefer

      21 November, 2020 - 5:20 am

      <blockquote><em><a href="#594592">In reply to longhorn:</a></em></blockquote><p>&nbsp;Qualcomm has no say in what platform Windows runs on.</p>

      • waethorn

        21 November, 2020 - 7:33 pm

        <blockquote><em><a href="#594610">In reply to reefer:</a></em></blockquote><p>Don't be so sure – Intel dictates a lot to Microsoft to maintain their monopoly on x86.</p>

        • shameer_mulji

          Premium Member
          21 November, 2020 - 7:40 pm

          <blockquote><em><a href="#594718">In reply to Waethorn:</a></em></blockquote><p>Intel is in no position anymore to dictate any terms to any tech giant the size of Microsoft. Between Qualcomm and AMD, MS has good choices.</p>

          • waethorn

            23 November, 2020 - 1:09 am

            <blockquote><em><a href="#594719">In reply to shameer_mulji:</a></em></blockquote><p>In the computer world, Intel has more marketshare than Qualcomm and AMD combined.</p>

            • shameer_mulji

              Premium Member
              23 November, 2020 - 11:47 am

              <blockquote><em><a href="#594948">In reply to Waethorn:</a></em></blockquote><p>Presently, that means very little. A lot of it comes down to mindshare and options and MS has options. When it comes to mobile devices, Qualcomm beats Intel hands down and when it comes to traditional laptops / desktops / servers, AMD is giving Intel a serious run for its money. AMD has made a huge comeback. I would go as far as to say that the fate of Intel rests in MS' hands right about now.</p>

              • waethorn

                23 November, 2020 - 1:00 pm

                <blockquote><em><a href="#594995">In reply to shameer_mulji:</a></em></blockquote><p>Marketshare and money are worth more than "mindshare".</p>

  • Alastair Cooper

    21 November, 2020 - 6:42 am

    <p>It should be possible to run x64 Windows under emulation (not natively, by definition) but I have no idea what the performance will be like.</p>

  • shameer_mulji

    Premium Member
    21 November, 2020 - 4:45 pm

    <blockquote><em><a href="#594680">In reply to Bob_Shutts:</a></em></blockquote><p>Hit the nail on the head</p>

  • shameer_mulji

    Premium Member
    21 November, 2020 - 4:49 pm

    <blockquote><em><a href="#594680">In reply to Bob_Shutts:</a></em></blockquote><p>10%% agree.</p>

  • Alastair Cooper

    21 November, 2020 - 7:41 pm

    <blockquote><em><a href="#594680">In reply to Bob_Shutts:</a></em></blockquote><p><br></p><p>Fastest Windows performance in that *category*, plus I doubt Microsoft's x86 emulation is as performant as Apple's so older apps may be quite slow.</p><p><br></p><p>Apple haven't released anything that can compete with AMD's Zen 3 which is the performance leader, and probably a few notches below on current generation chips. If they were to somehow do that though . . .</p>

  • madthinus

    Premium Member
    22 November, 2020 - 2:55 am

    <p>What would be the point? All mainstream software that is needed on the Mac is supported. Why would you need Windows? cheaper and easier to pick up a surface laptop / Pro and run your apps on that when needed. </p>

    • reefer

      22 November, 2020 - 11:54 am

      <blockquote><em><a href="#594781">In reply to madthinus:</a></em></blockquote><p>Exactly, there is no point for Microsoft to vaste resources trying to run Windows natively on Apple Silicon for the very tiny percentage of users that for some odd reason need it when that can be fully satisfied running it in a VM. </p>

Windows Intelligence In Your Inbox

Sign up for our new free newsletter to get three time-saving tips each Friday

"*" indicates required fields

This field is for validation purposes and should be left unchanged.

Thurrott © 2024 Thurrott LLC