Jump to content

Ful installation OSX El Capitan(10.11.3) @ P8Z77-M with no problems


conmac7
 Share

5 posts in this topic

Recommended Posts

Hello, and forgive me for my english. Its not my mother language.

 

My system is this:

Mobo: with intel series 7 chipset (Z77), Asus P8Z77-M

RAM: 1DIMM Corsair 8GB @1600MHZ, DDR3

CPU: Intel i7-3770 (not 3770K)

HDD: SATA, ST3250318AS (Seagate, 250GB)

GPU: GF 560SE 1536MB

 

As you can see bellow, OS X sees my pc as an iMac 27" late 2012

 

24652424731_981a3e00c1_b.jpg

 

1. Some options where changed  @BIOS.

You can se my BIOS settings to this link:

https://www.flickr.com/photos/profound-life_photoshoots/sets/72157661853338693

 

For the installation i use USB flash drive. I dont have a mac, so i installed osx on vmware workstation.

 

2. From disk utility format the USB with name "USB" (without ""), format: OS X extended (Jurnaled) and Scheme GUID

3. next download http://sourceforge.net/projects/cloverefiboot/.

4. go to system preferences-->security&privacy-->General. Allow Apps downloaded from: Annyware.

5. Download from appstore el capitan

6. open terminal and write:

sudo /Applications/Install\ OS\ X\ El\ Capitan.app/Contents/Resources/createins­tallmedia --volume /Volumes/USB --applicationpath /Applications/Install\ OS\ X\ El\ Capitan.app --nointeraction

Press enter and enter your password.

7. install clover @ USB drive. Click change location and select your usb that u made @ step 2.

8. Click customize in the clover installer (down left choice) and check the options "install for UEFI boot only", "install clover in the ESP" and from drivers64UEFi select OsxAptioFixDRV-64 (not the  OsxAptioFix2DRV-64). Next install the clover

9. Now you need some kexts for the build-in ethernet, SATA because the disks appear as external, and USBFIx because keyboard and mouse dont work inside the installation program. You need:

AppleACPIPS2Nub, AHCIPortInjector, AppleACPIPS2Nub, ApplePS2Controller, FakePCIID_XHCIMux, FakePCIID, FakeSMC, NullCPUPowerManagement, and some code inside config.plist.

All those you need to copy it at the EFI partition that the clover installer made and you can find it at the OS X desktop.

Download this file:

https://dl.dropboxusercontent.com/u/20648412/kexts_10113.zip

Extract it. Copy the contents (all of them) to the EFI partition/clover/kexts/Other and to EFI partition/clover/kexts/10.11.

10. open the file EFI partition/clover/config.plist with text edit and find <key>Patches</key> (press windows key+f and paste it)

It will find <key>#Patches</key>. The difference is this have an "#" before "Patches". Now you need to write this:

<key>Patches</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>change EHC1 to EH01</string>
					<key>Find</key>
					<data>RUhDMQ==</data>
					<key>Replace</key>
					<data>RUgwMQ==</data>
				</dict>
				<dict>
					<key>Comment</key>
					<string>change EHC2 to EH02</string>
					<key>Find</key>
					<data>RUhDMg==</data>
					<key>Replace</key>
					<data>RUgwMg==</data>
				</dict> 

Your config.plist now looks like this:

<key>ACPI</key>
	<dict>
		<key>#DropMCFG</key>
		<false/>
		<key>#PatchAPIC</key>
		<false/>
		<key>#ResetAddress</key>
		<string>0x64</string>
		<key>#ResetValue</key>
		<string>0xFE</string>
		<key>#SortedOrder</key>
		<array>
			<string>SSDT-3.aml</string>
			<string>SSDT-1.aml</string>
			<string>SSDT-2.aml</string>
		</array>
		<key>#smartUPS</key>
		<false/>
		<key>DSDT</key>
		<dict>
			<key>#DropOEM_DSM</key>
			<dict>
				<key>ATI</key>
				<true/>
				<key>Firewire</key>
				<true/>
				<key>HDA</key>
				<true/>
				<key>HDMI</key>
				<true/>
				<key>IDE</key>
				<true/>
				<key>IntelGFX</key>
				<true/>
				<key>LAN</key>
				<true/>
				<key>LPC</key>
				<false/>
				<key>NVidia</key>
				<true/>
				<key>SATA</key>
				<true/>
				<key>SmBUS</key>
				<false/>
				<key>USB</key>
				<true/>
				<key>WIFI</key>
				<true/>
			</dict>
			<key>Patches</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>change EHC1 to EH01</string>
					<key>Find</key>
					<data>RUhDMQ==</data>
					<key>Replace</key>
					<data>RUgwMQ==</data>
				</dict>
				<dict>
					<key>Comment</key>
					<string>change EHC2 to EH02</string>
					<key>Find</key>
					<data>RUhDMg==</data>
					<key>Replace</key>
					<data>RUgwMg==</data>
				</dict>
			</array>
			<key>#Patches</key>
			<array>
				<dict>
					<key>Comment</key>
					<string>Remove battery device from desktop</string>
					<key>Find</key>
					<data>
					W4IeQkFUMQhfSElEDEHQDAoIX1VJRAEUCF9T
					VEEApAA=
					</data>
					<key>Replace</key>
					<data>
					</data>
				</dict>
				<dict>
					<key>Comment</key>
					<string>Add _SUN property for GIGE</string>
					<key>Find</key>
					<data>
					UFhTWAhfQURSAAhfUFJXEgYC
					</data>
					<key>Replace</key>
					<data>
					UFhTWAhfQURSAAhfU1VOCgQIX1BSVxIGAg==
					</data>
				</dict>
				<dict>
					<key>Comment</key>
					<string>Rename GFX0 to IGPU</string>
					<key>Find</key>
					<data>
					R0ZYMA==
					</data>
					<key>Replace</key>
					<data>
					SUdQVQ==
					</data>
				</dict>
				<dict>
					<key>Comment</key>
					<string>Rename HDEF to AZAL</string>
					<key>Find</key>
					<data>
					SERFRg==
					</data>
					<key>Replace</key>
					<data>
					QVpBTA==
					</data>
				</dict>
			</array>
 

11. Now all you need is to start from USB stick. pressing F8 for my mobo, select your EFI USB. at clover just press the first one to start the installer. You dont need any bootflags. At least my pc didnt need any. Maybe if you have different Nvidia card you will need nv_disable=1 but i had no problems.

(For more info and bootflags see this link http://www.macbreaker.com/2012/01/list-of-common-hackintosh-boot-flags_29.html)

12. Install OS X as you allready know.

13. Whet it finish, at next reboot again select with F8 the EFI USB and again the first one. It will continue the installation for 10-30 minutes.

14. when it finish, again with F8 select EFI USB but now boot from the internal disk that u installed the OS X. Do your configuration, and when you're at desktop, download  again from
next download http://sourceforge.net/projects/cloverefiboot/the clover installer.

15. go to system preferences-->security&privacy-->General. Allow Apps downloaded from: Annyware.

16. install clover @ USB drive. Click change location and now select your disk that you installed el capitan and no the USB drive.

17. Click customize in the clover installer (down left choice) and check the options "install for UEFI boot only", "install clover in the ESP" and from drivers64UEFi select OsxAptioFixDRV-64 (not the  OsxAptioFix2DRV-64). Next install the clover.

18. Again download https://dl.dropboxusercontent.com/u/20648412/kexts_10113.zipand put those files again at the same location /clover/kexts/10.11 and other bun with the difference now at the internals disk EFI.

19. For the sound you will need this:

https://dl.dropboxusercontent.com/u/20648412/AudioP8Z77M.zip

20. extract it and copy the realtekALC.kext to EFI/clover/kexts/other and 10.11

21. run from the audio_CloverALC-master folder (the folder is at the unziped file that u make at step 20) audio_cloverALC-110_v1.0o10.command.

22. answer to all yer (y) and when it will ask for Audio ID select (press) 1 and enter.

23. Now u have an full working 10.11.3 OS X at yor pc with no problems.

 

All that i need now is a working Bluetooth adapter. If anyone knows some working adapters with 10.11.3, please post it.

 

That all folks.

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

man you are life saver finally there is sound and hdmi sound multi thanks  :thumbsup_anim:  :thumbsup_anim:  :thumbsup_anim:

i have problem my ps2 keyboard not working 

ethernet work but wifi not work i have zyxel usb wifi adapter 

any idea plz 

thanks

post-1708650-0-83777000-1462060750_thumb.jpg

Link to comment
Share on other sites

  • 1 year later...
  • 4 weeks later...
 Share

×
×
  • Create New...