Jump to content

[Guide] Install OS X 10.10 on CPU:i7 4770k Bord:Intel DB85FL


Alien::X
 Share

17 posts in this topic

Recommended Posts

43446.jpg324112-intel-core-i7-4770k-front-and-bac

 

 

Spacial Thanks to

Sugarface

midi :D

artur-pt

deadman

pokenguyen

Download-Fritz

IlhanRaja  <_<

Onixs

naiclub

 

Create USB Installer

1. An 8GB or bigger USB drive

 

2. Obtain a copy of Yosemite 10.10

 

3. Navigate to where the "Install Yosemite 10.10.app" file is located. Right click on it and select "Show package contents". Go to Contents/SharedSupport and mount "InstallESD.dmg".

 

3a. Go into Terminal and type the following, and a "BaseSystem" partition should mount on your desktop.

open "/Volumes/OS X Install ESD/BaseSystem.dmg"

 

4. Using Disk Utility, restore the "Base System" to your MBR-formatted flashdrive.
 
5. After the restore is complete, you can unmount the "Base System" from the DMG file and rename your USB to "Installer" or similar.
 
6. On your newly-imaged installer, navigate to System/Installation and delete the alias to "Packages". Open the previously-mounted "OS X Install ESD" and copy the "Packages" folder to where you deleted the alias (System/Installation).
 
7. Fire up Terminal, and enter the following:
         
cp "/Volumes/OS X Install ESD/BaseSystem.dmg" /Volumes/Name_of_your_USB/ 
cp "/Volumes/OS X Install ESD/BaseSystem.chunklist" /Volumes/Name_of_your_USB/
8. Copy any extensions you need for booting onto the drive. Everyone needs FakeSMC. Copy these .kext files from /System/Library/Extensions to System/Library/Extensions on your installer USB.
 
9. Boot into Clover, and go into "options". Change the boot-args to "-v kext-dev-mode=1" and Graphics Injector Manu > FakeID 0x0d22003 ,Exit back to the main menu using the escape key.
 
10. Select your installer USB and boot it in Clover.
 
11. Install the OS, but do not reboot after it's done.
 
12. Open Disk Utility and identify your OS disk identifer: eg disk3s1, disk 1s2, etc.
 
13. Open Terminal and run the following:

mkdir /Volumes/HD
mount -t hfs /dev/<diskidentifer> /Volumes/HD
and copy your third-party kexts using CP as shown: cp /System/Library/Extensions/XX.kext/ /Volumes/HD/System/Library/Extensions/XX.kext
 
so, if I wanted to copy FakeSMC.kext:
 
cp /System/Library/Extensions/FakeSMC.kext/ /Volumes/HD/System/Library/FakeSMC.kext
 
14. Close Terminal and reboot into the Yosemite partition, using the same boot-args as before

Full QE/CI Intel HD 4600 (Only For DP's)

 

 

Install this kext  >> https://docs.google....VlXZ01qOXhNVFU/

 

ADD In Clover Config. Devices > IntelGFX 0x04128086 

 

0x04128086 is My Graphics device ID in DPCI Manager

 

Screenshot of DPCI Manager ::

https://lh3.googleusercontent.com/eS0ow4U7r8t55lTWRvRMLIVwmaNHU-pZlhogvgD-ILOsXg3XpPsF8WdfEnZoZNk9Q8I7yzyu-pA=w1300-h748

 

ALC 662v2 VoodooHDA

 

1. Remove AppleHDA , HDAEnabler , HDAEnabler1 ,HDAEnabler2 etc. kext from S/L/E

 

2. Rebuild Caches By DPCI Manager

 

3. Install VoodooHDA For ALC 662v2.mpkg

 

dpa80g.jpg

 

4. Rebuild Caches By DPCI Manager

 

5. Restart

 

Enjoy .....

Attached Files
  • Like 4
Link to comment
Share on other sites

Stuck At missing Bluetooth Controller Transport!!



Boot -s. When you see the prompt "root:"

 

Then

 

Type: mount -uw /
Type: cd /System/Library/Extensions
Type: mkdir back
Type: mv AppleIntelHD* AppleIntelF* back/
Type: touch ../Extensions

Type: reboot

  • Like 3
Link to comment
Share on other sites

AppleHDA

Realtek ALC 662v2 (Realtek ALC662 rev-1)

 

                                                                       129262192.jpg

 

Now Front panel Output Comes with ALC 662v2 Specially for PC and Intel Boards ( AppleHDA from Developer : Golden Master )

 

 

Working ::

 

Back Line Out

Back LineIn

Back Microphone X

Front Headphone

Front Microphone X

 

 

 

 

16h7p1u.jpg

Front And Back Panel Microphone Coming Soon........

 

 

Attachment

 

https://docs.google.com/file/d/0ByXGCIAGS_j9aWFRdVRxcy10U00/edit

 

 

THNX to naidb

  • Like 4
Link to comment
Share on other sites

  • 2 weeks later...

Updated AppleHDA

 

Realtek ALC 662v2 (Realtek ALC662 rev-1)

 

Now Front panel Output Comes with ALC 662v2 Specially for PC and Intel Boards ( AppleHDA from Developer : Golden Master )

 

 

Working ::

 

Back Line Out

Back LineIn

Back Microphone 

Front Headphone

 

Not Working ::

 

Front Microphone X

 

 

AppleHDA.kext.zip

  • Like 2
Link to comment
Share on other sites

Glitch on Apple logo

 

Add lines to <key>KextsToPatch</key> in Config.plist

			<dict>
				<key>Comment</key>
				<string>Second Stage Boot1</string>
				<key>Find</key>
				<data>
				hcB0XUg=
				</data>
				<key>Name</key>
				<string>IOGraphicsFamily</string>
				<key>Replace</key>
				<data>
				McB0W0g=
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Second Stage Boot2</string>
				<key>Find</key>
				<data>
				QYjE6wM=
				</data>
				<key>Name</key>
				<string>IOGraphicsFamily</string>
				<key>Replace</key>
				<data>
				QYjE6yM=
				</data>
			</dict>

Then restart with "kext-dev-mode=1 -v -s"

 

Type:::

mount -uw /
touch /System/Library/Extensions
reboot

The normal boot


First boot to Recovery HD

Start with "kext-dev-mode=1 -v -s" on Recovery HD

 

Type:::

mount -uw /
touch /System/Library/Extensions
reboot

Normal boot with Recovery HD

  • Like 2
Link to comment
Share on other sites

For AppleLPC

 

Add <string>pci8086,8c50</string> In your Info.plist of Kext

 

Like this ....

			<key>IONameMatch</key>
			<array>
				<string>pci8086,9c43</string>
				<string>pci8086,8c44</string>
				<string>pci8086,8c4b</string>
				<string>pci8086,8c50</string>
				<string>pci8086,1c42</string>
				<string>pci8086,1c44</string>
				<string>pci8086,1c4e</string>
				<string>pci8086,1c4c</string>
				<string>pci8086,1c50</string>
				<string>pci8086,1c4a</string>
				<string>pci8086,1c46</string>
				<string>pci8086,1c5c</string>
				<string>pci8086,1c52</string>
				<string>pci8086,1c54</string>
				<string>pci8086,1c56</string>
				<string>pci8086,1c43</string>
				<string>pci8086,1c4f</string>
				<string>pci8086,1c47</string>
				<string>pci8086,1c4b</string>
				<string>pci8086,1c49</string>
				<string>pci8086,1c41</string>
				<string>pci8086,1c4d</string>
				<string>pci8086,1d41</string>
				<string>pci8086,1e42</string>
				<string>pci8086,1e55</string>
				<string>pci8086,1e58</string>
				<string>pci8086,1e57</string>
				<string>pci8086,1e59</string>
				<string>pci8086,1e5d</string>
				<string>pci8086,1e43</string>
				<string>pci8086,1e56</string>
			</array>

Reinstall Kext and Reboot

  • Like 2
Link to comment
Share on other sites

  • 2 months later...

New Updated AppleHDA with 10.10.2 support


 


Realtek ALC 662v2 (Realtek ALC662 rev-1)


 


 


Working ::


 


Back Line Out


Back LineIn


Back Microphone 


Front Headphone


 


Not Working ::


 


Front Microphone X


 


 


Add these lines in DSDT



Device (HDEF)
{
Name (_ADR, 0x001B0000)
Method (_DSM, 4, NotSerialized)
{
Store (Package (0x06)
{
"hda-gfx",
Buffer (0x0A)
{
"onboard-2"
},

"layout-id",
Buffer (0x04)
{
0x0C, 0x00, 0x00, 0x00
},

"PinConfigurations",
Buffer (Zero) {}
}, Local0)
DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
Return (Local0)
}
}


AppleHDA.kext.zip

  • Like 1
Link to comment
Share on other sites

thanks for posing this very useful guide. I too am using Intel DB85fl motherboard with i5 4440 processor. With your guide I am able to get Yosemite installed correctly. Only thing not working is that the graphics card keeps showing 7mb ram. I am using clover and have set the ig_Platform_id=0x0d220003  as well as selected InjectEDID and InjectIntel. Can you point out what I am missing here to get full QT ? Thanks.

Link to comment
Share on other sites

  • 1 month later...

hey your trick worked. thanks a ton for your help. 

 

Although I am still not being able to get Audio to work. I looked at your post from "2 Jan" downloaded the AppleHDA.kext.zip file and used DPCI Manager to install it. Although I am not sure where to edit the DSDT. Also should I also be editing the config.plist? I am confused. Can you please help me again? Thanks. 

Link to comment
Share on other sites

  • 1 month later...
 Share

×
×
  • Create New...