AutoDMG icon indicating copy to clipboard operation
AutoDMG copied to clipboard

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

Open MagerValp opened this issue 5 years ago • 4 comments

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 avatar Aug 14 '18 14:08 MagerValp

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 avatar Aug 14 '18 14:08 MagerValp

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 avatar Aug 15 '18 07:08 MagerValp

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

MagerValp avatar Sep 28 '18 06:09 MagerValp

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

arubdesu avatar Jan 23 '19 06:01 arubdesu