10.15 Catalina MacBook démarre puis s’arrête

Voici le résultat
Bloc de code:
-bash-3.2# cd /Vol*/"Macintosh HD - Données"/Users
-bash-3.2# cd /Vol*/"Macintosh HD - Données"/ ; ls
.DS_Store                .fseventsd
.DocumentRevisions-V100            .installer-compatibility
.HFS+ Private Directory Data?        .vol
.IAProductInfo                Informations sur l’utilisateur
.OSInstallSandbox-tmp            Recovered Items
.OSInstallSandbox-tmp.trashedSandbox    Users
.OSInstallerMessages            Volumes
.PKInstallSandboxManager        cores
.PKInstallSandboxManager-SystemSoftware    home
.Spotlight-V100                macOS Install Data
.TempReceipt.bom            mnt
.TemporaryItems                opt
.Trashes                private
.dbfseventsd                sw
.file
-bash-3.2#
 
Oh...

- il y a bien un macOS Install Data qui traine dans le potager.​
Passe la commande :
Bloc de code:
rm -rf /Vol*/"Macintosh HD - Données"/"macOS Install Data"
  • Qui supprime le fichier macOS Install Data pour récupérer de l'espace
Poste le retour.
 
Parfait !

- repasse la commande :​
Bloc de code:
df -H
  • Qui affiche l'espace occupé et disponible de tous les disques
Poste le retour.
 
voilà :

Bloc de code:
-bash-3.2# df -H
Filesystem     Size   Used  Avail Capacity iused      ifree %iused  Mounted on
/dev/disk1s1   2.0G   1.3G   669M    67%   47930 4294919349    0%   /
devfs          219k   219k     0B   100%     740          0  100%   /dev
/dev/disk4      10M   4.5M   6.0M    43%      30 4294967249    0%   /private/var/log
/dev/disk6      10M   266k    10M     3%       3 4294967276    0%   /private/var/log/dm
/dev/disk7     524k   147k   377k    29%       5 4294967274    0%   /Volumes
/dev/disk8     524k   147k   377k    29%       7 4294967272    0%   /private/var/tmp
/dev/disk9     524k   160k   365k    31%      15 4294967264    0%   /private/var/run
/dev/disk10    2.1M   152k   1.9M     8%       6 4294967273    0%   /private/tmp
/dev/disk11    524k   143k   381k    28%       2 4294967277    0%   /System/Installation
/dev/disk12    524k   303k   221k    58%      27 4294967252    0%   /private/var/db
/dev/disk13     13M   5.6M   6.9M    45%     102 4294967177    0%   /private/var/folders
/dev/disk14    4.2M   549k   3.6M    14%      50 4294967229    0%   /private/var/root/Library
/dev/disk16    2.1M   373k   1.7M    18%      76 4294967203    0%   /private/var/root/Library/Containers
/dev/disk17    524k   176k   348k    34%      13 4294967266    0%   /Library/Preferences
/dev/disk18    2.1M   143k   2.0M     7%       2 4294967277    0%   /Library/Preferences/Logging
/dev/disk19    524k   160k   365k    31%       6 4294967273    0%   /Library/Preferences/SystemConfiguration
/dev/disk20    1.0M   201k   848k    20%       8 4294967271    0%   /Library/Keychains
/dev/disk21    524k   143k   381k    28%       2 4294967277    0%   /Library/Security/Trust Settings
/dev/disk22    6.3M   176k   6.1M     3%       2 4294967277    0%   /private/var/tmp/RecoveryTemp
/dev/disk23    6.3M   987k   5.3M    16%       5 4294967274    0%   /private/var/tmp/OSISPredicateUpdateProductTemp
/dev/disk24    524k   143k   381k    28%       2 4294967277    0%   /private/var/tmp/InstallerCookies
/dev/disk25    2.1M   143k   2.0M     7%       2 4294967277    0%   /Library/Logs/DiagnosticReports
/dev/disk2s1   250G   220G    17G    93%  758119 2442019561    0%   /Volumes/Macintosh HD - Données
/dev/disk2s5   250G    11G    17G    40%  484591 2442293089    0%   /Volumes/Macintosh HD
-bash-3.2#
 
Dernière édition par un modérateur:
Toujours 17 Go de disponible...

On va re-tenter de réinstaller macOS -->

Quitte le terminal en pressant les touches ⌘Q (cmd Q) => tu va revenir sur le menu des 4 Utilitaires de macOS > sélectionne maintenant l'option "Réinstaller macOS" => puis quand tu pourras le choisir > choisis comme disque de destination d'installation de macOS : Macintosh HD.

=> tu n'auras qu'à dire si l'installation a commencé.​
 
Ho ho !

- de retour au terminal > repasse la commande :​
Bloc de code:
cd /Vol*/"Macintosh HD - Données"/Users ; ls -a
  • Qui affiche le contenu du dossier Users (= Utilisateurs)
Poste le retour.
 
Je vois le dossier de session nommé ANTOINE.

- ou stocke tu la plupart de tes données ? - dans le dossier Documents ? - Bureau ?​
 
Passe la commande :
Bloc de code:
cd /Vol*/"Macintosh HD - Données"/Users/ANTOINE/Documents/ ; ls -a
  • Qui affiche le nom du contenu du dossier Documents
Poste le retour.

Note : ça va identifier tes fichiers > si tu ne veux pas que je vois leurs noms => dis moi juste le nom (précis !) de chaque fichiers à supprimer.
 
Voilà ceux que nous pouvons supprimer et qui normalement sont les plus lourds :
Jeux Wii
Live.Interior.3D.Pro.2.9.2.Build.586
Office 2010 MHUP
Office pour Mac
 
Passe la longue commande (jusqu'au pourMac" final) :
Bloc de code:
cd /Vol*/"Macintosh HD - Données"/Users/ANTOINE/Documents/ ; rm -r "Jeux Wii" ; rm -r "Office 2010 MHUP" ; rm -r "Office pourMac"
  • Qui supprime tous les fichiers souhaités
Poste le retour.
 
Note : j'ai oublier une ligne :
Bloc de code:
rm -r /Vol*/"Macintosh HD - Données"/Users/ANTOINE/Documents/"Live.Interior.3D.Pro.2.9.2.Build.586"
  • et poste aussi le retour.
 
Voila, j'ai éssayé d'innover en rajoutant la ligne de commande ...
Je ne sais pas si cela à fonctionné
Bloc de code:
-bash-3.2# cd /Vol*/"Macintosh HD - Données"/Users/ANTOINE/Documents/ ; rm -r "Jeux Wii" ; rm -r "Office 2010 MHUP" ; rm -r "Office pourMac" ; rm -r "Live.Interior.3D.Pro.2.9.2.Build.586"
-bash-3.2#
 
Exact : ça a bien fonctionné.

- repasse la commande :​
Bloc de code:
df -H
  • Qui affiche l'espace occupé et disponible de tous les disques
Poste le retour.
 
Ah super :) Voilà ce que cela donne
Bloc de code:
-bash-3.2# df -H
Filesystem     Size   Used  Avail Capacity iused      ifree %iused  Mounted on
/dev/disk1s1   2.0G   1.3G   669M    67%   47930 4294919349    0%   /
devfs          219k   219k     0B   100%     740          0  100%   /dev
/dev/disk4      10M   6.9M   3.6M    67%      30 4294967249    0%   /private/var/log
/dev/disk6      10M   270k    10M     3%       3 4294967276    0%   /private/var/log/dm
/dev/disk7     524k   147k   377k    29%       5 4294967274    0%   /Volumes
/dev/disk8     524k   147k   377k    29%       7 4294967272    0%   /private/var/tmp
/dev/disk9     524k   160k   365k    31%      15 4294967264    0%   /private/var/run
/dev/disk10    2.1M   152k   1.9M     8%       6 4294967273    0%   /private/tmp
/dev/disk11    524k   143k   381k    28%       2 4294967277    0%   /System/Installation
/dev/disk12    524k   303k   221k    58%      27 4294967252    0%   /private/var/db
/dev/disk13     13M   6.2M   6.4M    49%     102 4294967177    0%   /private/var/folders
/dev/disk14    4.2M   541k   3.7M    13%      49 4294967230    0%   /private/var/root/Library
/dev/disk16    2.1M   373k   1.7M    18%      76 4294967203    0%   /private/var/root/Library/Containers
/dev/disk17    524k   176k   348k    34%      13 4294967266    0%   /Library/Preferences
/dev/disk18    2.1M   143k   2.0M     7%       2 4294967277    0%   /Library/Preferences/Logging
/dev/disk19    524k   160k   365k    31%       6 4294967273    0%   /Library/Preferences/SystemConfiguration
/dev/disk20    1.0M   201k   848k    20%       8 4294967271    0%   /Library/Keychains
/dev/disk21    524k   143k   381k    28%       2 4294967277    0%   /Library/Security/Trust Settings
/dev/disk22    6.3M   176k   6.1M     3%       2 4294967277    0%   /private/var/tmp/RecoveryTemp
/dev/disk23    6.3M   987k   5.3M    16%       5 4294967274    0%   /private/var/tmp/OSISPredicateUpdateProductTemp
/dev/disk24    524k   143k   381k    28%       2 4294967277    0%   /private/var/tmp/InstallerCookies
/dev/disk25    2.1M   143k   2.0M     7%       2 4294967277    0%   /Library/Logs/DiagnosticReports
/dev/disk2s1   250G   220G    17G    93%  758062 2442019618    0%   /Volumes/Macintosh HD - Données
/dev/disk2s5   250G    11G    17G    40%  484591 2442293089    0%   /Volumes/Macintosh HD
-bash-3.2#
 
Toujours 17 Go...

- n'aurait-t'il pas une erreur dans le système de fichier apfs ?​
Passe la commande :
Bloc de code:
diskutil verifyVolume disk2s1
  • Qui vérifie le système de fichier apfs du volume des données du disque interne
Poste le retour.
 
Oh là, là ... :banghead:

Bloc de code:
-bash-3.2# diskutil verifyVolume disk2s1
Started file system verification on disk2s1 Macintosh HD - Données
Verifying file system
Volume was successfully unmounted
Live mode required because other APFS Volumes in its Container are mounted
Using live mode
Performing fsck_apfs -n -l -x /dev/rdisk2s1
Checking the container superblock
Checking the EFI jumpstart record
Checking the space manager
Checking the space manager free queue trees
Checking the object map
Checking volume
Checking the APFS volume superblock
The volume Macintosh HD - Données was formatted by hfs_convert (748.1.46) and last modified by apfs_kext (1412.101.1)
Checking the object map
Checking the snapshot metadata tree
Checking the snapshot metadata
Checking snapshot 1 of 1 (com.apple.asr.655)
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: snapshot fsroot tree corruptions are not repaired; they'll go away once the snapshot is deleted
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
warning: xf : INO_EXT_TYPE_DSTREAM : found unexpected dstream associated with non-regular file
Too many warnings of this type generated; suppressing subsequent ones
warning: found orphan dstream id object (id 9474795, refcnt 1)
warning: found orphan dstream id object (id 9474796, refcnt 1)
warning: found orphan dstream id object (id 11232609, refcnt 1)
warning: found orphan dstream id object (id 11286972, refcnt 1)
warning: found orphan dstream id object (id 11287873, refcnt 1)
warning: found orphan dstream id object (id 11382308, refcnt 1)
warning: found orphan dstream id object (id 11446820, refcnt 1)
warning: found orphan dstream id object (id 11451741, refcnt 1)
warning: found orphan dstream id object (id 11497680, refcnt 1)
warning: found orphan dstream id object (id 11528578, refcnt 1)
warning: found orphan dstream id object (id 11545635, refcnt 1)
warning: found orphan dstream id object (id 11552656, refcnt 1)
warning: found orphan dstream id object (id 11595080, refcnt 1)
warning: found orphan dstream id object (id 11608367, refcnt 1)
warning: found orphan dstream id object (id 11704489, refcnt 1)
warning: found orphan dstream id object (id 11729594, refcnt 1)
warning: found orphan dstream id object (id 11748169, refcnt 1)
warning: found orphan dstream id object (id 11756758, refcnt 1)
warning: found orphan dstream id object (id 11786520, refcnt 1)
warning: found orphan dstream id object (id 11896028, refcnt 1)
warning: found orphan dstream id object (id 11927076, refcnt 1)
warning: found orphan dstream id object (id 11929128, refcnt 1)
warning: found orphan dstream id object (id 11975824, refcnt 1)
warning: found orphan dstream id object (id 12118203, refcnt 1)
warning: found orphan dstream id object (id 12208727, refcnt 1)
warning: found orphan dstream id object (id 13238765, refcnt 1)
warning: found orphan dstream id object (id 13820820, refcnt 1)
warning: found orphan dstream id object (id 13837546, refcnt 1)
warning: found orphan dstream id object (id 13843178, refcnt 1)
warning: found orphan dstream id object (id 13896637, refcnt 1)
warning: found orphan dstream id object (id 13983859, refcnt 1)
warning: found orphan dstream id object (id 14012438, refcnt 1)
warning: found orphan dstream id object (id 14024988, refcnt 1)
warning: found orphan dstream id object (id 14034882, refcnt 1)
warning: found orphan dstream id object (id 14068208, refcnt 1)
warning: found orphan dstream id object (id 14103584, refcnt 1)
warning: found orphan dstream id object (id 14164696, refcnt 1)
warning: found orphan dstream id object (id 14206867, refcnt 1)
warning: found orphan dstream id object (id 14268149, refcnt 1)
warning: found orphan dstream id object (id 14312567, refcnt 1)
warning: found orphan dstream id object (id 14332333, refcnt 1)
warning: found orphan dstream id object (id 14347168, refcnt 1)
warning: found orphan dstream id object (id 14387615, refcnt 1)
warning: found orphan dstream id object (id 14578977, refcnt 1)
warning: found orphan dstream id object (id 14597449, refcnt 1)
warning: found orphan dstream id object (id 14638634, refcnt 1)
warning: found orphan dstream id object (id 14684937, refcnt 1)
warning: found orphan dstream id object (id 14734369, refcnt 1)
warning: found orphan dstream id object (id 14760706, refcnt 1)
warning: found orphan dstream id object (id 14791726, refcnt 1)
Too many warnings of this type generated; suppressing subsequent ones
Checking the extent ref tree
Checking the fsroot tree
Verifying allocated space
Performing deferred repairs
The volume /dev/rdisk2s1 appears to be OK
File system check exit code is 0
Restoring the original state found as mounted
Finished file system verification on disk2s1 Macintosh HD - Données
-bash-3.2#
 
Dernière édition par un modérateur: