MacBook Air "Le disque de démarrage doit être formaté en un seul volume Mac OS étendu (journalisé) ou avoir déjà été partitionné par Assistant Boot Camp pour l’in

Admori

Membre enregistré
6 Janvier 2020
8
0
25
Bonjour, je cherche un moyen de récupérer une partition unique, le téléchargement via Boot Camp a planté et je n'ai pas pu récupérer ma partition.
Voici des screens, j'ai cherché parmi les sujets mais après de multiples tentatives seules je galère. :c
Merci d'avance pour l'assistance :)
 
Voici des screens associés
 

Fichiers joints

  • Capture d’écran 2020-01-06 à 16.53.12.png
    Capture d’écran 2020-01-06 à 16.53.12.png
    394 KB · Affichages: 141
  • Capture d’écran 2020-01-06 à 16.54.52.png
    Capture d’écran 2020-01-06 à 16.54.52.png
    432,5 KB · Affichages: 131
Bonsoir Admori

Voici comment tu vas pouvoir fournir les informations de base -->

- va à : Applications > Utilitaires > lance le «Terminal». Dans la fenêtre ouverte > saisis la commande informative (ce qui est inscrit sous Bloc de code) :​
Bloc de code:
diskutil list
et ↩︎ (presse la touche "Entrée" du clavier pour exécuter la commande)

  • tu vas voir s'afficher le tableau des disques attachés au Mac (en interne / externe) > avec leurs configurations

Poste le retour en copier-coller > en veillant à faire le coller dans une fenêtre de code (c'est plus lisible !) par le procédé suivant -->

- utilise le menu ...▾ (à droite de la bobine souriante) dans la barre de menus au-dessus du champ de saisie d'un message > sous-menu : </> Bloc de code => tu fais ton coller dans la fenêtre de code et Continuer.

=> ces informations montreront la configuration du disque.
 
Bloc de code:
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *121.3 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk2         83.0 GB    disk0s2
   3:       Microsoft Basic Data OSXRESERVED             8.0 GB     disk0s3
   4:                 Apple_APFS Container disk1         30.1 GB    disk0s4

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +30.1 GB    disk1
                                 Physical Store disk0s4
   1:                APFS Volume Preboot                 21.2 MB    disk1s2
   2:                APFS Volume Recovery                20.5 KB    disk1s3
   3:                APFS Volume ASRNewVolume_692        843.8 KB   disk1s1

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +83.0 GB    disk2
                                 Physical Store disk0s2
   1:                APFS Volume ssd                     79.2 GB    disk2s1
   2:                APFS Volume Preboot                 21.3 MB    disk2s2
   3:                APFS Volume Recovery                519.6 MB   disk2s3
   4:                APFS Volume VM                      2.1 GB     disk2s4
   5:                APFS Volume Sans titre              892.9 KB   disk2s5
 
Merci pour votre réponse si rapide, je vais essayer de faire les manipulations le plus vite et correctement possible.
 
Passe la commande (copier-coller - copie-la bien jusqu'au list final) :
Bloc de code:
diskutil ap deleteContainer disk1 ; diskutil eraseVolume free null disk0s3 ; diskutil eraseVolume free null disk0s4 ; diskutil ap resizeContainer disk2 0b ; diskutil list

  • cette commande concaténée : supprime l'apfs de bas de disque (ce qui reformate un volume Untitled standard sur la partition n°4) > supprime la partition n°3 OSX RESERVED > supprime la partition n°4 Untitled > récupère l'espace libéré au Conteneur du haut et à sa partition primaire n°2 > réaffiche le tableau des disques

Poste le retour intégral de la commande.
 
Dernière édition par un modérateur:
Bloc de code:
Started APFS operation on disk1
Deleting APFS Container with all of its APFS Volumes
Unmounting Volumes
Unmounting Volume "Preboot" on disk1s2
Unmounting Volume "Recovery" on disk1s3
Unmounting Volume "ASRNewVolume_692" on disk1s1
Deleting Volumes
Deleting Container
Wiping former APFS disks
Switching content types
Reformatting former APFS disks
Initialized /dev/rdisk0s4 as a 28 GB case-insensitive HFS Plus volume with a 8192k journal
Mounting disk
1 new disk created or changed due to APFS operation
Disk from APFS operation: disk0s4
Finished APFS operation on disk1
Started erase on disk0s3 OSXRESERVED
Unmounting disk
Finished erase on disk0
Started erase on disk0s4 Untitled
Unmounting disk
Finished erase on disk0
Started APFS operation
Aligning grow delta to 38 123 073 536 bytes and targeting a new physical store size of 121 123 069 952 bytes
Determined the maximum size for the targeted physical store of this APFS Container to be 121 122 041 856 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 volume
Checking the container superblock
Checking the EFI jumpstart record
Checking the space manager
Checking the object map
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Checking the APFS volume superblock
Checking the object map
Checking the fsroot tree
Checking the snapshot metadata tree
Checking the extent ref tree
Checking the snapshots
Verifying allocated space
The volume /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Growing APFS Physical Store disk0s2 from 82 999 996 416 to 121 123 069 952 bytes
Modifying partition map
Growing APFS data structures
Finished APFS operation
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *121.3 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk2         121.1 GB   disk0s2

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +121.1 GB   disk2
                                 Physical Store disk0s2
   1:                APFS Volume ssd                     79.0 GB    disk2s1
   2:                APFS Volume Preboot                 21.3 MB    disk2s2
   3:                APFS Volume Recovery                519.6 MB   disk2s3
   4:                APFS Volume VM                      2.1 GB     disk2s4
   5:                APFS Volume Sans titre              905.2 KB   disk2s5
 
Comme tu peux le voir : problème résolu.

- tu as récupéré un Conteneur apfs de 121,1 Go (exporté d'une partition primaire n°2 de la même taille) - soit la totalité de l'espace-disque disponible (abstraction faite de la petite partition EFI de 209 Mo de rigueur avec une table de partition GPT).​
 
Je te remercie fortement pour cet précieuse aide. Tout seul c'était pas gagner ! Merci beaucoup ! à bientot (certainement)