10.13 High Sierra "impossible de créer un volume prédémarrage pour installation APFS"

Passe la commande préalable (copier-coller) :
Bloc de code:
diskutil ap resizeContainer disk1 900g jhfs+ TEST 0b ; diskutil list
  • la commande rétrécit le Conteneur à 900 Go > crée un volume TEST de 100 Go > réaffiche le tableau des disques

Poste le retour intégral de la commande. L'OS High Sierra comporte tellement de bogues => que j'ai appris la méfiance. Un de ces bogues affecte l'installation de l'apfs en verrouillant le Conteneur apfs à sa taille actuelle suite à une erreur interne. Si c'était le cas chez toi > tu serais bien content de redémarrer sur le volume de secours OS X Base System non encore effacé pour de nouveau : supprimer / recréer l'apfs avant de réinstaller - tu vois ? Si ça marche par contre => hop ! on apure ensuite l'espace disque.
 
Bon je crois comprendre a peu près...
Dans ce cas, ne serait-il pas plus Secure pour moi de ne toucher a rien, si jamais??
Bloc de code:
Last login: Sat Dec  5 21:55:44 on ttys000
iMac-de-Michael:~ michael$ diskutil ap resizeContainer disk1 900g jhfs+ TEST 0b ; diskutil list
Started APFS operation
Aligning shrink delta to 145 000 001 536 bytes and targeting a new physical store size of 899 999 997 952 bytes
Determined the minimum size for the targeted physical store of this APFS Container to be 15 036 993 536 bytes
Resizing APFS Container designated by APFS Container Reference disk1
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
Verifying allocated space
The volume /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Shrinking APFS Physical Store disk0s2 from 1 044 999 999 488 to 899 999 997 952 bytes
Shrinking APFS data structures
Shrinking partition
Modifying partition map
Initialized /dev/rdisk0s5 as a 135 GB case-insensitive HFS Plus volume with a 16384k journal
Mounting disk
1 new disk created or changed due to APFS operation
Disk from APFS operation: disk0s5
Finished APFS operation
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *1.1 TB     disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk1         900.0 GB   disk0s2
   3:                  Apple_HFS TEST                    144.9 GB   disk0s5
   4:                  Apple_HFS OS X Base System        4.9 GB     disk0s3

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +900.0 GB   disk1
                                 Physical Store disk0s2
   1:                APFS Volume Macintosh HD            14.0 GB    disk1s1
   2:                APFS Volume Preboot                 26.6 MB    disk1s2
   3:                APFS Volume Recovery                516.2 MB   disk1s3
   4:                APFS Volume VM                      20.5 KB    disk1s4

iMac-de-Michael:~ michael$
 
Parfait ! l'apfs a une élasticité sans défaut. Bon ! on apure la situation. Passe la commande (copier-coller) :
Bloc de code:
diskutil eraseVolume free null disk0s3 ; diskutil eraseVolume free null disk0s5 ; diskutil ap resizeContainer disk1 0b ; diskutil list
  • la commande supprime les partitions OS X Base System & TEST > récupère tout l'espace libéré au Conteneur apfs (et à sa partition de base) > ré-affiche le tableau des disques

Poste le retour intégral de la commande.
 
ET voila...
Bloc de code:
Last login: Sat Dec  5 22:09:20 on ttys000
iMac-de-Michael:~ michael$ diskutil eraseVolume free null disk0s3 ; diskutil eraseVolume free null disk0s5 ; diskutil ap resizeContainer disk1 0b ; diskutil list
Started erase on disk0s3 OS X Base System
Unmounting disk
Finished erase on disk0
Started erase on disk0s5 TEST
Unmounting disk
Finished erase on disk0
Started APFS operation
Aligning grow delta to 150 004 834 304 bytes and targeting a new physical store size of 1 050 004 832 256 bytes
Determined the maximum size for the targeted physical store of this APFS Container to be 1 050 003 804 160 bytes
Resizing APFS Container designated by APFS Container Reference disk1
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
Verifying allocated space
The volume /dev/disk0s2 appears to be OK
Storage system check exit code is 0
Growing APFS Physical Store disk0s2 from 899 999 997 952 to 1 050 004 832 256 bytes
Modifying partition map
Growing APFS data structures
Finished APFS operation
/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *1.1 TB     disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:                 Apple_APFS Container disk1         1.1 TB     disk0s2

/dev/disk1 (synthesized):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      APFS Container Scheme -                      +1.1 TB     disk1
                                 Physical Store disk0s2
   1:                APFS Volume Macintosh HD            14.0 GB    disk1s1
   2:                APFS Volume Preboot                 26.6 MB    disk1s2
   3:                APFS Volume Recovery                516.2 MB   disk1s3
   4:                APFS Volume VM                      20.5 KB    disk1s4

iMac-de-Michael:~ michael$
 
Super. Vraiment un grand merci d'avoir passé autant de temps... Et je dois pas être le premier qui te remercie....
Très belles fêtes de fin d'années...
 
Bon c'est encore moi.
Pourrai tu m'orienter vers le bon fil de discussions?
Le forum est bien rempli et je n'ai pas trouvé de réponse

Impossible de récupérer ma sauvegarde TimeMachine depuis mon serveur Nas Synology.
Dans la fenêtre "Transférer des données vers ce Mac", il me propose bien mon NAS, je le sélectionne, il me demande de rentrer le nom et le mot de passe pour accéder au NAS, ce que je fais puis après, il ne se passe plus rien....:(
 
Je pense que tu pourrais créer un sujet sur ce forum : ☞Utilitaires☜ (clique le lien rouge).

- note : je suis incompétent sur ton problème de Time Machine.​
 
Bon je progresse doucement...
J’ai réussi à récupérer la sauvegarde mais elle a planté en cours de restauration.
Avant de retenté, je pensais refaire une nouvelle base propre, avec une réinstallation de l’OS, mais j’ai un peu peur de me retrouver dans la même situation que le sujet de ce post..,
Qu’en penses tu?
 
Est-ce que tu peux toujours ouvrir ta session d'utilisateur ?

- si oui : retente une récupération de ta sauvegarde TM.​