Can't install MacOs Tahoe on Mac Studio M3 Ultra

When trying to update from Sequoia 15.7 to Tahoe 26.0 all seems fine at first. It prepares the update, then reboots, a timer starts running on how long installation will take. That runs down to "Less than a minute". Then then (without a reboot) I am back at the login screen of Sequoia. When I login I get the message that there has been an unexpected reboot.


The log says this:

panic(cpu 8 caller 0xfffffe0050ee4b08): "ANEHWDevice::Failed to validate ANE register offset 0x5a8 with expected value: 0x100000ff, read register value 0\n" @ANERegisterControl.cpp:177


I've tried default software update, downloading the full installer with the "softwareupdate" tool via the Terminal. Thing is, when I do a softwareupdate --history, it does show the failed updates:


softwareupdate --history


Display Name                                       Version    Date                  

------------                                       -------    ----                  

macOS Sequoia 15.4                                 15.4       31-03-2025, 21:35:44  

macOS Sequoia 15.4.1                               15.4.1     17-04-2025, 11:56:23  

macOS Sequoia 15.5                                 15.5       12-05-2025, 23:32:03  

macOS Sequoia 15.6                                 15.6       30-07-2025, 00:11:17  

macOS Sequoia 15.6.1                               15.6.1     21-08-2025, 15:04:23  

macOS Sequoia 15.7                                 15.7       15-09-2025, 19:40:59  

macOS Tahoe 26                                     26.0       15-09-2025, 21:17:05  

macOS Tahoe 26                                     26.0       16-09-2025, 00:19:57  

Safari                                             26.0       16-09-2025, 00:33:36  

macOS Tahoe 26                                     26.0       16-09-2025, 00:59:28  

macOS 26.0                                         26.0       16-09-2025, 01:35:02  

macOS Tahoe 26                                     26.0       16-09-2025, 02:29:16  


Never had any issue with MacOs Sequoia (updated to 15.7 first today without any troubles) so I suggest it is software. Any idea on how to fix this?

Posted on Sep 15, 2025 6:27 PM

Reply
Question marked as Top-ranking reply

Posted on Sep 15, 2025 6:47 PM

The panic you’re seeing:

ANEHWDevice::Failed to validate ANE register offset 0x5a8...

…means the installer is loading the new Tahoe kernel/driver for the Apple Neural Engine, but the hardware check fails.


This can happen if:

  • The Tahoe build you’re getting has a driver mismatch for your exact M3 Ultra revision.
  • There’s a firmware update bundled in Tahoe that isn’t applying correctly during the install phase.
  • A known launch-week bug in Tahoe 26.0 is affecting certain Apple Silicon Macs.


Steps to Try:

Here’s a sequence that’s worked for similar cases:


(1) Check for a Newer Build of Tahoe

Sometimes Apple silently reissues the same version with a fixed build number.

In Terminal:

bash
softwareupdate --fetch-full-installer --full-installer-version 26.0

Then check the build number in About This Mac → System Report → Software after download (before install). If it’s newer than your current installer, try again.


(2) Install via macOS Recovery

Shut down your Mac.

Hold Power until “Options” appears.

Choose Options → Reinstall macOS.

This pulls the latest signed installer directly from Apple’s servers and bypasses some of the live-update process that’s triggering the ANE panic.


(3) Try Safe Mode Install

Boot into Safe Mode (hold Shift after selecting your startup disk in the boot picker).

Then run the Tahoe installer from there — this can prevent certain kernel extensions from loading during the upgrade.

Erase-Install on an External Drive (Non-destructive test)

Use a spare SSD, format it APFS, and install Tahoe cleanly to it.

If it boots fine, the issue is with the in-place upgrade path; if it still panics, it’s a firmware/driver bug.


(4) Escalate to Apple

Given the ANE-specific panic, this is likely something Apple needs to patch.

File a Bug Report here for your specific Mac model: Product Feedback - Apple


My Take

This isn’t a storage, network, or generic corruption problem — it’s almost certainly a Tahoe 26.0 + M3 Ultra ANE driver issue. Until Apple pushes a fixed build, your best bet is either: Install via Recovery (which sometimes pulls a patched build), or wait for 26.0.1 or a supplemental update.

140 replies

Sep 15, 2025 6:39 PM in response to Boschje79



if you downloaded the Installer it is sitting in your Applications folder, you can launch it from there

try launching the installer from a SafeBoot and try again.


Applications/ "Install macOS Tahoe.app"



no resolve—


Call Customer Support (800) MY–APPLE (800–692–7753)

or on line https://getsupport.apple.com/

or call AppleCare Support at 1-800-APLCARE (800-275-2273)


Outside the USA—Contact Apple for support and service by phone

See a list of Apple phone numbers around the world.

Contact Apple Support - Apple Support




Question marked as Top-ranking reply

Sep 15, 2025 6:47 PM in response to Boschje79

The panic you’re seeing:

ANEHWDevice::Failed to validate ANE register offset 0x5a8...

…means the installer is loading the new Tahoe kernel/driver for the Apple Neural Engine, but the hardware check fails.


This can happen if:

  • The Tahoe build you’re getting has a driver mismatch for your exact M3 Ultra revision.
  • There’s a firmware update bundled in Tahoe that isn’t applying correctly during the install phase.
  • A known launch-week bug in Tahoe 26.0 is affecting certain Apple Silicon Macs.


Steps to Try:

Here’s a sequence that’s worked for similar cases:


(1) Check for a Newer Build of Tahoe

Sometimes Apple silently reissues the same version with a fixed build number.

In Terminal:

bash
softwareupdate --fetch-full-installer --full-installer-version 26.0

Then check the build number in About This Mac → System Report → Software after download (before install). If it’s newer than your current installer, try again.


(2) Install via macOS Recovery

Shut down your Mac.

Hold Power until “Options” appears.

Choose Options → Reinstall macOS.

This pulls the latest signed installer directly from Apple’s servers and bypasses some of the live-update process that’s triggering the ANE panic.


(3) Try Safe Mode Install

Boot into Safe Mode (hold Shift after selecting your startup disk in the boot picker).

Then run the Tahoe installer from there — this can prevent certain kernel extensions from loading during the upgrade.

Erase-Install on an External Drive (Non-destructive test)

Use a spare SSD, format it APFS, and install Tahoe cleanly to it.

If it boots fine, the issue is with the in-place upgrade path; if it still panics, it’s a firmware/driver bug.


(4) Escalate to Apple

Given the ANE-specific panic, this is likely something Apple needs to patch.

File a Bug Report here for your specific Mac model: Product Feedback - Apple


My Take

This isn’t a storage, network, or generic corruption problem — it’s almost certainly a Tahoe 26.0 + M3 Ultra ANE driver issue. Until Apple pushes a fixed build, your best bet is either: Install via Recovery (which sometimes pulls a patched build), or wait for 26.0.1 or a supplemental update.

Sep 16, 2025 5:03 AM in response to Boschje79

I have the exact same Mac Studio M3 Ultra with same problem. I have an open case with Apple advanced support and provided logs last night. I am running Sequoia 15.7 btw. Multiple attempts via software update, using the Full installer, safe mode update, recovery mode update, etc all result in same problem. After a normal looking 15 minute install process you boot back into Sequoia as if nothing happened with no error messages.


Would recommend opening a case as well must be something particular to this machine type.

Sep 16, 2025 11:14 AM in response to Boschje79

Hey guys,


So same here, been trying all night (Paris) and all day too. Update worked flawlessly on MacBook Pro M3, and failed every time on Mac Studio M3Ultra.


I discovered one thing though : The build on my MacBook is the 25A354 (so the latest one, out yesterday) ; I uploaded through Settings/Software Update.


As I was looking for a different course of action, I used fetch In terminal to get the latest build and it doesn't matter how I much I try, I only get the RC Build 25A353. I've tried a bunch of ways of getting it, and it's always the same result, I can't seem to get the latest build.


I tried downloading it from my MacBookPro to make a USB : it's the same. I've tried maybe 5 or 6 different sources, I always end up with the exact same file. (I checked in terminal the catalog : the right build shows up in the list, but when I download it : nothing) I thought this might be Apple's CDN but how can it explain the right build showing on my other Mac, downloaded at 5 minutes intervals, from the exact same internet connection ? (I would also like to mention : I don't use VPNs so that just my normal internet access)


Maybe I'm overreaching but : If the latest build isn't really downloading, and the RC shows up in place, maybe that's why we get an error ? I mean, is there any way the ANE validation fails because there's a build conflict ? Has any of you tried the 25A354 on Mac Studio M3 Ultra and failed in the same way ? Is there any certified way to "force" a build download ?


It's just an upgrade, yes, but I think we would all agree that with this kind of money, (since it's only concerning the Mac studio M3Ultra) we should have a patch right now....

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Can't install MacOs Tahoe on Mac Studio M3 Ultra

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.