10.15 Catalina Bug au démarrage

Hé ! hé ! --> "no such file or directory" (aucun fichier ou dossier de ce nom trouvé à l'adresse donnée). Donc le cache mbr_cache a bien été supprimé. Et rm a fait ensuite comme si l'absence de l'objet avait fait rater a priori la commande. Tu as donc bénéficié du bogue de la commande rm. Peu importe : l'important est que le cache ait été supprimé.

- passe la nouvelle commande :​
Bloc de code:
kextcache -u /Volumes/"Macintosh HD"

  • la commande met-à-jour le cache-Système prelinkedkernel > chargé par le lanceur boot.efi au démarrage

=> est-ce que tu as obtenu un retour ?

Note : la commande est kextcache.
 
Il arrive que la commande kextcache passe > avec cet avertissement. Donc on ignore.
- passe enfin la commande :​
Bloc de code:
diskutil ap updatePreboot disk2s1 -od /Vol*/"Macintosh HD - Données"/private/var/db/dslocal/nodes/Default

  • tu la passes bien sûr en copier-coller à rebours
  • la commande met-à-jour les informations de prédémarrage du volume auxiliaire Preboot > chargées par l'EFI (programme de boot interne du Mac) en prédémarrage. Avec ici une option -od (opendirectory) => désignant en adresse absolue la base de données Default du Service d'Annuaire (dans le volume-Données) => comme source de la mise-à-jour des informations des utilisateurs

La commande passe avec un affichage kilométrique (si elle passe). Poste uniquement les 10 dernières lignes environ.
 
le voici:

Bloc de code:
-bash-3.2# diskutil ap updatePreboot disk2s1 -od /Vol*/"Macintosh HD - Données"/private/var/db/dslocal/nodes/Default
Started APFS operation
UpdatePreboot: Commencing operation to update the Preboot Volume for Target Volume disk2s1 Macintosh HD - Données
UpdatePreboot: The Target Volume is part of APFS Container disk2
UpdatePreboot: The Target Volume's OpenDirectory (non-special kind) user count is 0 and the Recovery (any of 4 kinds) user count is 0
UpdatePreboot: The Target Volume is part of APFS Volume Group 4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD
UpdatePreboot: Custom OD and macOS source paths have both been specified
UpdatePreboot: Sourcing VAR directory relative to source macOS
UpdatePreboot: Sourcing USR directory relative to source macOS
UpdatePreboot: Search Path For macOS Source Files = (nil=NotMounted) = /Volumes/Macintosh HD
UpdatePreboot: Directory That macOS "var" Is Searched To Be In = (nil=NoMacOS) = /Volumes/Macintosh HD
UpdatePreboot: Directory That macOS "usr" Is Searched To Be In = (nil=NoMacOS) = /Volumes/Macintosh HD
UpdatePreboot: Open Directory Database Search Path = (nil=MacOSSearchPathNotMounted) = /Volumes/Macintosh HD - Données/private/var/db/dslocal/nodes/Default
UpdatePreboot: Preserve EncryptedRootPList When No-OD = 0
UpdatePreboot: Successfully opened Open Directory database; setting AuthODNodeOrNil accordingly
UpdatePreboot: Mounting and ensuring as mounted the related Preboot Volume
UpdatePreboot: Releasing mount hold on Preboot Volume
UpdatePreboot: Doing memory releases
UpdatePreboot: Exiting Update Preboot operation with overall error=(ZeroMeansSuccess)=-69572
Error: -69572: The Subject Volume UUID directory was not found on the APFS Preboot Volume
-bash-3.2#
 
Ça a l'air pas mal > mais il y a un message d'erreur final déclarant qu'il n'y a pas dans le volume Preboot un dossier intitulé de l'UUID du volume-Données (comme attendu).

- passe la commande :​
Bloc de code:
diskutil mount disk2s2 ; ls /Vol*/Preboot

  • la commande monte le volume Preboot > puis liste ses dossiers de 1er rang

Poste le retour.
 
ok chef ;)

Bloc de code:
-bash-3.2# diskutil mount disk2s2 ; ls /Vol*/Preboot
Volume Preboot on disk2s2 mounted
.Trashes                AA6174CA-A338-4EC4-B4D7-C9494D7A9D42
-bash-3.2#
 
Je ne vois qu'un seul dossier portant en intitulé l'UUID = AA6174CA-A338-4EC4-B4D7-C9494D7A9D42. Je parie qu'il s'agit de l'UUID du volume-Système Macintosh HD. Alors qu'il faudrait aussi un second dossier intitulé de l'UUID du volume-Données : Macintosh HD - Données.

- passe la commande :​
Bloc de code:
diskutil info disk2s5

  • qui affiche un tableau d'informations sur le volume-Système Macintosh HD

Poste le tableau => qui permettra de récupérer l'UUID de ce volume-Système.
 
je te cache pas que je maîtrise pas trop les commandes du code, mais je m'en sort avec toi ;) je suis designer de formation.

Bloc de code:
-bash-3.2# diskutil info disk2s5
   Device Identifier:         disk2s5
   Device Node:               /dev/disk2s5
   Whole:                     No
   Part of Whole:             disk2

   Volume Name:               Macintosh HD
   Mounted:                   Yes
   Mount Point:               /Volumes/Macintosh HD

   Partition Type:            41504653-0000-11AA-AA11-00306543ECAC
   File System Personality:   APFS
   Type (Bundle):             apfs
   Name (User Visible):       APFS
   Owners:                    Enabled

   OS Can Be Installed:       Yes
   Booter Disk:               disk2s2
   Recovery Disk:             disk2s3
   Media Type:                Generic
   Protocol:                  SATA
   SMART Status:              Verified
   Volume UUID:               AA6174CA-A338-4EC4-B4D7-C9494D7A9D42
   Disk / Partition UUID:     AA6174CA-A338-4EC4-B4D7-C9494D7A9D42

   Disk Size:                 751.1 GB (751068229632 Bytes) (exactly 1466930136 512-Byte-Units)
   Device Block Size:         4096 Bytes

   Container Total Space:     751.1 GB (751068229632 Bytes) (exactly 1466930136 512-Byte-Units)
   Container Free Space:      334.4 GB (334367506432 Bytes) (exactly 653061536 512-Byte-Units)
   Allocation Block Size:     4096 Bytes

   Read-Only Media:           No
   Read-Only Volume:          No

   Device Location:           Internal
   Removable Media:           Fixed

   Solid State:               Yes
   Hardware AES Support:      No

   This disk is an APFS Volume.  APFS Information:
   APFS Container:            disk2
   APFS Physical Store:       disk1s2
   Fusion Drive:              No
   APFS Volume Group:         4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD
   FileVault:                 No
   Locked:                    No

-bash-3.2#
 
Voici la réponse -->
Bloc de code:
Volume UUID:               AA6174CA-A338-4EC4-B4D7-C9494D7A9D42

  • même UUID que celui intitulant le dossier unique de Preboot. Passe la commande :
Bloc de code:
diskutil info disk2s1

  • qui affiche symétriquement un tableau d'informations sur le volume-Données Macintosh HD - Donnnées

Poste le tableau => qui permettra de récupérer l'UUID de volume du volume-Données.
 
le voici

Bloc de code:
-bash-3.2# diskutil info disk2s1
   Device Identifier:         disk2s1
   Device Node:               /dev/disk2s1
   Whole:                     No
   Part of Whole:             disk2

   Volume Name:               Macintosh HD - Données
   Mounted:                   Yes
   Mount Point:               /Volumes/Macintosh HD - Données

   Partition Type:            41504653-0000-11AA-AA11-00306543ECAC
   File System Personality:   APFS
   Type (Bundle):             apfs
   Name (User Visible):       APFS
   Owners:                    Enabled

   OS Can Be Installed:       Yes
   Booter Disk:               disk2s2
   Recovery Disk:             disk2s3
   Media Type:                Generic
   Protocol:                  SATA
   SMART Status:              Verified
   Volume UUID:               4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD
   Disk / Partition UUID:     4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD

   Disk Size:                 751.1 GB (751068229632 Bytes) (exactly 1466930136 512-Byte-Units)
   Device Block Size:         4096 Bytes

   Container Total Space:     751.1 GB (751068229632 Bytes) (exactly 1466930136 512-Byte-Units)
   Container Free Space:      334.4 GB (334367506432 Bytes) (exactly 653061536 512-Byte-Units)
   Allocation Block Size:     4096 Bytes

   Read-Only Media:           No
   Read-Only Volume:          No

   Device Location:           Internal
   Removable Media:           Fixed

   Solid State:               Yes
   Hardware AES Support:      No

   This disk is an APFS Volume.  APFS Information:
   APFS Container:            disk2
   APFS Physical Store:       disk1s2
   Fusion Drive:              No
   APFS Volume Group:         4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD
   FileVault:                 No
   Locked:                    No

-bash-3.2#
 
Voici l'UUID du volume-Données = 4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD.

- passe d'abord la commande :​
Bloc de code:
mkdir /Volumes/Preboot/4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD

  • (copier-coller à rebours) qui crée dans le volume Preboot un dossier intitulé de l'UUID du volume-Données

- cela fait > repasse la commande :​
Bloc de code:
diskutil ap updatePreboot disk2s1 -od /Vol*/"Macintosh HD - Données"/private/var/db/dslocal/nodes/Default

  • (copier-coller à rebours) qui remet-à-jour les informations de prédémarrage de Preboot

Poste encore les 10 dernières lignes de l'affichage retourné (environ).
 
voici la totalité des lignes :

Bloc de code:
-bash-3.2# diskutil ap updatePreboot disk2s1 -od /Vol*/"Macintosh HD - Données"/private/var/db/dslocal/nodes/Default
Started APFS operation
UpdatePreboot: Commencing operation to update the Preboot Volume for Target Volume disk2s1 Macintosh HD - Données
UpdatePreboot: The Target Volume is part of APFS Container disk2
UpdatePreboot: The Target Volume's OpenDirectory (non-special kind) user count is 0 and the Recovery (any of 4 kinds) user count is 0
UpdatePreboot: The Target Volume is part of APFS Volume Group 4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD
UpdatePreboot: Custom OD and macOS source paths have both been specified
UpdatePreboot: Sourcing VAR directory relative to source macOS
UpdatePreboot: Sourcing USR directory relative to source macOS
UpdatePreboot: Search Path For macOS Source Files = (nil=NotMounted) = /Volumes/Macintosh HD
UpdatePreboot: Directory That macOS "var" Is Searched To Be In = (nil=NoMacOS) = /Volumes/Macintosh HD
UpdatePreboot: Directory That macOS "usr" Is Searched To Be In = (nil=NoMacOS) = /Volumes/Macintosh HD
UpdatePreboot: Open Directory Database Search Path = (nil=MacOSSearchPathNotMounted) = /Volumes/Macintosh HD - Données/private/var/db/dslocal/nodes/Default
UpdatePreboot: Preserve EncryptedRootPList When No-OD = 0
UpdatePreboot: Successfully opened Open Directory database; setting AuthODNodeOrNil accordingly
UpdatePreboot: Mounting and ensuring as mounted the related Preboot Volume
UpdatePreboot: Preboot Volume = disk2s2 Preboot
UpdatePreboot: Preboot Volume Target Directory = /Volumes/Preboot/4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD
UpdatePreboot: Taking mount hold on Preboot Volume
UpdatePreboot: The Target Volume's Volume Group's "Data"-Role Volume membership count is 1
UpdatePreboot: Obtained list of 0 APFS Crypto User(s) on Target Volume
UpdatePreboot: If a "DISK" APFS Crypto User exists, it is expected to be 4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD
UpdatePreboot: Error among all processed users was 0
UpdatePreboot: Successfully processed these user styles: TheDISK=0 AtLeastOneOD=0 AtLeastOneRecoveryKind=0
UpdatePreboot: The Encrypted Root PList File content is ready
UpdatePreboot: Not encrypting the Encrypted Root PList File content
UpdatePreboot: Encrypted Root PList File to be created path will or would be /Volumes/Preboot/4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD/System/Library/Caches/com.apple.corestorage/EncryptedRoot.plist.wipekey
UpdatePreboot: Proceeding to write Encrypted Root PList, creating a path as necessary
UpdatePreboot: Successfully wrote Encrypted Root PList File
UpdatePreboot: DiskManagement Info PList File path will be /Volumes/Preboot/4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD/var/db/CryptoUserInfo.plist
UpdatePreboot: Successfully wrote DiskManagement Info PList File
UpdatePreboot: Checking for existence of Static EFI Resources directory /Volumes/Macintosh HD/usr/standalone/i386/EfiLoginUI
UpdatePreboot: Before copying contents of directory of Static EFI Resources at /Volumes/Macintosh HD/usr/standalone/i386/EfiLoginUI into directory /Volumes/Preboot/4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD/usr/standalone/i386
UpdatePreboot: After copying error=(ZeroMeansSuccess)=0
UpdatePreboot: Looking for locale list on macOS on Target Volume
UpdatePreboot: Locale list item count is 1
UpdatePreboot: Before rendering EFILoginInterfaceGraphics global localized resources
UpdatePreboot: After rendering EFILoginInterfaceGraphics FileNamesAndDataObj=(NullIsError)=0x7fa892c19710 ItemCount=10
UpdatePreboot: Writing localized EFI graphics resource file /Volumes/Preboot/4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/loginui.efires
UpdatePreboot: Successfully wrote EFI resource file
UpdatePreboot: Writing localized EFI graphics resource file /Volumes/Preboot/4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/flag_picker.efires
UpdatePreboot: Successfully wrote EFI resource file
UpdatePreboot: Writing localized EFI graphics resource file /Volumes/Preboot/4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/preferences.efires
UpdatePreboot: Successfully wrote EFI resource file
UpdatePreboot: Writing localized EFI graphics resource file /Volumes/Preboot/4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/battery.efires
UpdatePreboot: Successfully wrote EFI resource file
UpdatePreboot: Writing localized EFI graphics resource file /Volumes/Preboot/4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/appleLogo.efires
UpdatePreboot: Successfully wrote EFI resource file
UpdatePreboot: Writing localized EFI graphics resource file /Volumes/Preboot/4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/unknown_userUI.efires
UpdatePreboot: Successfully wrote EFI resource file
UpdatePreboot: Writing localized EFI graphics resource file /Volumes/Preboot/4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/disk_passwordUI.efires
UpdatePreboot: Successfully wrote EFI resource file
UpdatePreboot: Writing localized EFI graphics resource file /Volumes/Preboot/4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/guest_userUI.efires
UpdatePreboot: Successfully wrote EFI resource file
UpdatePreboot: Writing localized EFI graphics resource file /Volumes/Preboot/4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/Lucida13.efires
UpdatePreboot: Successfully wrote EFI resource file
UpdatePreboot: Writing localized EFI graphics resource file /Volumes/Preboot/4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD/System/Library/Caches/com.apple.corestorage/EFILoginLocalizations/Lucida13White.efires
UpdatePreboot: Successfully wrote EFI resource file
UpdatePreboot: Generating AdminUserList for Recovery purposes
UpdatePreboot: Considering admin user FFFFEEEE-DDDD-CCCC-BBBB-AAAA00000000
UpdatePreboot: Considering admin user 0CB5CBF6-05A0-48BB-97C9-0142284B117A
UpdatePreboot: Error among all processed admin users was 0
UpdatePreboot: Writing Admin User Info File to path /Volumes/Preboot/4F8ABAC2-2A4B-40B1-8D61-E3FDB603BBCD/var/db/AdminUserRecoveryInfo.plist
UpdatePreboot: Successfully wrote Admin User Info File
UpdatePreboot: Checking for existence of Secure Access Token file /Volumes/Macintosh HD/var/db/dslocal/nodes/Default/secureaccesstoken.plist
UpdatePreboot: Releasing mount hold on Preboot Volume
UpdatePreboot: Unmounting Preboot Volume
UpdatePreboot: Did unmount Preboot Volume err=(ignored)=0
UpdatePreboot: Doing memory releases
UpdatePreboot: Exiting Update Preboot operation with overall error=(ZeroMeansSuccess)=0
Finished APFS operation
-bash-3.2#
 
Pas de message d'erreur cette fois-ci > mais un code de sortie = 0 (comme zéro erreur).

- tu vas tenter ta chance à présent. Va à : Menu  > Disque de démarrage > Macintosh HD > Redémarrer

=> tu n'auras qu'à dire comment ça s'est passé.
 
ok, @ toute.

[B]macomaniac[/B] je suis déçu !! Pareil ça s'éteint

ce qui m'importe c'est de démarer la machine car j'ai un montage à faire, peut importe le formatage ou la version, j'espère que va y arriver ;)
 
Reviens dans la session de secours.

- passe la commande :​
Bloc de code:
sysctl hw.model

  • qui affiche l'identifiant de modèle du Mac

Poste le retour.
 
iMac 27" fin-2012.

- je doute que tu veuilles réinstaller d'abord l'OS d'usine Mountain Lion 10.8 > puis un OS intermédiaire comme El Capitan 10.11 > enfin Catalina 10.15 avec récupération de données.​

Veux-tu tester un effacement de l'apfs > recréation > réinstallation de Catalina ? - avec ou sans récupération finale de données ?
 
Peut importe le système, par expérience le Mojave était stable avec moi.
Juste que ma sauvegarde TM est plus des installation (beaucoups de logiciels) que j'aimerais pas réinstaller ainsi que les paramètres, mais bon moi si ça marche je peux résumé : Catalina 10.15 avec récupération.
tu me conseils quoi stp ?