MacBook Pro Plantage complet lors de la mise à jour high sierra

Alors la clé attachée > repasse un :
Bloc de code:
diskutil list

  • et reposte le tableau des disques

=> je veux être sûr de l'index de disque de la clé (avec des périphériques > les index ont vide fait de changer).
 
Bloc de code:
  list                 (List the partitions of a disk)
     info[rmation]        (Get information on a specific disk or partition)
     listFilesystems      (List file systems available for formatting)
     activity             (Continuous log of system-wide disk arbitration)

     u[n]mount            (Unmount a single volume)
     unmountDisk          (Unmount an entire disk (all volumes))
     eject                (Eject a disk)
     mount                (Mount a single volume)
     mountDisk            (Mount an entire disk (all mountable volumes))

     enableJournal        (Enable HFS+ journaling on a mounted HFS+ volume)
     disableJournal       (Disable HFS+ journaling on a mounted HFS+ volume)
     moveJournal          (Move the HFS+ journal onto another volume)
     enableOwnership      (Exact on-disk User/Group IDs on a mounted volume)
     disableOwnership     (Ignore on-disk User/Group IDs on a mounted volume)

     rename[Volume]       (Rename a volume)

     verifyVolume         (Verify the file system data structures of a volume)
     repairVolume         (Repair the file system data structures of a volume)

     verifyDisk           (Verify the components of a partition map of a disk)
     repairDisk           (Repair the components of a partition map of a disk)

     eraseDisk            (Erase an existing disk, removing all volumes)
     eraseVolume          (Erase an existing volume)
     reformat             (Erase an existing volume with same name and type)
     eraseOptical         (Erase optical media (CD/RW, DVD/RW, etc.))
     zeroDisk             (Erase a disk, writing zeros to the media)
     randomDisk           (Erase a disk, writing random data to the media)
     secureErase          (Securely erase a disk or freespace on a volume)

     partitionDisk        ((re)Partition a disk, removing all volumes)
     resizeVolume         (Resize a volume, increasing or decreasing its size)
     splitPartition       (Split an existing partition into two or more)
     mergePartitions      (Combine two or more existing partitions into one)

     appleRAID <verb>     (Perform additional verbs related to AppleRAID)
     coreStorage <verb>   (Perform additional verbs related to CoreStorage)
     apfs <verb>          (Perform additional verbs related to APFS)

diskutil <verb> with no options will provide help on that verb
 
Tu as dû faire une erreur de saisie de ta commande. Fais un copier-coller direct de :
Bloc de code:
diskutil list

  • exécute la commande > et poste le tableau des disques.
 
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_HFS Mac HD                  999.3 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3

/dev/disk1 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *2.0 TB     disk1
   1:                        EFI EFI                     209.7 MB   disk1s1
   2:                  Apple_HFS My Book 2 to            2.0 TB     disk1s2

/dev/disk2 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *4.0 TB     disk2
   1:                        EFI EFI                     209.7 MB   disk2s1
   2:                  Apple_HFS Mon disque              2.0 TB     disk2s2
   3:                  Apple_HFS Données                 2.0 TB     disk2s3

/dev/disk3 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *64.0 GB    disk3
   1:                 DOS_FAT_32 E                       64.0 GB    disk3s1

C'est la même chose il me semble que le premier envoyé
 
En effet : la clé est toujours disk3.

Passe la commande (copier-coller) :
Bloc de code:
diskutil partitionDisk disk3 gpt jhfs+ CLE 8g jhfs+ Brol 0b

  • la commande inscrit une table GPT > et crée 2 partitions au format jhfs+ : une de 8 Go avec un volume CLE > et une autre de 56 Go (environ) avec un volume Brol

Poste l'affichage retourné.
 
Bloc de code:
Started partitioning on disk3
Unmounting disk
Creating the partition map
Waiting for partitions to activate
Formatting disk3s2 as Mac OS Extended (Journaled) with name CLE
Initialized /dev/rdisk3s2 as a 7 GB case-insensitive HFS Plus volume with a 8192k journal
Mounting disk
Formatting disk3s3 as Mac OS Extended (Journaled) with name Brol
Initialized /dev/rdisk3s3 as a 52 GB case-insensitive HFS Plus volume with a 8192k journal
Mounting disk
Finished partitioning on disk3
/dev/disk3 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *64.0 GB    disk3
   1:                        EFI EFI                     209.7 MB   disk3s1
   2:                  Apple_HFS CLE                     7.9 GB     disk3s2
   3:                  Apple_HFS Brol                    55.7 GB    disk3s3
 
Parfait.

Est-ce que tu as bien un Installer macOS High Sierra dans les Applications : tu le confirmes ?
 
J'ai fait juste une installation en faisant la maj la première fois où ça a planté. Mais là je vois bien dans mes applications un installer macOs High Sierra. C'est bien là
 
Alors passe la commande (copier-coller - déroule-la bien jusqu'au bout) :
Bloc de code:
sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/CLE --applicationpath /Applications/Install\ macOS\ High\ Sierra.app --nointeraction

  • à exécution > une demande de password s'affiche (commande sudo) --> tape ton mot-de-passe de session admin en aveugle - aucun caractère ne se montrant à la frappe - et revalide
  • la commande reformate le volume CLE > le renomme Install macOS High Sierra > copie les ressources d'installation (5,2 Go) > crée les fichiers de démarrage de l'OS d'installation recelé > inscrit un chemin de démarrage sur l'en-tête du volume

=> tu en as pour un moment (ça peut prendre 10'). Poste l'affichage retourné.
 
Bloc de code:
Last login: Wed Sep 26 15:35:49 on ttys000
/.bash_sessions: Operation not permitted
sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/CLE --applicationpath /Applications/Install\ macOS\ High\ Sierra.app --nointeraction
Password:
Sorry, try again.
Password:
Erasing Disk: 0%... 10%... 20%... 30%...100%...
Copying installer files to disk...
 
Dernière édition:
Bloc de code:
copie les ressources d'installation (5,2 Go) > crée les fichiers de démarrage de l'OS d'installation recelé > inscrit un chemin de démarrage sur l'en-tête du volume
Ça je m'y perds complètement
 
Ah pardon : la copie est en train de s'effectuer.

Attends le réaffichage de l'invite de commande iMac-de-Nicole:~ nicolerivard$ en signal de complétion.
 
Tu ne peux pas le voir (opération mutique) --> tu attends le réaffichage de l'invite de commande iMac-de-Nicole:~ nicolerivard$.