Posted on 03-26-2015 01:40 PM
We are new users of the Casper Suite here and have begun testing Yosemite upgrades and have run into some serious issues.
Has anyone run into these sort of issues?
Solved! Go to Solution.
Posted on 03-26-2015 04:18 PM
This is unfortunately a well known issue both in JAMF and elsewhere, with over 300 posts on this JAMF Nation thread. Are these computers bound to Active Directory? Can you avoid upgrading to Yosemite yet?
Posted on 03-26-2015 05:11 PM
The solution from https://jamfnation.jamfsoftware.com/discussion.html?id=12589 worked for me.
Simply put, created a file called rc.server in the /etc directory that contains the following script:
#!/bin/sh
# Solves Yosemite Macs stuck at 50% boot (Progress Bar)
/bin/echo BootCacheKludge Beta 1.0 - Chris Hotte 2015 - No rights/blame reserved.
/usr/sbin/BootCacheControl jettison
Reboot
Posted on 03-26-2015 01:51 PM
There is a script thought up by some clever cookie that can be created using nano from single user mode that solves the boot issue. (Command + S during boot)
https://jamfnation.jamfsoftware.com/discussion.html?id=12589#responseChild76389
Posted on 03-26-2015 04:18 PM
This is unfortunately a well known issue both in JAMF and elsewhere, with over 300 posts on this JAMF Nation thread. Are these computers bound to Active Directory? Can you avoid upgrading to Yosemite yet?
Posted on 03-26-2015 04:42 PM
@pevans other than the superb suggestions above.
It's also been suggested that 10.10.3 beta resolves the "loginlockout" issue.
If you're testing 10.10.3, it might be worth testing the beta.
Posted on 03-26-2015 05:11 PM
The solution from https://jamfnation.jamfsoftware.com/discussion.html?id=12589 worked for me.
Simply put, created a file called rc.server in the /etc directory that contains the following script:
#!/bin/sh
# Solves Yosemite Macs stuck at 50% boot (Progress Bar)
/bin/echo BootCacheKludge Beta 1.0 - Chris Hotte 2015 - No rights/blame reserved.
/usr/sbin/BootCacheControl jettison
Reboot
Posted on 03-27-2015 06:48 AM
Thanks for the quick responses. The tip for creating the rc.server file worked for me.