Contribute
Register

Random reboot after installing Clover

Status
Not open for further replies.
Joined
Feb 8, 2010
Messages
160
Motherboard
Gigabyte GA-Z87X-UD4H
CPU
i5-4670K
Graphics
RX 580
Mac
  1. MacBook Air
Mobile Phone
  1. iOS
[HELP] Random reboot after installing Clover

Hi I am getting a random reboot in Mavericks 10.9.5 once every couple of days and I'm trying to work out why.

It started happening after I installed Clover to prepare for Yosemite, which I have installed on my Clone partition and have also experienced reboots.

Just now I was listening to iTunes and searching for images in DuckDuckGo with a few ****** tabs open.

Below is system.log from Console. Text log is a few logs before BOOT_TIME, the log before these starts 5 mins prior. Attached screenshot gives a condensed view.

Build specs are in my profile sidebar.

Clover config.plist
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>DropOEM_DSM</key>
			<false/>
			<key>Fixes</key>
			<dict>
				<key>AddDTGP_0001</key>
				<false/>
				<key>AddHDMI_8000000</key>
				<false/>
				<key>AddIMEI_80000</key>
				<false/>
				<key>AddMCHC_0008</key>
				<false/>
				<key>AddPNLF_1000000</key>
				<false/>
				<key>DeleteUnused_400000</key>
				<false/>
				<key>FIX_ACST_4000000</key>
				<false/>
				<key>FIX_ADP1_800000</key>
				<false/>
				<key>FIX_INTELGFX_100000</key>
				<false/>
				<key>FIX_RTC_20000</key>
				<false/>
				<key>FIX_S3D_2000000</key>
				<false/>
				<key>FakeLPC_0020</key>
				<false/>
				<key>FiX_TMR_40000</key>
				<false/>
				<key>FiX_WAK_200000</key>
				<false/>
				<key>FixAirport_4000</key>
				<false/>
				<key>FixDarwin_0002</key>
				<false/>
				<key>FixDisplay_0100</key>
				<false/>
				<key>FixFirewire_0800</key>
				<false/>
				<key>FixHDA_8000</key>
				<false/>
				<key>FixHPET_0010</key>
				<false/>
				<key>FixIDE_0200</key>
				<false/>
				<key>FixIPIC_0040</key>
				<false/>
				<key>FixLAN_2000</key>
				<false/>
				<key>FixRegions_10000000</key>
				<false/>
				<key>FixSATA_0400</key>
				<false/>
				<key>FixSBUS_0080</key>
				<false/>
				<key>FixShutdown_0004</key>
				<false/>
				<key>FixUSB_1000</key>
				<false/>
				<key>NewWay_80000000</key>
				<false/>
			</dict>
			<key>Name</key>
			<string>DSDT.aml</string>
			<key>ReuseFFFF</key>
			<false/>
		</dict>
		<key>HaltEnabler</key>
		<false/>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<false/>
			<key>Generate</key>
			<dict>
				<key>CStates</key>
				<false/>
				<key>PStates</key>
				<false/>
			</dict>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string></string>
		<key>DefaultVolume</key>
		<string>Yosemite</string>
		<key>Legacy</key>
		<string>PBR</string>
		<key>Log</key>
		<true/>
		<key>Secure</key>
		<false/>
		<key>Timeout</key>
		<integer>0</integer>
		<key>XMPDetection</key>
		<string>NO</string>
	</dict>
	<key>Devices</key>
	<dict>
		<key>Audio</key>
		<dict>
			<key>Inject</key>
			<string>1</string>
		</dict>
		<key>FakeID</key>
		<dict>
			<key>ATI</key>
			<string>0x0</string>
			<key>IMEI</key>
			<string>0x0</string>
			<key>IntelGFX</key>
			<string>0x0</string>
			<key>LAN</key>
			<string>0x0</string>
			<key>NVidia</key>
			<string>0x0</string>
			<key>SATA</key>
			<string>0x0</string>
			<key>WIFI</key>
			<string>0x0</string>
			<key>XHCI</key>
			<string>0x0</string>
		</dict>
		<key>USB</key>
		<dict>
			<key>FixOwnership</key>
			<false/>
			<key>Inject</key>
			<false/>
		</dict>
		<key>UseIntelHDMI</key>
		<false/>
	</dict>
	<key>DisableDrivers</key>
	<array>
		<string>Nothing</string>
	</array>
	<key>GUI</key>
	<dict>
		<key>Hide</key>
		<array>
			<string>Windows</string>
			<string>\EFI\BOOT\BOOTX64.EFI</string>
		</array>
		<key>Language</key>
		<string>en:0</string>
		<key>Mouse</key>
		<dict>
			<key>Enabled</key>
			<true/>
			<key>Speed</key>
			<integer>8</integer>
		</dict>
		<key>Scan</key>
		<dict>
			<key>Entries</key>
			<true/>
			<key>Legacy</key>
			<string>First</string>
			<key>Tool</key>
			<true/>
		</dict>
		<key>Theme</key>
		<string></string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<true/>
			<key>NVidia</key>
			<false/>
		</dict>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>AsusAICPUPM</key>
		<true/>
		<key>KernelPm</key>
		<true/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>External icons patch</string>
				<key>Find</key>
				<data>
				RXh0ZXJuYWw=
				</data>
				<key>Name</key>
				<string>AppleAHCIPort</string>
				<key>Replace</key>
				<data>
				SW50ZXJuYWw=
				</data>
			</dict>
		</array>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>LogEveryBoot</key>
		<string>10</string>
		<key>LogLineCount</key>
		<integer>3000</integer>
		<key>MountEFI</key>
		<string>Yes</string>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>BiosVendor</key>
		<string>Apple Inc.</string>
		<key>BiosVersion</key>
		<string>MP31.88Z.006C.B05.0802291410</string>
		<key>BiosReleaseDate</key>
		<string>02/29/08</string>
		<key>Manufacturer</key>
		<string>Apple Inc.</string>
		<key>ProductName</key>
		<string>MacPro3,1</string>
		<key>Version</key>
		<string>1.0</string>
		<key>Family</key>
		<string>Mac Pro</string>
		<key>BoardManufacturer</key>
		<string>Apple Inc.</string>
		<key>Board-ID</key>
		<string>Mac-F42C88C8</string>
		<key>Trust</key>
		<false/>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Detect</string>
		<key>InjectSystemID</key>
		<true/>
	</dict>
</dict>
</plist>

system.log
Code:
Oct 28 08:49:59 MacPro.local com.apple.WebKit.Plugin.64[6560]: CoreText performance note: Client called CTFontCreateWithName() using name "Arial Unicode MS" and got font with PostScript name "ArialUnicodeMS". For best performance, only use PostScript names when calling this API.
Oct 28 08:49:59 MacPro.local com.apple.WebKit.Plugin.64[6560]: CoreText performance note: Set a breakpoint on CTFontLogSuboptimalRequest to debug.
Oct 28 08:49:59 MacPro.local com.apple.WebKit.Plugin.64[6560]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
Oct 28 08:59:30 localhost bootlog[0]: BOOT_TIME 1414448970 0
Oct 28 08:59:31 localhost syslogd[19]: Configuration Notice:
	ASL Module "com.apple.appstore" claims selected messages.
	Those messages may not appear in standard system log files or in the ASL database.
Oct 28 08:59:31 localhost syslogd[19]: Configuration Notice:
	ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
	Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
Oct 28 08:59:31 localhost syslogd[19]: Configuration Notice:
	ASL Module "com.apple.authd" claims selected messages.
	Those messages may not appear in standard system log files or in the ASL database.

...

Oct 28 08:59:31 --- last message repeated 6 times ---
Oct 28 08:59:31 localhost kernel[0]: Longterm timer threshold: 1000 ms
Oct 28 08:59:31 localhost kernel[0]: PMAP: PCID enabled
Oct 28 08:59:31 localhost kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
Oct 28 08:59:31 localhost kernel[0]: Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
Oct 28 08:59:31 localhost kernel[0]: vm_page_bootstrap: 4056417 free pages and 105119 wired pages
Oct 28 08:59:31 localhost kernel[0]: kext submap [0xffffff7f807a9000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a9000]
Oct 28 08:59:31 localhost kernel[0]: zone leak detection enabled
Oct 28 08:59:31 localhost kernel[0]: "vm_compressor_mode" is 4
Oct 28 08:59:31 localhost kernel[0]: standard timeslicing quantum is 10000 us
Oct 28 08:59:31 localhost kernel[0]: standard background quantum is 2500 us
Oct 28 08:59:31 localhost kernel[0]: mig_table_max_displ = 74
Oct 28 08:59:31 localhost kernel[0]: TSC Deadline Timer supported and enabled
Oct 28 08:59:31 localhost kernel[0]: "name" not a kext
Oct 28 08:59:31 localhost kernel[0]: "Kernel-__SYMTAB" not a kext
Oct 28 08:59:31 localhost kernel[0]: "DriversPackage-2cb7000" not a kext
Oct 28 08:59:31 localhost kernel[0]: FakeSMCKeyStore: started
Oct 28 08:59:31 localhost kernel[0]: AppleKeyStore starting (BUILT: Aug 17 2014 20:21:39)
Oct 28 08:59:31 localhost kernel[0]: FakeSMC v6.0.997 Copyright 2013 netkas, slice, usr-sse2, kozlek, navi, THe KiNG, RehabMan. All rights reserved.
Oct 28 08:59:31 localhost kernel[0]: FakeSMC: 12 preconfigured keys added
 

Attachments

  • Screen Shot 2014-10-28 at 9.04.41 am.png
    Screen Shot 2014-10-28 at 9.04.41 am.png
    130.1 KB · Views: 82
It happened again! Is any one able to help please?

Here's system.log just before crash. Below is a condensed screenshot.

I can see shutdown[206]: reboot by _softwareupdate: but why would the system just crash, instead of asking me to reboot?

Code:
Nov  8 14:10:47 MacPro kernel[0]: Sound assertion in AppleHDAEngine at line 581
Nov  8 14:10:47 MacPro.local launchctl[160]: com.apple.findmymacmessenger: Already loaded
Nov  8 14:10:48 MacPro.local com.apple.SecurityServer[15]: Session 100005 created
Nov  8 14:10:48 MacPro.local loginwindow[108]: Login Window Started Security Agent
Nov  8 14:10:48 MacPro.local SecurityAgent[168]: This is the first run
Nov  8 14:10:48 MacPro.local SecurityAgent[168]: MacBuddy was run = 0
Nov  8 14:10:48 MacPro.local WindowServer[141]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x0424764c device: 0x7fc9a1702900  isBackBuffered: 1 numComp: 3 numDisp: 3
Nov  8 14:10:48 MacPro.local WindowServer[141]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fc9a1702900) - enabling OpenGL
Nov  8 14:10:48 MacPro.local UserEventAgent[162]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
Nov  8 14:10:48 MacPro kernel[0]: AppleIntelE1000e(Info): e1000e NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
Nov  8 14:10:48 MacPro kernel[0]: hfs: mounted Clover on device disk4s1
Nov  8 14:10:48 MacPro com.apple.launchd[1] (com.apple.ManagedClient): Throttling respawn: Will start in 10 seconds
Nov  8 14:10:48 MacPro.local mds[105]: (Normal) Volume: volume:0x7ff76a816c00 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:/Volumes/Clover/.Spotlight-V100/Store-V1 occlude:0 /Volumes/Clover
Nov  8 14:10:48 MacPro.local parentalcontrolsd[183]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
Nov  8 14:10:48 MacPro kernel[0]: hfs: unmount initiated on Clover on device disk4s1
Nov  8 14:10:49 MacPro kernel[0]: hfs: unmount initiated on Yosemite on device disk1s3
Nov  8 14:10:49 MacPro.local WindowServer[141]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
Nov  8 14:10:49 MacPro kernel[0]: NTFS volume name Windows, version 3.1.
Nov  8 14:10:49 MacPro.local WindowServer[141]: Display 0x0424764c: Unit 0; ColorProfile { 2, "Cinema HD"}; TransferFormula (1.000000, 1.000000, 1.000000)
Nov  8 14:10:50 --- last message repeated 1 time ---
Nov  8 14:10:50 MacPro com.apple.launchd[1] (com.apple.ManagedClient): Throttling respawn: Will start in 8 seconds
Nov  8 14:10:50 MacPro.local fseventsd[63]: disk logger: failed to open output file /Volumes/Yosemite/.fseventsd/000000000cb7e095 (No such file or directory). mount point /Volumes/Yosemite/.fseventsd
Nov  8 14:10:50 --- last message repeated 1 time ---
Nov  8 14:10:50 MacPro.local configd[18]: network changed: v4(en0+:10.8.7.2) DNS+ Proxy+ SMB
Nov  8 14:10:52 MacPro.local ntpd[133]: proto: precision = 1.000 usec
Nov  8 14:10:53 MacPro.local coreservicesd[44]: Received request to reset fmod watch. Latest received id is 3725775426. Latest sent id is 3725775426
Nov  8 14:10:53 MacPro.local mds[105]: (Normal) Volume: volume:0x7ff76b86bc00 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Windows
Nov  8 14:10:55 MacPro.local SecurityAgent[168]: User info context values set for >restart
Nov  8 14:10:55 MacPro.local loginwindow[108]: Login Window - Returned from Security Agent
Nov  8 14:10:55 MacPro.local shutdown[206]: reboot by _softwareupdate: 
Nov  8 14:10:55 MacPro kernel[0]: Kext loading now disabled.
Nov  8 14:10:55 MacPro kernel[0]: Kext unloading now disabled.
Nov  8 14:10:55 MacPro kernel[0]: Kext autounloading now disabled.
Nov  8 14:10:55 MacPro kernel[0]: Kernel requests now disabled.
Nov  8 14:10:55 MacPro.local shutdown[206]: SHUTDOWN_TIME: 1415418055 538601
 

Attachments

  • Screen Shot 2014-11-08 at 2.20.22 pm.png
    Screen Shot 2014-11-08 at 2.20.22 pm.png
    104.2 KB · Views: 69
Status
Not open for further replies.
Back
Top