iMac Écran noir après 20 secondes au démarrage

Voici ton SSD (non paramétré pour l'instant) -->
Bloc de code:
/dev/disk2 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:                                                   *1.0 TB     disk2

1 To : fichtre ! tu as mis le paquet.

Passe les commandes :
Bloc de code:
diskutil rename disk0s2 Nul
diskutil eraseDisk jhfs+ "Macintosh HD" disk2

  • la 1ère dénomme le volume interne Macintosh HD --> Nul
  • la 2è paramètre le SSD : table GUID > système de fichiers jhfs+ > volume Macintosh HD

Cela fait > repasse un :
Bloc de code:
diskutil list

  • et poste le tableau des disques mis-à-jour.
 
Bloc de code:
imac-de-yannick:~ yannick$ diskutil list
/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 Nul                     600.0 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
   4:                  Apple_HFS Album2                  399.2 GB   disk0s4

/dev/disk1 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *1.0 TB     disk1
   1:                        EFI EFI                     209.7 MB   disk1s1
   2:                  Apple_HFS Maxtor                  999.3 GB   disk1s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk1s3

/dev/disk2 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *1.0 TB     disk2
   1:                        EFI EFI                     209.7 MB   disk2s1
   2:                  Apple_HFS Macintosh HD            999.9 GB   disk2s2

imac-de-yannick:~ yannick$
 
Parfait !

À présent l'idée générale de la manœuvre est la suivante :

  • a) installer High Sierra dans un 1er temps dans Macintosh HD > pour que cet OS s'installe en format apfs qui a beaucoup plus de rendement sur un SSD
  • b) récupérer à la fin par l'«Assistant de migration» les données du volume Maxtor > afin que tu puisses ouvrir ta session habituelle avec toutes tes données.

Est-ce que tu aurais un installateur Install macOS High Sierra.app présent dans les Applications du volume Maxtor (par hasard) ou pas ?
 
Alors connecte-toi à l'AppStore et télécharge un installateur de High Sierra (5,2 Go). Il va se logger sous l'intitulé Install macOS High Sierra.app dans les Applications de Maxtor.

Le programme d'installation va se lancer tout seul à la fin et te proposer de choisir un volume de destination de l'installation. Si tu passes par ce programme d'installation publique --> High Sierra va s'installer sur ton SSD en format jhfs+ standard à cause de la connexion USB du SSD externe -->

  • est-ce que tu préfères forcer l'installation en format apfs à destination du volume Macintosh HD du SSD > ce qui impliquera de quitter le programme d'installation InstallAssistant et de lancer l'installation en ligne de commande > en appelant le programme d'installation alternatif startosinstall contenu dans l'installateur et créé à l'usage des développeurs ?
 
On peut essayer en format apfs (= lancer l'installation par une commande du Terminal) --> tu pourras juger si la vitesse exécutive est satisfaisante sur ton SSD.

  • donc --> télécharge un installateur depuis l'AppStore et préviens quand il est disponible dans les Applications de ton volume Maxtor
 
Dans l’appstore je télécharge en fait « macOS High Sierra ». C est bien ça? Parce qu’il n’y a rien avec la dénomination installateur high sierra
 
Oui : onglet Sélection > colonne de droite : macOS High Sierra

  • c'est moi qui ai rajouté le qualificatif d'« installateur » pour désigner l'objet
 
Ok. C est parti. Une cinquantaine de minutes.
A la fin du téléchargement une fenêtre d installation doit s’ouvrir? Je dois l’ignorer?
 
Quand le programme d'installation par défaut (= InstallAssistant) ouvrira une fenêtre d'installation te proposant de choisir un volume de destination > tu le quittes par ⌘Q comme n'importe quelle application et tu signales que tu disposes de l'installateur (installateur = application d'installation Install macOS High Sierra.app contenant tout ce qu'il faut pour installer un OS > OS d'installation démarrable compris > dans son paquetage).
 
Alors passe la commande :
Bloc de code:
sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/startosinstall --volume /Volumes/Macintosh\ HD --applicationpath /Applications/Install\ macOS\ High\ Sierra.app --converttoapfs YES

(déroule bien le tapis roulant horizontal pour la copier jusqu'au YES final)

  • la commande lance le programme d'installation alternatif startosinstall > avec instruction d'installer High Sierra en format apfs dans le volume de destination Macintosh HD

Tu vas bien voir si l'installation démarre. Si oui > attention ! à la fin -->

  • une page te proposera de récupérer des données : coche la case : "À partir d'un autre Mac ou d'une sauvegarde Time Machine" et choisis le volume : Maxtor en source. L'«Assistant de migration» va te proposer de récupérer ton compte > des applications > des réglages --> n'exclus rien et lance. S'il te propose en chemin une mis-à-jour d'iTunes --> refuse car ça plante la migration.

Tu n'as qu'à dire si tu as pu à la fin ouvrir une session miroir dans le volume Macintosh HD.
 
voila l'écran que j obtiens

Bloc de code:
Last login: Mon Mar 19 15:38:33 on ttys000
imac-de-yannick:~ yannick$ sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/startosinstall --volume /Volumes/Macintosh\ HD --applicationpatch /Applications/Install\ macOS\ High\ Sierra.app --converttoapfs YES
Password:
Sorry, try again.
Password:
startosinstall: unrecognized option `--applicationpatch'
Usage: startosinstall

Arguments
--applicationpath, a path to copy of the OS installer application to start the install with.
--license, prints the user license agreement only.
--agreetolicense, agree to license the license you printed with --license.
--rebootdelay, how long to delay the reboot at the end of preparing. This delay is in seconds and has a maximum of 300 (5 minutes).
--pidtosignal, Specify a PID to which to send SIGUSR1 upon completion of the prepare phase. To bypass "rebootdelay" send SIGUSR1 back to startosinstall.
--converttoapfs, specify either YES or NO on if you wish to convert to APFS.
--installpackage, the path of a package to install after the OS installation is complete; this option can be specified multiple times.
--usage, prints this message.

Example: startosinstall --converttoapfs YES
imac-de-yannick:~ yannick$ sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/startosinstall --volume /Volumes/Macintosh\ HD --applicationpath /Applications/Install\ macOS\ High\ Sierra.app --converttoapfs YES
Usage: startosinstall

Arguments
--applicationpath, a path to copy of the OS installer application to start the install with.
--license, prints the user license agreement only.
--agreetolicense, agree to license the license you printed with --license.
--rebootdelay, how long to delay the reboot at the end of preparing. This delay is in seconds and has a maximum of 300 (5 minutes).
--pidtosignal, Specify a PID to which to send SIGUSR1 upon completion of the prepare phase. To bypass "rebootdelay" send SIGUSR1 back to startosinstall.
--converttoapfs, specify either YES or NO on if you wish to convert to APFS.
--installpackage, the path of a package to install after the OS installation is complete; this option can be specified multiple times.
--usage, prints this message.

Example: startosinstall --converttoapfs YES
imac-de-yannick:~ yannick$
 
Attention ! j'ai bien saisi --applicationpath dans ma commande affichée --> mais ton copier-coller donne un --applicationpatch erroné --> comment cela se fait-il ?
 
Voilà le rapport

Bloc de code:
Last login: Mon Mar 19 17:41:53 on ttys000
imac-de-yannick:~ yannick$ sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/startosinstall --volume /Volumes/Macintosh\ HD --applicationpath /Applications/Install\ macOS\ High\ Sierra.app --converttoapfs YES
Password:
Usage: startosinstall

Arguments
--applicationpath, a path to copy of the OS installer application to start the install with.
--license, prints the user license agreement only.
--agreetolicense, agree to license the license you printed with --license.
--rebootdelay, how long to delay the reboot at the end of preparing. This delay is in seconds and has a maximum of 300 (5 minutes).
--pidtosignal, Specify a PID to which to send SIGUSR1 upon completion of the prepare phase. To bypass "rebootdelay" send SIGUSR1 back to startosinstall.
--converttoapfs, specify either YES or NO on if you wish to convert to APFS.
--installpackage, the path of a package to install after the OS installation is complete; this option can be specified multiple times.
--usage, prints this message.

Example: startosinstall --converttoapfs YES
imac-de-yannick:~ yannick$
 
J'ai l'impression que la commande avorte toujours > pourtant je ne vois pas d'erreur dans ta 2è saisie.

Fais un copier-coller direct de ma commande dans la fenêtre du Terminal et exécute-la pour voir s'il y a une différence.