10.14 Mojave Partition supprimée ?

Content pour toi en ce qui concerne l'installation de Mojave dans le volume Fusion de l'apfs.

Merci encore, c'est clairement grâce à ton aide !

Le volume BOOTCAMP a manifestement trinqué dans l'opération. Quelle était la version de Windows installée : Windows 10 ? - est-ce que tu veux supprimer cette partition > et récupérer son espace --> afin de pouvoir la recréer de neuf avec l'Assistant BootCamp ?

Oui c'était bien Windows 10, on peut supprimer l'ensemble, récupérer l'espace et ainsi recréer par la suite.
Si tu peux à nouveau m'aider à réaliser cela bien entendu.
 
Tu trouves le Terminal de macOS at: Applications > Utilitaires > Terminal. Passe la commande :
Bloc de code:
diskutil list

  • et poste le tableau des disques dans une fenêtre de code.
 
Ok voici :

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 disk2         827.3 GB   disk0s2
   3:       Microsoft Basic Data BOOTCAMP                172.2 GB   disk0s3
   4:           Windows Recovery                         511.7 MB   disk0s4

/dev/disk1 (internal):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                         28.0 GB    disk1
   1:                        EFI EFI                     314.6 MB   disk1s1
   2:                 Apple_APFS Container disk2         27.7 GB    disk1s2

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +855.0 GB   disk2
                                 Physical Stores disk0s2, disk1s2
   1:                APFS Volume Macintosh HD            105.2 GB   disk2s1
   2:                APFS Volume Preboot                 47.4 MB    disk2s2
   3:                APFS Volume Recovery                517.0 MB   disk2s3
   4:                APFS Volume VM                      3.2 GB     disk2s4
 
Passe la commande (copier-coller - déroule-la bien jusqu'au list final pour la copier toute) :
Bloc de code:
diskutil eraseVolume free null disk0s4 ; diskutil eraseVolume free null disk0s3 ; diskutil ap resizeContainer disk2 0b ; diskutil list

  • cette commande concaténée : supprime les 2 partitions Windows > récupére leur espace au Conteneur apfs (et spécifiquement à sa partition du HDD disk0s2 > réaffiche le tableau des disques

Poste l'ensemble de l'affichage retourné > pour voir s'il n'y a pas eu de blocage dans l'enchaînement...
 
Voici le résultat de la commande. Je pense que ça a fonctionner vu l'espace à présent disponible sur ma partition "MacOS"

Bloc de code:
Started erase on disk0s4
Unmounting disk
Finished erase on disk0
Started erase on disk0s3 BOOTCAMP
Unmounting disk
Finished erase on disk0
Started APFS operation
Aligning grow delta to 172 667 637 760 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 -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 diskmanagementd (945.230.6) and last modified by apfs_kext (945.230.6)
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 diskmanagementd (945.230.6) and last modified by apfs_kext (945.230.6)
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.230.6) and last modified by apfs_kext (945.230.6)
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.230.6) and last modified by apfs_kext (945.230.6)
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
Performing deferred repairs
The volume /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Growing APFS Physical Store disk0s2 from 827 327 492 096 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/disk1 (internal):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                         28.0 GB    disk1
   1:                        EFI EFI                     314.6 MB   disk1s1
   2:                 Apple_APFS Container disk2         27.7 GB    disk1s2

/dev/disk2 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +1.0 TB     disk2
                                 Physical Stores disk0s2, disk1s2
   1:                APFS Volume Macintosh HD            105.2 GB   disk2s1
   2:                APFS Volume Preboot                 47.4 MB    disk2s2
   3:                APFS Volume Recovery                517.0 MB   disk2s3
   4:                APFS Volume VM                      3.2 GB     disk2s4
 
Parfait : tu as récupéré tout l'espace libéré par la suppression des partitions. RAS.

Tu peux relancer l'Assistant BootCamp.