bonjour j'aimerai savoir comment fair avec boot camp j'ai ce probleme Le disque de démarrage doit êt

Bloc de code:
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *3.0 TB     disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk2         2.7 TB     disk0s2
   3:                  Apple_HFS Untitled                302.7 GB   disk0s3

/dev/disk1 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *121.3 GB   disk1
   1:                        EFI EFI                     209.7 MB   disk1s1
   2:                 Apple_APFS Container disk2         121.1 GB   disk1s2

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +2.8 TB     disk2
                                 Physical Stores disk1s2, disk0s2
   1:                APFS Volume Macintosh HD            1.7 TB     disk2s1
   2:                APFS Volume Preboot                 42.9 MB    disk2s2
   3:                APFS Volume Recovery                509.8 MB   disk2s3
   4:                APFS Volume VM                      2.1 GB     disk2s4
Et voila @macomaniac
 
Passe la commande :
Bloc de code:
diskutil eraseVolume free null disk0s3 ; diskutil ap resizeContainer disk2 0b ; diskutil list

  • la commande supprime la partition du volume Untitled > récupère son espace au Conteneur du Fusion Drive (et spécifiquement à la partition apfs du HDD) > réaffiche le tableau des disques

Poste l'ensemble de l'affichage retourné.
 
Bloc de code:
esizeContainer disk2 0b ; diskutil list
Unable to find disk for disk0s3
aStarted APFS operation
Aligning grow delta to 16 777 216 bytes and targeting a new physical store size of 2 697 534 091 264 bytes
Determined the maximum size for the targeted physical store of this APFS Container to be 2 697 534 091 264 bytes
Resizing APFS Container designated by APFS Container Reference disk2
The specific APFS Physical Store being resized is disk1s2
Verifying storage system
Using live mode
Performing fsck_apfs -n -x -l -S /dev/disk0s2
Checking the container superblock
Checking the fusion superblock
Checking the EFI jumpstart record
Checking the space manager
Checking the space manager free queue trees
Checking the object map
Checking the Fusion data structures
Checking volume
Checking the APFS volume superblock
The volume Macintosh HD was formatted by hfs_convert (945.200.129) and last modified by apfs_kext (945.260.7)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Checking volume
Checking the APFS volume superblock
The volume Preboot was formatted by hfs_convert (945.200.129) and last modified by apfs_kext (945.260.7)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Checking volume
Checking the APFS volume superblock
The volume Recovery was formatted by diskmanagementd (945.200.129) and last modified by apfs_kext (945.260.7)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Checking volume
Checking the APFS volume superblock
The volume VM was formatted by apfs.util (945.260.7) and last modified by apfs_kext (945.260.7)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Verifying allocated space
The volume /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Growing APFS Physical Store disk1s2 from 2 697 517 314 048 to 2 697 534 091 264 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/disk1 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *3.0 TB     disk1
   1:                        EFI EFI                     209.7 MB   disk1s1
   2:                 Apple_APFS Container disk2         2.7 TB     disk1s2
   3:                  Apple_HFS Untitled                302.7 GB   disk1s3

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +2.8 TB     disk2
                                 Physical Stores disk0s2, disk1s2
   1:                APFS Volume Macintosh HD            1.7 TB     disk2s1
   2:                APFS Volume Preboot                 42.9 MB    disk2s2
   3:                APFS Volume Recovery                509.8 MB   disk2s3
   4:                APFS Volume VM                      2.1 GB     disk2s4
Et voila @macomaniac
 
Je ne vois pas pourquoi la partition du disque Untitled n'est pas trouvée sous l'index disk0s3 (correspondant au dernière tableau des disques posté). À moins ... que tu n'aies redémarré et que la partition n'ait été disk1s3 au moment où tu as passé la commande !

Bref : passe la commande (copier-coller - va jusqu'au list final) :
Bloc de code:
diskutil eraseVolume free null disk0s3 ; diskutil eraseVolume free null disk1s3 ; diskutil ap resizeContainer disk2 0b ; diskutil list

  • il y a 2 commandes de suppression de partition en tête de cette concaténation - dont une des deux sera nécessairement vraie si l'autre est fausse (peu importe laquelle) : soit une disk0s3 sera supprimée (si elle existe) & une suppression de disk1s3 sera avortée (si elle n'existe pas) > soit une disk1s3 sera supprimée (si elle existe) & une suppression de disk0s3 sera avortée (si elle n'existe pas) => à partir de quoi le Conteneur du Fusion Drive sera dilaté de l'espace de 320 Go libéré d'une façon ou d'une autre > avant que soit réaffiché le tableau des disques

Poste l'ensemble de l'affichage retourné une fois de plus.
 
Est-ce que tu as passé ma commande du message #44 ?

- si oui > passe une commande :
Bloc de code:
diskutil list

  • et poste le tableau des disques => que je voie le résultat.
- si non > passe-la et poste son retour.​
 
Bloc de code:
Unable to find disk for disk0s3
Started erase on disk1s3 Untitled
Unmounting disk
Finished erase on disk1
Started APFS operation
Aligning grow delta to 302 849 134 592 bytes and targeting a new physical store size of 3 000 383 225 856 bytes
Determined the maximum size for the targeted physical store of this APFS Container to be 3 000 382 197 760 bytes
Resizing APFS Container designated by APFS Container Reference disk2
The specific APFS Physical Store being resized is disk1s2
Verifying storage system
Using live mode
Performing fsck_apfs -n -x -l -S /dev/disk0s2
Checking the container superblock
Checking the fusion superblock
Checking the EFI jumpstart record
Checking the space manager
Checking the space manager free queue trees
Checking the object map
Checking the Fusion data structures
Checking volume
Checking the APFS volume superblock
The volume Macintosh HD was formatted by hfs_convert (945.200.129) and last modified by apfs_kext (945.260.7)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Checking volume
Checking the APFS volume superblock
The volume Preboot was formatted by hfs_convert (945.200.129) and last modified by apfs_kext (945.260.7)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Checking volume
Checking the APFS volume superblock
The volume Recovery was formatted by diskmanagementd (945.200.129) and last modified by apfs_kext (945.260.7)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Checking volume
Checking the APFS volume superblock
The volume VM was formatted by apfs.util (945.260.7) and last modified by apfs_kext (945.260.7)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking the extent ref tree
Checking the fsroot tree
Verifying allocated space
The volume /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Growing APFS Physical Store disk1s2 from 2 697 534 091 264 to 3 000 383 225 856 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/disk1 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *3.0 TB     disk1
   1:                        EFI EFI                     209.7 MB   disk1s1
   2:                 Apple_APFS Container disk2         3.0 TB     disk1s2

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +3.1 TB     disk2
                                 Physical Stores disk0s2, disk1s2
   1:                APFS Volume Macintosh HD            1.7 TB     disk2s1
   2:                APFS Volume Preboot                 42.9 MB    disk2s2
   3:                APFS Volume Recovery                509.8 MB   disk2s3
   4:                APFS Volume VM                      2.1 GB     disk2s4
Et voila @macomaniac
 
Enfin ! - cette mention -->
Bloc de code:
   0:      APFS Container Scheme -                      +3.1 TB     disk2

  • montre que tu as récupéré un Conteneur apfs du Fusion Drive de 3,1 To. Aucune erreur dans l'apfs.

=> tu peux lancer une installation de Windows si tu le souhaites. En cas de problèmes avec l'installation de Windows --> ce sera plutôt Locke ton interlocuteur.
 
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         121.1 GB   disk0s2

/dev/disk1 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *3.0 TB     disk1
   1:                        EFI EFI                     209.7 MB   disk1s1
   2:                 Apple_APFS Container disk2         3.0 TB     disk1s2

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +3.1 TB     disk2
                                 Physical Stores disk0s2, disk1s2
   1:                APFS Volume Macintosh HD            1.7 TB     disk2s1
   2:                APFS Volume Preboot                 42.9 MB    disk2s2
   3:                APFS Volume Recovery                509.8 MB   disk2s3
   4:                APFS Volume VM                      2.1 GB     disk2s4
Voila @macomaniac
 
Et juste pour savoir la prochaine fois qu'est ce que je doit faire pour suprimmer bootcamp corectement
Tout simplement relancer Assistant Boot Camp et sélectionner Restaurer qui aura pour effet de supprimer proprement la partition de Windows. Surtout, mais surtout, ne jamais utiliser Utilitaire de disque sous peine de devoir repasser des lignes de commandes via le Terminal. ;)
 
Bonjour @Locke au moment où j’installe Windows j’ai choisi Windows professionnelle je choisi l’espace bootcamp mais il me dit que je ne peut pas car c’est un espace de type GPT ou quelque chose comme sa.
 
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         121.1 GB   disk0s2

/dev/disk1 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *3.0 TB     disk1
   1:                        EFI EFI                     209.7 MB   disk1s1
   2:                 Apple_APFS Container disk2         2.3 TB     disk1s2

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +2.4 TB     disk2
                                 Physical Stores disk0s2, disk1s2
   1:                APFS Volume Macintosh HD            1.7 TB     disk2s1
   2:                APFS Volume Preboot                 42.9 MB    disk2s2
   3:                APFS Volume Recovery                509.8 MB   disk2s3
   4:                APFS Volume VM                      2.1 GB     disk2s4

/dev/disk3 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *15.9 GB    disk3
   1:               Windows_NTFS WinInstall              15.9 GB    disk3s1
Et surtout @macomaniac en voulant installe windows l'espace a disparu
 
Si j'en crois le résultat du Terminal, ton Mac possède l'option FusionDrive de 3 To, or à une époque il y avait un problème avec cette taille, un peu de lecture... https://www.macg.co/2013/01/utiliser-boot-camp-sur-un-volume-de-3-71882 ...notre ami macomaniac te répondra mieux à ce sujet de limitation.

Officiellement chez Apple... https://support.apple.com/fr-fr/HT209057

Mais bon, comme cela a été décortiqué en réponse #6, il faudrait savoir quel fichier .iso tu utilises ? Par défaut le nom exact du fichier est Win10_1903_V1_French_x64.iso.

On ignore tout de ton Mac, que dis /A propos de ce Mac ? Une copie écran serait la bienvenue.
 
au moment où j’installe Windows j’ai choisi Windows professionnelle je choisi l’espace bootcamp mais il me dit que je ne peut pas car c’est un espace de type GPT ou quelque chose comme sa.
Durant l'installation de Windows, tu as cet écran...

Boot 04 Mac récent.png

...c'est à ce moment qu'il faut sélectionner impérativement la partition en majuscules BOOTCAMP, sélectionner Formater et un clic sur Suivant. Que se passe-t-il ?
 
@Locke j'ai mis suprimmer au lieu de formater sans faire expres est ce ratrapable ?
Ben non, il faut tout recommencer, à commencer par relancer Assistant Boot Camp et voir si l'option Restaurer se déroule normalement sans erreur. S'il n'y a aucune erreur, tu relances Assistant Boot Camp et tu continues.
 
Je n’arrive toujour pas même en mettant formater il ne me laisse pas c’est écrit impossible espace GPT

@macomaniac @Locke que dois-je faire au moment de selectionner ma partition bootcamp même en formatent le message d'erreur apparaît
 
Dernière édition par un modérateur: