Contribute
Register

Clover Booting Guide: Z77X-UD5H- HD4000+GT640

Status
Not open for further replies.
I had another go now we have the same CPU and had more luck this time.

The first thing I did come across was a reboot instead of turning off when shutting down, does that sound like another patch required or perhaps a problem with my Config.plist?
 
I've given up on the HD 7970 and went to the GTX 780. Although I'll need a new DSDT. I've tried making a new one which I previously succeeded in, but it gives me errors I can't resolve. Can anyone have a look?

--FIXED
 
now its easy.
U can make dsdt using patch from PJALM gigabyte repo.
It works perfect now!
And use this simple config.plist

Code:
<key>ACPI</key>
	<dict>
		<key>GenerateIvyStates</key>
		<true/>
	</dict>
	<key>GUI</key>
	<dict>
		<key>DebugLog</key>
		<false/>
		<key>DefaultBootVolume</key>
		<string>ML</string>
		<key>HideEntries</key>
		<dict>
			<key>Duplicate</key>
			<false/>
			<key>ExternalUEFI</key>
			<false/>
			<key>Gentoo</key>
			<false/>
			<key>Grub</key>
			<false/>
			<key>InternalUEFI</key>
			<true/>
			<key>OSXInstall</key>
			<false/>
			<key>OpticalUEFI</key>
			<false/>
			<key>Recovery</key>
			<false/>
			<key>Ubuntu</key>
			<false/>
			<key>WindowsEFI</key>
			<false/>
		</dict>
		<key>Mouse</key>
		<dict>
			<key>Enabled</key>
			<true/>
			<key>Speed</key>
			<integer>2</integer>
		</dict>
		<key>Theme</key>
		<string>metal</string>
		<key>Timeout</key>
		<integer>10</integer>
		<key>Volumes</key>
		<dict>
			<key>Hide</key>
			<array>
				<string>VOLUME_NAME</string>
				<string>VOLUME_UUID</string>
				<string>TODO_HIDE_VOLUME_BY_TYPE/GROUP</string>
			</array>
			<key>Legacy</key>
			<string>No</string>
		</dict>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>PatchVBios</key>
		<false/>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<false/>
		<key>AsusAICPUPM</key>
		<false/>
		<key>Debug</key>
		<false/>
		<key>KernelCpu</key>
		<false/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Find</key>
				<data>
				QVBQTEUgU1NEAA==
				</data>
				<key>Name</key>
				<string>IOAHCIBlockStorage</string>
				<key>Replace</key>
				<data>
				AAAAAAAAAAAAAA==
				</data>
			</dict>
		</array>
	</dict>
	<key>PCI</key>
	<dict>
		<key>InjectClockID</key>
		<false/>
		<key>USBFixOwnership</key>
		<false/>
		<key>USBInjection</key>
		<false/>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>LogEveryBoot</key>
		<string>Yes</string>
		<key>LogLineCount</key>
		<integer>3000</integer>
		<key>MountEFI</key>
		<true/>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectSystemID</key>
		<true/>
		<key>LegacyBoot</key>
		<string>PBR</string>
		<key>boot-args</key>
		<string>slide=0</string>
		<key>prev-lang:kbd</key>
		<string>en:0</string>
	</dict>
</dict>
</plist>

Its working great like this using r1764 version of clover.
 
So by applying the All-in-One patch for the board, you don't need the GbE, SATA and so on patches? What about the ALX and Atheros patch you provided, xpamamadeus?
 
Why is your config.plist now without MacMini speedstep? Last question :p.
 
Why is your config.plist now without MacMini speedstep? Last question :p.
I reinstall osx and didnt mod about this mac again soo i just delete macmini from config till i make modification again.
I dont like that about this mac says i have macmini server,cuz i have really big case CM Stacker and dont like mini things :D
 
I applied PJALM's all-in-onw patch, but I don't have Intel GbE. Seperately patch it?
 
Status
Not open for further replies.
Back
Top