Hello.
I have a problem with Monterey or Big Sur on my iMac 14.2.
When the system is post-patched (new System Snapshot created as boot system) create a clone with CCC, SuperDuper or asr command is impossible (error 49197).
The state of play
The list of System Snapshots :
Code:
diskutil ap listsnapshots /
Snapshots for disk9s2s1 (2 found)
|
+-- A9742E48-FB1B-4566-9EEA-2CDE0CB68E0F
| Name:
com.apple.os.update-52789EBE26897E601E6D85ED97C1C94E59D8181D900028E5CAA085F2339E524E
| XID: 49
| Purgeable:
No
|
+-- D64BBC99-2B81-4B66-9F33-9882FB5B7C3D
| Name:
com.apple.bless.D68BB6D7-D6B9-452E-A352-237149B7AB1F
| XID: 3292
(Will root to (boot from) this snapshot)
| Purgeable:
Yes
| NOTE: This snapshot limits the minimum size of APFS Container disk9
|
The thirst one has been created by the System installation without post-install patch.
The second has been created by the post-install system patcher. We can see that apart from the name the big difference is the
purgeable status to yes.
Now trying clone the system :
Code:
sudo asr --source /dev/disk9s2s1 --target /dev/disk11 --erase
Password:
Validating target...done
Validating source...done
Erase contents of /dev/disk11 ()? [ny]: y
Replicating Volume replication failed - erreur 49197
Other test with the SnapshotName :
Code:
sudo asr --source /dev/disk9s2 -toSnapshot com.apple.bless.D68BB6D7-D6B9-452E-A352-237149B7AB1F --target /dev/disk11 --erase
Password:
Validating target...done
Validating source...done
Erase contents of /dev/disk11 ()? [ny]: y
Replicating Volume replication failed - erreur 49197
The right test with the original Snapshot :
Code:
sudo asr --source /dev/disk9s2 -toSnapshot com.apple.os.update-52789EBE26897E601E6D85ED97C1C94E59D8181D900028E5CAA085F2339E524E --target /dev/disk11 --erase
Password:
Validating target...done
Validating source...done
Erase contents of /dev/disk11 ()? [ny]: y
Replicating ....10....20....30....40....50....60....70....80....90....100
Replicating ....10....20....30....40....50....60....70....80....90....100
Restored target device is /dev/disk11s2.
Restore completed successfully.
What's work to clone, but don't boot on the target system.
Someone as the same problem?
Thanks for reading me.
Resolved
Trying boot -> give message ending with "Waiting for remote debugger connection.".
So booting on original Monterey I've try recreate the system Snapshot on the cloned volume :
1) mount the System Volume (the one without - Data extention)
2) mount it in RW mode :
Code:
sudo mount -uw /Volumes/Clone_Name
3) create the Snapshot (in verbose mode to verifie) :
Code:
sudo bless --folder /Volumes/Clone_Name/System/Library/CoreServices --bootefi --create--snapshot --verbose
And the cloned System boot well.
That I've not found is how to rename the Clone name in EFI boot choice.