Error Codes Wiki

Mac Error 69877 — APFS Operation Not Permitted on Signed Volume

Errordisk

Overview

Mac error 69877 occurs when trying to modify a Signed System Volume (SSV) in macOS Big Sur or later, as the system volume is now cryptographically verified.

Key Details

  • Starting with macOS Big Sur, the system volume is a Signed System Volume (SSV)
  • SSV is cryptographically verified at boot — any modification breaks the seal
  • Error 69877 appears when trying to mount the system volume as writable
  • SIP (System Integrity Protection) must also be disabled to modify system files
  • Even with SIP disabled, SSV prevents direct system volume modification

Common Causes

  • Attempting to modify files on the sealed system volume
  • Legacy tools or scripts trying to write to /System or /usr (excluding /usr/local)
  • Trying to mount the system volume as read-write
  • Older administration tools not compatible with SSV
  • Manual partition operations on the APFS system volume group

Steps

  1. 1Understand that modifying the system volume is intentionally blocked for security
  2. 2Use the data volume (/System/Volumes/Data) for custom files instead
  3. 3If absolutely necessary: disable SIP (csrutil disable in Recovery) then disable SSV (csrutil authenticated-root disable)
  4. 4After modifying system volume, re-seal it: sudo bless --folder /System/Library/CoreServices --bootefi --create-snapshot
  5. 5Prefer synthetic firmlinks (/etc/synthetic.conf) for custom mount points instead of modifying system

Tags

macerror-69877ssvsigned-volumesip

More in Disk

Frequently Asked Questions

macOS Big Sur+ uses a cryptographically signed system volume. This prevents rootkits and ensures system integrity.