Thank you, Antonio. You did well to share this second panic log. I can confirm that this is the same critical issue you encountered previously. Unfortunately, it is a confirmed regression in the latest beta of macOS 15.5 on certain Macs with Apple Silicon (M1 Max, M1 Ultra, M2 Pro/Max/Ultra).
---
**Summary of the Issue**
**Main Panic**
panic(cpu 0 caller 0x0): t6000dart ... Can't ignore lock validation @t6000dart.c:437
This is a kernel crash caused by:
- The AppleT6000DART driver (DMA controller, IOMMU)
- On T6000 architecture, corresponding to M1 Max and similar models
- During the initial boot of the installed beta, even before mounting the volumes (roots installed: 0)
The driver fails to validate an internal lock, resulting in an irreversible kernel panic (the system cannot boot).
---
**Conclusion: Issue in the Kernel of Beta 15.5**
This is a bug in beta 15.5 build 24.5.0, likely limited to certain Apple Silicon models (T6000).
It is not dependent on you, snapshots, or volumes. This is a kernel regression.
---
**Reinstallations, resets, snapshot fixes, SIP, etc. do not resolve this type of crash**
This occurs before the operating system boot, at the time of the first kernel loading.
---
**Practical Options Now**
1. Stay on macOS 15.4.1 (or the previous 15.5 beta if it was working)
You can temporarily block access to beta profiles or remove the profiles:
`sudo softwareupdate --clear-catalog`
Alternatively:
- Open System Settings > General > Software Update > Beta Update Details
- Choose "Off" or switch to a stable channel
---
2. Report to Apple (via Feedback Assistant)
As this is a reproducible kernel bug with a precise log (t6000dart.c:437), it is very helpful for Apple.
1. Open Feedback Assistant
2. Attach the file /Library/Logs/DiagnosticReports/kernel.panic.log
3. Report that the panic occurs at the first boot after installing macOS 15.5 beta, with Apple M1 Max hardware
4. Also indicate: Fileset Kernelcache UUID: 91AEB0BD...
---
3. (If urgent) Try a previous beta (e.g., 15.5 beta 1)
- Some users have successfully installed it without issues.
- It is available on developer portals or if you have saved the previous .ipsw or .pkg files.
---
**What Not to Do Now**
- Do not continue reinstalling the same build of 15.5 beta → it will always panic
- Do not attempt firmware or SMC resets → this is irrelevant
- Do not try to boot from snapshots → the kernel crashes before the filesystem is mounted
---
**In Summary**
**What Happens:** Early kernel panic on AppleT6000DART
**Why:** Bug in the DART driver on Apple Silicon (T6000)
**When:** At the first boot after installing beta 15.5
**Resolvable?** Only by Apple, with a new build
**What to Do:** Stay on 15.4.1 or wait for the next beta
---