Je veux utiliser "startosinstall" pour pouvoir installer MacOS Catalina sur un disque dur externe afin de précharger rapidement MacOS sur plusieurs SSD.
J'ai fait des recherches à ce sujet et j'ai trouvé des sites web tels que https://grahamrpugh.com/2018/03/26/reinstall-MacOS-from-system-volume.html qui suggèrent d'utiliser :
/Applications/Install\ macOS\ Catalina.app/Contents/Resources/startosinstall \
--applicationpath /Applications/Install\ macOS\ Catalina.app \
--agreetolicense --nointeraction --volume /Volumes/External\ Macintosh\ HD
J'ai essayé d'exécuter la commande ci-dessus mais je n'ai pas réussi et j'obtiens toujours ce message :
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 (built with productbuild(1)) to install after the OS installation is complete; this option can be specified multiple times.
--eraseinstall, Erase all volumes and install to a new one. Optionally specify the name of the new volume with --newvolumename.
--newvolumename, the name of the volume to be created with --eraseinstall.
--usage, prints this message.
Example: startosinstall --converttoapfs YES
mais je n'arrive pas à faire fonctionner quoi que ce soit.
Si quelqu'un pouvait me fournir un code fonctionnel ou me montrer comment résoudre ce problème, je lui en serais éternellement reconnaissant.
Merci pour votre aide