corpnewt / gibMacOS

Py2/py3 script that can download macOS components direct from Apple
MIT License
5.85k stars 775 forks source link

Can your script download Big Sur 11.2 updates, combo and delta? #219

Open LeeBinder opened 3 years ago

LeeBinder commented 3 years ago

yes / no ?

plato79 commented 3 years ago

it seems not yet..

I downloaded it, but filenames are like these:

BuildManifest.plist Info.plist InstallAssistant.pkg InstallInfo.plist MajorOSInfo.pkg UpdateBrain.zip

The build command gives this error afterwards:

That folder is missing the following required files: BaseSystem.dmg, BaseSystem.chunklist, InstallESDDmg.pkg, AppleDiagnostics.dmg, AppleDiagnostics.chunklist

corpnewt commented 3 years ago

@LeeBinder - gibMacOS can only get what Apple has provided in the sucatalog. AFAIK Apple has no plans for Big Sur recovery to end up there - it can only retrieve the full installer per @plato79's comment.

Plato - you do not need the BuildmacOSInstallApp.command for Big Sur - just run the InstallAssistant.pkg and it will place the Install macOS Big Sur.app in your /Applications folder.

-CorpNewt

chromer030 commented 3 years ago

Apple no longer provides Combo updates anymore.

https://9to5mac.com/2020/12/17/no-delta-and-combo-macos-updates/

plato79 commented 3 years ago

Plato - you do not need the BuildmacOSInstallApp.command for Big Sur - just run the InstallAssistant.pkg and it will place the Install macOS Big Sur.app in your /Applications folder.

-CorpNewt

Ah, that's perfect.. I didn't know that. Thank you.

LeeBinder commented 3 years ago

@corpnewt @plato79 @chromer030 Thank you all for the info.

Hervé's comments are also insightful.

necrevistonnezr commented 3 years ago

Thanks for this great tool, I was able to update to 11.2 this way after the built-in updated failed several times...

cntrump commented 3 years ago

11.2.2 is available now !

  #######################################################
 #                     gibMacOS                        #
#######################################################

Available Products:

1. macOS Big Sur 11.2.2 (20D80)
   - 071-08935 - Added 2021-03-01 18:20:19 - 12.21 GB
2. macOS Big Sur 11.2.1 (20D75)
   - 071-05432 - Added 2021-02-15 18:03:05 - 12.21 GB
...
quicktrick commented 3 years ago

Plato - you do not need the BuildmacOSInstallApp.command for Big Sur - just run the InstallAssistant.pkg and it will place the Install macOS Big Sur.app in your /Applications folder.

And how to do it in Windows? Is it possible to make the installer for Big Sur in Windows as it was for Catalina?

capriele commented 3 years ago

Are there any updates on that?

Plato - you do not need the BuildmacOSInstallApp.command for Big Sur - just run the InstallAssistant.pkg and it will place the Install macOS Big Sur.app in your /Applications folder.

And how to do it in Windows? Is it possible to make the installer for Big Sur in Windows as it was for Catalina?

Are there any updates on that?