I am puzzled. I need to modify the sealed system snapshot of Big Sur. And I did from Recovery HD. However I cannot get the modification to be reflected within a new snapshot… What am I doing wrong?
Any help is highly appreciated!
PS: I cannot disable
- I booted into recovery, opened terminal, unmounted and remounted the system volume to gain write access.
Code:umount /Volumes/Macintosh\ HD mkdir /Volumes/Macintosh \HD mount -o nobrowse -t apfs /dev/disk2s5 /Volumes/Macintosh\ HD
- I added the desired file to the now writeable volume using
cp
- I checked wether the file actually got transferred using
ls
- last I snapshotted the volume and rebooted
Code:bless --folder /Volumes/Macintosh\ HD/System/Library/CoreServices --bootefi --create-snapshot --setboot
ls
, just to find the file indeed did reside in the system volume. As it was there I took a new snapshot, but still this did not work. What am I missing?Any help is highly appreciated!
PS: I cannot disable
authenticated-root
because I use FileVault, thus I need to make the modifications from within the recovery volume.
Last edited: