Hello all,
I am having an issue similar to this: https://jamfnation.jamfsoftware.com/discussion.html?id=17622
I am using autodmg 1.54 to build a never booted dmg of 10.11.1 for re-imaging with El Capitan.
I have a number of pkgs in my Casper imaging config that are installing on reboot. However, when it reboots it is going to the iCloud login prompt instead of the jamfhelper ‘busy imaging’ curtain while it installs everything. With the Adobe suite, that means it can sit there for a long time like that, which is potentially confusing to our other techs.
I think I had issues similar to this in Yosemite but used a payload-free-pig to kick off jamfhelper on reboot which superseded any other nonsense beneath the curtain. In El Capitan when I do that, my jamfhelper curtain hangs the reboot post first-run.
I have a 1st run script that runs on reboot via Casper as well. In it I have embedded items from @rtrouton 's script to suppress the iCloud prompt, which works great subsequent to this first reboot. I thought maybe it was running too late in the startup process, so I moved that part out into a launchdaemon & script, installed on the target volume prior to reboot. Now that is running earlier during boot now, but I think because the account it’s booting into is the new _mbsetupuser, which appears to be created on the fly on first boot in /var/setup, it has no effect. I tried pointing the launchdamon/script to /var/setup specifically, but I think there is an issue with timing.
Is this unavoidable? Any beloved alternatives working well with 10.11?
Thanks!