Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing files for BigSur and Monterey #247

Open
DarthApron opened this issue Dec 7, 2021 · 4 comments
Open

Missing files for BigSur and Monterey #247

DarthApron opened this issue Dec 7, 2021 · 4 comments

Comments

@DarthApron
Copy link

Hello CorpNewt and others,

while download and BuildmacOSInstallApp.command worked for Catalina, it does not work for BigSur and Monterey.
The download itself finishes successfully, but using the BuildmacOSInstallApp.command comes up with this message:

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

This is true, as these files are missing and are not downloaded at all.

Now I have many questions. ;-)

Are these files required at all?
Where do I get them?
Why they are not downloaded?
How can I create a working "Install MacOS.app" for BigSur or Monterey from the files I have?

For BigSur these files were downloaded with a total size of 12.46 GB, so there must be something at least:

#######################################################
 #                 Downloaded 6 of 6                   #
#######################################################

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

I also tried it on Windows, the result is the same.

Many thanks for your input.

@tianyehuakai
Copy link

tianyehuakai commented Dec 7, 2021 via email

@acheong08
Copy link

@DarthApron Double click on the InstallAssistant.pkg and that will build it automatically into /Applications

@ephraimkreighbaum
Copy link

Thanks @acheong08 this helped me!

@AlJohri
Copy link

AlJohri commented Nov 26, 2023

Thanks @acheong08! Was stuck on this as well.

In retrospect, I see now that this is noted in the README:

NOTE 2: As of macOS 11 (Big Sur), Apple distributes the OS via an InstallAssistant.pkg file. BuildmacOSInstallApp.command is not needed to create the install application when in macOS in this case - and you can simply run InstallAssistant.pkg, which will place the install app in your /Applications folder on macOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants