This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
macos_install [2023-03-23 17:10:16] mi |
macos_install [2023-03-24 12:11:25] (current) mi |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| = MacOS Install downloads | = MacOS Install downloads | ||
| - | |||
| - | == High Sierra | ||
| == Download | == Download | ||
| Line 8: | Line 6: | ||
| The App Store link for High Sierra is \\ | The App Store link for High Sierra is \\ | ||
| [[macappstores://apps.apple.com/app/macos-high-sierra/id1246284741?mt=12]] | [[macappstores://apps.apple.com/app/macos-high-sierra/id1246284741?mt=12]] | ||
| + | |||
| + | Links to other versions in the App store can be found at https://support.apple.com/en-us/HT211683 | ||
| After the download it will start the installer. | After the download it will start the installer. | ||
| - | === Make USB | + | == Make USB |
| To create a USB key with the installer: | To create a USB key with the installer: | ||
| Line 25: | Line 25: | ||
| sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ macOS\ High\ Sierra.app | sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --applicationpath /Applications/Install\ macOS\ High\ Sierra.app | ||
| - | === Format | + | === Format USB |
| This step is probably unnecessary, because the installer does the formatting? | This step is probably unnecessary, because the installer does the formatting? | ||
| Line 33: | Line 33: | ||
| - | === If incomplete download: | + | == If incomplete download: |
| This one might only get a small stub instead of the full image: https://apps.apple.com/us/app/macos-high-sierra/id1246284741?mt=12 | This one might only get a small stub instead of the full image: https://apps.apple.com/us/app/macos-high-sierra/id1246284741?mt=12 | ||
| Line 62: | Line 62: | ||
| - | See also | + | ==See also |
| + | |||
| + | [[https://forums.mydigitallife.net/threads/download-full-macos-installers-from-command-line.84790/|This forum post]] (or [[https://scriptingosx.com/2019/10/download-a-full-install-macos-app-with-softwareupdate-in-catalina/|this page]]) suggest using ''softwareupdate''. It didn't work for me, but may be worth trying: | ||
| + | softwareupdate --list-full-installers | ||
| + | softwareupdate --fetch-full-installer --full-installer-version 10.13.6 # adapt version number | ||
| + | |||
| https://www.insanelymac.com/forum/topic/329828-making-a-bootable-high-sierra-usb-installer-entirely-from-scratch-in-windows-or-linux-mint-without-access-to-mac-or-app-store-installerapp/ | https://www.insanelymac.com/forum/topic/329828-making-a-bootable-high-sierra-usb-installer-entirely-from-scratch-in-windows-or-linux-mint-without-access-to-mac-or-app-store-installerapp/ | ||