MagerValp / AutoDMG

Create deployable system images from OS X installer
1.22k stars 117 forks source link

10.14b4+ fails to build if the Mojave installer app is on the system drive #222

Open MagerValp opened 6 years ago

MagerValp commented 6 years ago

Description of issue

If a Mojave b4+ installer app on the system drive (e.g. in /Applications) is used as the source.

Expected behavior

Successfully built image

Actual behavior

The build fails with "Installation of 'InstallInfo.plist' failed with return code 1. See the log for details."

Steps to reproduce

  1. Download Install macOS Mojave Beta.app b4 or newer, and save it in /Applications
  2. Use Install macOS Mojave Beta.app as the source in AutoDMG
  3. Click Build.

Log file

AutoDMG-2018-08-14.log

MagerValp commented 6 years ago

To work around this bug, store the Mojave installer on an external volume, such as a dmg or a USB drive. Thanks to @pudquick for discovering this workaround.

MagerValp commented 6 years ago

SIU / OSInstaller.framework bug: filed as feedback assistant #4813714, radar #43296160, enterprise case #100613736022

https://twitter.com/mikeymikey/status/1029494521438982144

I've received several indicators it's being given a closer look. Thanks everyone ❤️

MagerValp commented 6 years ago

Please join #autodmg on MacAdmins Slack for support and feedback. This is only for keeping track of the bug.

arubdesu commented 5 years ago

To be explicit about 'storing the Mojave installer on an external volume, such as a dmg', here's a oneliner: sudo hdiutil create -fs HFS+ -srcfolder /Applications/Install\ macOS\ Mojave.app /tmp/Install_macOS_10.14.3-18D42.dmg