Alien::X Posted September 20, 2014 Share Posted September 20, 2014 Spacial Thanks to Sugarface midi 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 4. Rebuild Caches By DPCI Manager 5. Restart Enjoy ..... Attached Files VoodooHDA For ALC 662v2.mpkg.zip 1.08MB 4 Link to comment Share on other sites More sharing options...
Alien::X Posted September 25, 2014 Author Share Posted September 25, 2014 Stuck At missing Bluetooth Controller Transport!! Boot -s. When you see the prompt "root:" Then Type: mount -uw /Type: cd /System/Library/ExtensionsType: mkdir backType: mv AppleIntelHD* AppleIntelF* back/Type: touch ../Extensions Type: reboot 3 Link to comment Share on other sites More sharing options...
Alien::X Posted October 2, 2014 Author Share Posted October 2, 2014 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 X Front Headphone Front Microphone X Front And Back Panel Microphone Coming Soon........ Attachment https://docs.google.com/file/d/0ByXGCIAGS_j9aWFRdVRxcy10U00/edit THNX to naidb 4 Link to comment Share on other sites More sharing options...
Alien::X Posted October 5, 2014 Author Share Posted October 5, 2014 HDMI Sound With this config.plist You will get HDMI Sound [All Credit goes to : toleda ] config.plist.zip 4 Link to comment Share on other sites More sharing options...
Alien::X Posted October 6, 2014 Author Share Posted October 6, 2014 USB 3.0 Fix After Awake From Sleep Install this kext for USB 3.0 GenericUSBXHCI.kext.zip 3 Link to comment Share on other sites More sharing options...
Alien::X Posted October 9, 2014 Author Share Posted October 9, 2014 Worning :: Do not Turn ON FileVault 2 Link to comment Share on other sites More sharing options...
Alien::X Posted October 22, 2014 Author Share Posted October 22, 2014 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 2 Link to comment Share on other sites More sharing options...
Alien::X Posted October 23, 2014 Author Share Posted October 23, 2014 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 2 Link to comment Share on other sites More sharing options...
Alien::X Posted October 24, 2014 Author Share Posted October 24, 2014 Good news For Intel HD 4600 (OS X 10.10 Final) Just add ig_Platform_id=0x0d220003 in clover Only for QE/CI , Not for HDMI Audio....... 2 Link to comment Share on other sites More sharing options...
Alien::X Posted October 24, 2014 Author Share Posted October 24, 2014 To Disable Tubo Boost I Disabled Turbo Boost in Firmware but OS X still turbo boosting Soooo Install this kext to disable turbo boost DisableTurboBoostBattery.kext.zip 2 Link to comment Share on other sites More sharing options...
Alien::X Posted October 25, 2014 Author Share Posted October 25, 2014 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 2 Link to comment Share on other sites More sharing options...
Alien::X Posted January 2, 2015 Author Share Posted January 2, 2015 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 1 Link to comment Share on other sites More sharing options...
Sanddy Posted January 3, 2015 Share Posted January 3, 2015 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 More sharing options...
Alien::X Posted January 4, 2015 Author Share Posted January 4, 2015 If no QE/CI then Add IntelGFX 0x04128086 in Clover But 10.10 Gives Full QE/CI without Add any thing.... Link to comment Share on other sites More sharing options...
Sanddy Posted February 22, 2015 Share Posted February 22, 2015 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 More sharing options...
Alien::X Posted February 24, 2015 Author Share Posted February 24, 2015 upload your DSDT here... Send to me Link to comment Share on other sites More sharing options...
calibre™ Posted April 11, 2015 Share Posted April 11, 2015 @Alien can you upload your alc662 again please Link to comment Share on other sites More sharing options...
Recommended Posts