Start with a Systematic Approach

When a customer brings in a Mac that won't boot, resist the urge to jump to conclusions. A structured, step-by-step diagnostic process is not only more effective — it's also what the ACMT exam tests. Work from the simplest possible cause toward the most complex.

Stage 1: No Power — The Mac Won't Turn On At All

If the Mac shows absolutely no signs of life (no fan spin, no chime, no display, no indicator lights), start here:

  1. Check the power source. Plug the power adapter into a known-good outlet. Test the adapter itself with a multimeter if available.
  2. Inspect the charging cable and MagSafe/USB-C connector for damage, debris, or corrosion. Clean the port with a dry brush if needed.
  3. Check MagSafe LED behavior (on older models): Green means charged, Amber means charging. No light may indicate a dead battery or adapter fault.
  4. For MacBooks with removable batteries (older models): Remove and reseat the battery.
  5. Perform an SMC reset (Intel Macs). The procedure varies by model — on Apple Silicon Macs, the SMC is managed by the M-series chip and resets automatically.

Stage 2: Power On, But Won't Boot into macOS

If the Mac powers on (fan spins, some activity) but doesn't reach the login screen or desktop, work through these steps:

  • Listen and observe: Does the startup chime play? Is the Apple logo visible? Does the progress bar stall?
  • Boot into Safe Mode: On Intel Macs, hold Shift at startup. On Apple Silicon Macs, hold Power, then hold Shift while selecting the startup volume. Safe Mode disables third-party extensions and performs basic disk checks.
  • Boot into Recovery Mode and run Disk Utility → First Aid on the startup volume. A corrupted APFS container can prevent booting.
  • Check for macOS updates that may have stalled mid-installation — incomplete updates can leave the system unbootable.

Stage 3: Kernel Panics

A kernel panic (the "Your Mac restarted because of a problem" message) indicates a low-level system fault. Common causes include:

  • Faulty third-party RAM (Intel Macs with user-accessible RAM slots)
  • Incompatible or corrupted kernel extensions (kexts)
  • Hardware faults — especially GPU issues or storage errors
  • Overheating — check thermal paste condition and fan operation

To investigate, boot into Recovery and open Terminal. Use the following command to read panic logs:

log show --predicate 'eventMessage contains "panic"' --last 24h

The panic log will often name the responsible kext or process, pointing you toward the root cause.

Stage 4: Flashing Globe or Question Mark Folder

A flashing question mark folder at startup means macOS cannot find a valid startup volume. A flashing globe indicates the Mac is attempting Internet Recovery — often because the local recoveryOS is missing or the startup disk is unrecognized.

  1. Boot into Recovery Mode and open Disk Utility.
  2. Check if the internal SSD is visible. If not, it may indicate a hardware failure (SSD or logic board fault).
  3. If the drive is visible but shows errors, run First Aid.
  4. If First Aid fails, erase the volume and reinstall macOS. Confirm with the customer that data has been backed up before erasing.

Stage 5: When It's Hardware

If software-based recovery steps fail, the issue is likely hardware. Run Apple Diagnostics:

  • Intel Mac: Hold D at startup (or Option + D for Internet Diagnostics).
  • Apple Silicon Mac: Hold Power, select Options, then open Apple Diagnostics from the menu.

Apple Diagnostics returns reference codes that point to specific subsystems (e.g., PPN001 for storage, NDR for memory). Use these codes in GSX to guide next steps — whether that's a component replacement or a full logic board service.

Document Everything

Throughout the diagnostic process, document each step and its result. This protects you professionally, helps with warranty claims through GSX, and ensures continuity if the repair is handed off to another technician.