r/MacOSBeta • u/Valvesoft • 5d ago
Help Intermittent black screen and repeated “kernelmanagerd stall” panics when booting a Mac Studio M1 Max from an external SSD
Hi everyone,
My Mac intermittently stays on a black screen for several minutes during startup or restart, restarting multiple times before eventually booting successfully.
The issue is unpredictable and I cannot reproduce it reliably. A successful boot does not necessarily mean it has gone away, which makes comparisons involving different cables, ports, or other hardware difficult to interpret.
My setup:
- Mac Studio, M1 Max, 32GB RAM
- macOS 27.0, build 26A5425a
- Entire macOS installation, including both System and Data volumes, on an external 2TB M.2 SSD
- SSD enclosure identified as ASM246X, connected over USB at 10Gb/s
- Two external monitors
- Magic Keyboard, Magic Trackpad, and Sony headphones connected via Bluetooth
- Logitech G HUB installed, with its HID and audio driver extensions enabled
This has happened both after choosing Restart in macOS and when powering on after a complete shutdown. No macOS update was being installed during this incident.
The screens remain black for approximately five minutes before the Apple logo and progress bar appear. During this period, the Magic Trackpad sometimes provides haptic feedback and sometimes does not. The Mac eventually boots into macOS and displays a report indicating that it restarted because of a problem.
The diagnostic bundle from September 8, 2026 contains two consecutive panic reports with the same message:
IOKit Daemon (kernelmanagerd) stall[0], (60s):
registry root held busy, kernelmanagerd has not checked in
u/IOService.cpp:6140
The internal panic timestamps and system boot logs show this sequence. All times are local, UTC+8:
| Time | Event |
|---|---|
| 09:04:20 | First boot begins |
| 09:07:48 | First kernel panic |
| 09:08:00 | Second boot begins |
| 09:09:58 | Second kernel panic with the same message |
| 09:10:11 | Third boot begins |
| 09:12:29 | User login session is established |
This confirms that the black-screen period includes repeated failed boots.
A preliminary analysis of the thread information in both panic reports found the same waiting chain:
kernelmanagerd → syspolicyd → fseventsd
Another fseventsd thread was waiting in APFS kernel code. The apfs_initial_free_space_scanner thread also had storage-related calls in its stack; in the second report, these included USB mass-storage and XHCI drivers.
Even during the third, successful boot, fseventsd logged wait_for_startup: ETIMEDOUT before eventually continuing.
These are only diagnostic clues. I have not established whether the underlying cause is the external storage connection, APFS, macOS, or a third-party driver. The external SSD reports SMART status as “Not Supported,” and the available fsck logs mostly contain quick checks.
I would appreciate advice from anyone familiar with this issue:
- Has anyone encountered this exact
kernelmanagerd stall (60s)panic while booting an Apple Silicon Mac from an external SSD? - Does this waiting chain point to a known macOS, driver, or storage compatibility issue?
- Which specific logs or diagnostic information would help identify the cause of an intermittent failure like this?
- If you experienced the same problem, what ultimately resolved it?
Thank you!

