MACOS MOJAVE download only a redirected file

MACHOUSTON
New Contributor III

MacOS MOJAVE is supposed to be 5.7GB at this time it download only a 22.5 MB file that try to connect to APPLE recovery servers.

does anyone know how to avoid it? i must download a full installer to create our images and update our distribution point.

1 ACCEPTED SOLUTION

tak10
Contributor II

Run this command and try to download again. It works for me every time.

#!/bin/sh
sudo softwareupdate --clear-catalog

View solution in original post

15 REPLIES 15

roiegat
Contributor III

Mine installed the 6.5 gig installer.

https://itunes.apple.com/us/app/macos-mojave/id1398502828?ls=1&mt=12

ThijsX
Valued Contributor
Valued Contributor

@MACHOUSTON Hi

Check this one out to download full installers on a proper way!

https://github.com/munki/macadmin-scripts/blob/master/installinstallmacos.py

MACHOUSTON
New Contributor III

the link https://itunes.apple.com/us/app/macos-mojave/id1398502828?ls=1&mt=12 give me the same result it launch ITUNES and only download the 22.5MB file.

i will try later when the server may be less busy.

tak10
Contributor II

Run this command and try to download again. It works for me every time.

#!/bin/sh
sudo softwareupdate --clear-catalog

kendalljjohnson
Contributor II

@MACHOUSTON In case your situation is the same as mine: I didn't get the full installer from the App Store until I updated the Branch of my Software Update Server. I use locally hosted Jamf's NetSUS Software Update Server and hadn't added any new releases today. The App Store still saw the option to download, but just the small version like you did. Once I added today's release to the Branch I'm pointed at it allowed me to download the full installer from the App Store.

MACHOUSTON
New Contributor III

i just tried this morning and yes it worked.

c_archibald
Contributor II

Doesn't work for the 10.14.1 FULL app.

gachowski
Valued Contributor II

@c.archibald

Me too,I can't download the full app.....I have tried all my tricks, going to try one more thing tomorrow and then open a ticket with Apple... : )

C

erowan
New Contributor III

I had no luck downloading the full 10.14.1 install app from up-to-date 10.14.1, 10.14.0, 10.13.6, or 10.12.6. I also tried softwareupdate --clear-catalog without luck. Ultimately, I used Greg's handy installinstallmacos.py script to build a 10.14.1 18B75 install app, but System Image Utility would not recognize it as a NetInstall source. I created a 10.14.1 USB installer, did a clean install from USB, then downloaded the full 10.14.1 install app. In other words, I got the stub download on 10.14.1 updated from 10.14.0, but I got the full download from 10.14.1 not updated from 10.14.0. By the way, I initiated the download from the 10.14 App Store app, but it was handed off to the Software Update preference pane.

gachowski
Valued Contributor II

I only did it once as I was leaving for the weekend and didn't get to see if it was 10.14.1. or 10.14.0. When I downloaded the mojave installer on a machine that had 10.14.1. all ready installed it did download a full installer...

C

MarcosMunoz
New Contributor III

I used this process to download a full size installer http://osxdaily.com/2018/09/29/download-full-macos-mojave-installer/

gachowski
Valued Contributor II

I can confirm that if you download the installer on a machine that has 14.1 installed you will get the full installer...

C

c_archibald
Contributor II

Also verified that downloading on a 10.14.0 system works.

gachowski
Valued Contributor II

@c.archibald on all of my 10.14.0 system I only received the redirected file/fake installer.

C

incyber
New Contributor

@gachowski move of downloading the installer from a 10.14.1 Mac worked. I now have a full 6gb installer for Mojave 10.14.1

Thanks!