So, I just installed 10.11.6 - one pass, it's the latest version I had from Apple.
Is it ok to update whatever needs to update, without running turning off SIP in csrutil? After doing so in recovery mode, the machine just stalls upon restart. Could be a bad, old drive, or, has this happened to anyone else here?
Do you mean that you have used the combo updater downloaded from the Apple Support Web site, or do you mean that you used the App Store Upgrade process?
What version did you start with, before you upgraded to 10.11.6?
The most likely effect is that you have upgraded and the boot.efi files have been replaced by the Apple versions.
You should be able to boot from your Recovery HD.
From the Utilities menu start a Terminal
If I assume your normal boot volume is named "
Macintosh HD"
(change this to suit your machine)
Code:
ls -lh /Volumes/Macintosh\ HD/System/Library/CoreServices/boot.efi
and
Code:
ls -lh /Volumes/Macintosh\ HD/usr/standalone/i386/boot.efi
Both of those files should report a file size around 330Kb. If either of them is larger (most typically around 600KB) then you have the Apple boot.efi files.
If your boot.efi files are okay, the other possibility is that your "blessed" status has gone bad. Fix this by running the Startup Disk selection (from the apple menu
, or cmd-q everything in the Recovery screen, you should get a sheet with the option to choose the startup disk)
If your boot.efi files are the wrong size, copy the version from the Recovery HD,
Code:
ls -lh /Volumes/Image\ Volume/com.apple.recovery.boot/boot.efi
should be around 300Kb
Code:
cp -f /Volumes/Image\ Volume/com.apple.recovery.boot/boot.efi /Volumes/Macintosh\ HD/System/Library/CoreServices/boot.efi
cp -f /Volumes/Image\ Volume/com.apple.recovery.boot/boot.efi /Volumes/Macintosh\ HD/usr/standalone/i386/boot.efi
Then ensure you select the correct Startup Disk as above
[doublepost=1507711406][/doublepost]
----------------------------------------------------------------------------------------------------
Post merging doesn't make it clear that I'm responding to two different forum members
----------------------------------------------------------------------------------------------------
Thanks was able to grab the console log after after it restarted this morning. Log file:
https://cl.ly/2P01052E1D1V
Okay.
Two things:
- That's not the file I was asking for, you need to find the file that details the crash...
- Log files are text, there's no need to copy and paste into a Word/OpenOffice document.
- Start the Console app
- In the left hand pane, scroll (or look for) the section headed DIAGNOSTIC AND USAGE INFORMATION
- Open the section labelled System Diagnostic Reports (it toggles open/collapsed)
- Look for a crash report, probably labelled kernel..., dated around the time of the last crash
- Right click that report, choose Reveal in Finder (cmd-R)
- Right click the actual file (highlighted)
- Choose "Compress..."
- The Finder will compress the file and create a new file on your Desktop with the same name and a .zip extension
- Upload that file to a post here