Sujet unique Si « les informations du programme d'installation sur le serveur de récupération sont endommagées »

D'accord : c'était donc le volume Macintosh HD - Données qui faisait planter l'installation en destination directe.

- quand l'installation sera finie > le Mac va redémarrer sur l'OS Monterey installé de frais dans TEST. Tu vas avoir alors des écrans de paramétrages > puis un écran final te proposant de récupérer des données. Coche l'option : "À partir d'un Mac, d'une sauvegarde Time Machine ou d'un Disque de démarrage" --> et choisis le volume Macintosh HD - Données en source de la récupération. L'Assistant de migration (en charge ici) va scanner le volume et te proposer de récupérer : ton compte > les logiciels tiers > des réglages généraux => n'exclus rien et lance. Une récupération par l'Assistant de migration est toujours lente > avec un débit de copie variable.​

Tu n'auras qu'à dire si tu auras pu réouvrir ton ancienne session à la fin.

Note : si tout à bien marché > il restera à reformater le volume Macintosh HD - Données du haut de disque > relancer une installation depuis ta clé à sa destination > récupérer les données de TEST via l'Assistant de migration. En somme : répliquer l'opération que tu es en train de faire. Car un clonage direct (via la démo gratuite 1 mois de CCC) de la distribution de TEST => dans un conteneur de Macintosh HD reformaté --> n'est pas à encourager - à cause de la spécificité du volume-Système des derniers OS apfs. Bref : rends compte du résultat de l'opération actuelle et on avisera (demain pour moi) à effectuer une réplication dans le haut du disque. On pourra à la fin supprimer le Conteneur de TEST et récupérer son espace à celui du haut.
 
Super. Tu as un Terminal at: Applications > Utilitaires > Terminal. Passe la commande :
Bloc de code:
diskutil list
  • et poste le tableau des disques => que je récupère l'index d'appareil du Conteneur du haut du disque.
 
Bloc de code:
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *1.0 TB     disk0
   1:                        EFI ⁨EFI⁩                     209.7 MB   disk0s1
   2:                 Apple_APFS ⁨Container disk1⁩         700.0 GB   disk0s2
   3:                 Apple_APFS ⁨Container disk2⁩         299.9 GB   disk0s3

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +700.0 GB   disk1
                                 Physical Store disk0s2
   1:                APFS Volume ⁨Macintosh HD - Données⁩  151.4 GB   disk1s1
   2:                APFS Volume ⁨Preboot⁩                 331.1 MB   disk1s2
   3:                APFS Volume ⁨Recovery⁩                1.1 GB     disk1s3
   4:                APFS Volume ⁨VM⁩                      5.4 GB     disk1s4

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +299.9 GB   disk2
                                 Physical Store disk0s3
   1:                APFS Volume ⁨TEST - Données⁩          135.9 GB   disk2s1
   2:                APFS Volume ⁨Preboot⁩                 272.3 MB   disk2s2
   3:                APFS Volume ⁨Recovery⁩                1.1 GB     disk2s3
   4:                APFS Volume ⁨VM⁩                      1.1 MB     disk2s4
   5:                APFS Volume ⁨TEST⁩                    15.8 GB    disk2s5
   6:              APFS Snapshot ⁨com.apple.os.update-...⁩ 15.8 GB    disk2s5s1

/dev/disk3 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *31.0 GB    disk3
   1:                        EFI ⁨EFI⁩                     209.7 MB   disk3s1
   2:                  Apple_HFS ⁨Install macOS Monterey⁩  30.7 GB    disk3s2
 
Parfait. On va reformater la partition apfs du haut > et tu pourras répliquer le cycle que tu as effectué : installation dans le nouveau Conteneur depuis ta clé > puis récupération des données de TEST - Données. C'est parce que les installations directes à destination de Macintosh HD - Données avortaient chaque fois --> qu'on est obligé à ce va-et vient d'installation / récupération.

- passe la commande :​
Bloc de code:
diskutil ap deleteContainer disk1 "Macintosh HD"
  • la commande supprime l'apfs du haut > ce qui reformate un volume Macintosh HD standard

Poste le retour.
 
Bloc de code:
Started APFS operation on disk1
Deleting APFS Container with all of its APFS Volumes
Unmounting Volumes
Unmounting Volume "Macintosh HD - Données" on disk1s1
Unmounting Volume "Preboot" on disk1s2
Unmounting Volume "Recovery" on disk1s3
Unmounting Volume "VM" on disk1s4
Unmounting Volume "Update" on disk1s6
Deleting Volumes
Deleting Container
Wiping former APFS disks
Switching content types
1 new disk created or changed due to APFS operation
Disk from APFS operation: disk0s2
Finished APFS operation on disk1
Formatting disk0s2 as Mac OS Extended (Journaled) with name Macintosh HD
 
Comme on l'avait fait pour TEST > on convertit le volume Macintosh HD standard à l'apfs. Passe la commande :
Bloc de code:
diskutil ap convert disk0s2 ; diskutil list internal
  • la commande convertit Macintosh HD à l'apfs > puis affiche la configuration résultante du disque interne

Poste le retour.
 
Bloc de code:
Converting the volume on disk0s2 to an APFS Volume on an APFS Container
Started APFS operation on disk0s2 (Macintosh HD)
Converting HFS Volume to an APFS Container which will export one APFS Volume
The target is the Journaled HFS+ volume "Macintosh HD" backed by the GPT partition disk0s2
The target is a data disk; it is not a macOS system disk
Found APFS EFI driver /usr/standalone/i386/apfs.efi to install into the APFS Container
The target is not encrypted
Unmounting disk0s2
Starting conversion from HFS to APFS
Performing apfs_hfs_convert -x --verbose=0x400 --efi /usr/standalone/i386/apfs.efi /dev/disk0s2
Reporting pre-conversion statistics
Reporting post-conversion statistics
Successfully finished conversion from HFS to APFS
Successful conversion in commit mode so will switch type to APFS
Setting type of disk0s2 to APFS
Changing the physical disk partition type in shared mode
Partition modification attempt count was 1
Opening and closing disk0s2 to terminate old content driver
Expecting the new APFS Container at Physical Store disk0s2
Confirmed existence of new unencrypted APFS Volume disk1s1
Mounting APFS Volume disk1s1
APFS Volume mount attempt result was 0
Exiting conversion operations with error code 0
Disk from APFS operation: disk1s1
Finished APFS operation on disk0s2 (Macintosh HD)
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *1.0 TB     disk0
   1:                        EFI ⁨EFI⁩                     209.7 MB   disk0s1
   2:                 Apple_APFS ⁨Container disk1⁩         699.9 GB   disk0s2
   3:                 Apple_APFS ⁨Container disk2⁩         299.9 GB   disk0s3

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +699.9 GB   disk1
                                 Physical Store disk0s2
   1:                APFS Volume ⁨Macintosh HD⁩            778.2 KB   disk1s1

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +299.9 GB   disk2
                                 Physical Store disk0s3
   1:                APFS Volume ⁨TEST - Données⁩          135.5 GB   disk2s1
   2:                APFS Volume ⁨Preboot⁩                 272.3 MB   disk2s2
   3:                APFS Volume ⁨Recovery⁩                1.1 GB     disk2s3
   4:                APFS Volume ⁨VM⁩                      1.1 MB     disk2s4
   5:                APFS Volume ⁨TEST⁩                    15.8 GB    disk2s5
   6:              APFS Snapshot ⁨com.apple.os.update-...⁩ 15.8 GB    disk2s5s1
 
Parfait. Tu n'as plus qu'à répliquer à destination de Macintosh HD l'opération que tu as effectuée hier à destination de TEST -->

- redémarre avec "alt" > choisis le volume de ta clé : Install macOS Monterey et démarre dessus.​
- quand tu as l'écran aux Utilitaires macOS > lance l'option : "Installer macOS Monterey" => et choisis Macintosh HD en destination. On va assumer que l'installation ne bloquera pas à destination de ce volume vide pas plus qu'hier à destination de TEST vide.​
- en fin d'installation et après redémarrage du Mac > tu renseignes les écrans de configuration. Au dernier qui te propose de récupérer des données > tu coches la case : "À partir d'un Mac, d'une sauvegarde Time Machine ou d'un Disque de démarrage" --> et tu choisis TEST - Données (ou TEST s'il t'est seul proposé) comme source de migration.​

Tu n'auras qu'à dire si tu as bien pu réouvrir ta session (du Monterey du haut de disque cette fois).
 
Dans ta session de Macintosh HD > passe une commande :
Bloc de code:
diskutil list internal
  • et poste le tableau du disque interne obtenu => qu'on avise sa configuration actuelle.
 
Bloc de code:
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *1.0 TB     disk0
   1:                        EFI ⁨EFI⁩                     209.7 MB   disk0s1
   2:                 Apple_APFS ⁨Container disk2⁩         699.9 GB   disk0s2
   3:                 Apple_APFS ⁨Container disk1⁩         299.9 GB   disk0s3

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +299.9 GB   disk1
                                 Physical Store disk0s3
   1:                APFS Volume ⁨TEST - Données⁩          135.4 GB   disk1s1
   2:                APFS Volume ⁨Preboot⁩                 272.3 MB   disk1s2
   3:                APFS Volume ⁨Recovery⁩                1.1 GB     disk1s3
   4:                APFS Volume ⁨VM⁩                      1.1 MB     disk1s4
   5:                APFS Volume ⁨TEST⁩                    15.8 GB    disk1s5

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +699.9 GB   disk2
                                 Physical Store disk0s2
   1:                APFS Volume ⁨Macintosh HD - Données⁩  134.9 GB   disk2s1
   2:                APFS Volume ⁨Preboot⁩                 272.1 MB   disk2s2
   3:                APFS Volume ⁨Recovery⁩                1.1 GB     disk2s3
   4:                APFS Volume ⁨VM⁩                      1.1 MB     disk2s4
   5:                APFS Volume ⁨Macintosh HD⁩            15.8 GB    disk2s5
   6:              APFS Snapshot ⁨com.apple.os.update-...⁩ 15.8 GB    disk2s5s1
 
Passe la commande :
Bloc de code:
diskutil ap deleteContainer disk1 ; diskutil eraseVolume free null disk0s3 ; diskutil ap resizeContainer disk2 ; diskutil list internal
  • la commande : supprime l'apfs du bas (TEST) => ce qui reformate un volume Untitled sur la partition du bas > supprime la partition du bas (disk0s3) > récupère son espace (300 Go) au Conteneur du haut (Macintosh HD) et à sa partition de base (disk0s2) > ré-affiche la configuration interne

Poste le retour.
 
Bloc de code:
Started APFS operation on disk1
Deleting APFS Container with all of its APFS Volumes
Unmounting Volumes
Unmounting Volume "TEST - Données" on disk1s1
Unmounting Volume "Preboot" on disk1s2
Unmounting Volume "Recovery" on disk1s3
Unmounting Volume "VM" on disk1s4
Unmounting Volume "TEST" on disk1s5
Unmounting Volume "Update" on disk1s6
Deleting Volumes
Deleting Container
Wiping former APFS disks
Switching content types
1 new disk created or changed due to APFS operation
Disk from APFS operation: disk0s3
Finished APFS operation on disk1
Removing disk0s3 from partition map
Unable to find disk for disk0s3
Usage:  diskutil APFS resizeContainer <inputDisk> limits [-plist]
        diskutil APFS resizeContainer <inputDisk> <newSize> [<triple>*]
        where <inputDisk> = A Container Reference DiskIdentifier (preferred)
              or a Physical Store DiskIdentifier
              <newSize> = the desired new Container or Physical Store size
              <triple> = a { fileSystemPersonality, name, size } tuple
Resize an APFS Container. One of the Container's Physical Store disks will be
resized, and therefore the Container which it defines will be resized by an
equal amount. You do this by specifying a new Container size; to preview the
current available range, you can instead specify "limits"; no change will be
made. A new size of zero is taken as a request to do a grow-to-fit operation.
If the new size implies a shrink, you can specify ordered triples in the same
manner as `diskutil partitionDisk`, etc, to fill the partition map's free
space gap that would otherwise result. If there is more than one Physical Store
and you specify a Container Reference, the appropriate Physical Store will be
chosen automatically. Ownership of the affected disks is required, and all of
the Container's Volumes must be unencrypted or unlocked.
Example:  diskutil apfs resizeContainer disk5 110g
          diskutil apfs resizeContainer disk0s2 110g
          diskutil apfs resizeContainer disk5 0
          diskutil apfs resizeContainer disk5 1.5t jhfs+ foo 10g ms-dos BAR 0
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *1.0 TB     disk0
   1:                        EFI ⁨EFI⁩                     209.7 MB   disk0s1
   2:                 Apple_APFS ⁨Container disk2⁩         699.9 GB   disk0s2
                    (free space)                         300.1 GB   -

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +699.9 GB   disk2
                                 Physical Store disk0s2
   1:                APFS Volume ⁨Macintosh HD - Données⁩  135.6 GB   disk2s1
   2:                APFS Volume ⁨Preboot⁩                 272.1 MB   disk2s2
   3:                APFS Volume ⁨Recovery⁩                1.1 GB     disk2s3
   4:                APFS Volume ⁨VM⁩                      1.1 MB     disk2s4
   5:                APFS Volume ⁨Macintosh HD⁩            15.8 GB    disk2s5
   6:              APFS Snapshot ⁨com.apple.os.update-...⁩ 15.8 GB    disk2s5s1
 
Passe la commande de finalisation :
Bloc de code:
diskutil ap resizeContainer disk2 0b ; diskutil list internal
  • qui récupère les 300 Go virés en espace libre => au Conteneur apfs > puis ré-affiche la configuration du disque

Poste le retour.
 
Bloc de code:
Started APFS operation
Aligning grow delta to 300 129 349 632 bytes and targeting a new physical store size of 999 995 129 856 bytes
Determined the maximum size for the targeted physical store of this APFS Container to be 999 994 101 760 bytes
Resizing APFS Container designated by APFS Container Reference disk2
The specific APFS Physical Store being resized is disk0s2
Verifying storage system
Using live mode
Performing fsck_apfs -n -x -l /dev/disk0s2
Checking the container superblock
Checking the EFI jumpstart record
Checking the space manager
Checking the space manager free queue trees
Checking the object map
Checking the encryption key structures
Checking volume /dev/rdisk2s1
Checking the APFS volume superblock
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the document ID tree
Checking the fsroot tree
Verifying volume object map space
The volume /dev/rdisk2s1 appears to be OK
Checking volume /dev/rdisk2s2
Checking the APFS volume superblock
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Verifying volume object map space
The volume /dev/rdisk2s2 appears to be OK
Checking volume /dev/rdisk2s3
Checking the APFS volume superblock
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Verifying volume object map space
The volume /dev/rdisk2s3 appears to be OK
Checking volume /dev/rdisk2s4
Checking the APFS volume superblock
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Verifying volume object map space
The volume /dev/rdisk2s4 appears to be OK
Checking volume /dev/rdisk2s5
Checking the APFS volume superblock
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking snapshot 1 of 1 (com.apple.os.update-EA882DCA7A28EBA0A6E94689836BB10D77D84D1AEE2468E17775A447AA815278)
Checking the extent ref tree
Checking the fsroot tree
Checking the file extent tree
Verifying volume object map space
The volume /dev/rdisk2s5 appears to be OK
Checking volume /dev/rdisk2s6
Checking the APFS volume superblock
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Verifying volume object map space
The volume /dev/rdisk2s6 appears to be OK
Verifying allocated space
The container /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Growing APFS Physical Store disk0s2 from 699 865 780 224 to 999 995 129 856 bytes
Modifying partition map
Growing APFS data structures
Finished APFS operation
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *1.0 TB     disk0
   1:                        EFI ⁨EFI⁩                     209.7 MB   disk0s1
   2:                 Apple_APFS ⁨Container disk2⁩         1000.0 GB  disk0s2

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +1000.0 GB  disk2
                                 Physical Store disk0s2
   1:                APFS Volume ⁨Macintosh HD - Données⁩  135.6 GB   disk2s1
   2:                APFS Volume ⁨Preboot⁩                 272.1 MB   disk2s2
   3:                APFS Volume ⁨Recovery⁩                1.1 GB     disk2s3
   4:                APFS Volume ⁨VM⁩                      1.1 GB     disk2s4
   5:                APFS Volume ⁨Macintosh HD⁩            15.8 GB    disk2s5
   6:              APFS Snapshot ⁨com.apple.os.update-...⁩ 15.8 GB    disk2s5s1