Advertisement
midi1996

v.Kouk LOL

Apr 29th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. 1) First we made a OS X (Mav) USB Installer w/ DiskMaker X from here : http://www.insanelymac.com/forum/topic/296469-noobs-guide-how-to-install-os-x-mavericks-from-scratch-in-progress/ (Part II only)
  2.  
  3. 2) We installed Clover (on Mac : http://sourceforge.net/projects/cloverefiboot/ | On Windows : http://cvad-mac.narod.ru/index/0-5 ) on the USB (even the one we made from Windows counts as we have made it on the USBI :P ) w/ the following options (for Windows users you just install it and :
  4. 1) Install on ESP partition (optional)
  5. 2) Boot0af (to use only on USB)
  6. 3) Themes (optional but choose at least one)
  7. 4) Drivers32 and Driver64
  8. 5) Drivers64UEFI : All of them but the OsxLowMemFixDrv
  9. 6) RC/PrefPane (optional)
  10.  
  11. 3) Configure Clover w/ Clover Configurator and copy kexts to /efi/clover/kexts/10.X (X is the version of OS X)
  12.  
  13. 4) Boot clover from Legacy (or UEFI if you selected ESP)
  14.  
  15. 5) Boot OS X and Install it on an HFS+ formatted disk/partition
  16.  
  17. 6) Boot again to OS X and install Clover on HDD, then copy kexts from /efi/clover/kexts/10.X and fix caches (use terminal : sudo touch /System/Library/Extension ) and this time choose these (depends on your PC ) :
  18. 1) Install on ESP partition (optional)
  19. 2) Boot0ss(to use only on HDD)
  20. 3) Select Clover64 IOBiosBlock (ONLY for some mobos and PCs if partitions don't show up)
  21. 3) Themes (optional but choose at least one)
  22. 4) Drivers32 and Driver64
  23. 5) Drivers64UEFI : All of them but the OsxLowMemFixDrv
  24. 6) RC/PrefPane (optional)
  25.  
  26. 7) Reconfigure it w/ Clover Configurator, or copy the config.plist configured already to /EFI/Clover/
  27.  
  28. 8) Now download MaciASL (http://sourceforge.net/projects/maciasl/?source=navbar), DPCIManager (http://sourceforge.net/projects/dpcimanager/?source=recommended) and kext Wizard (http://www.insanelymac.com/forum/topic/253395-kext-wizard-easy-to-use-kext-installer-and-more/) OR kext Utility (http://cvad-mac.narod.ru/index/0-4)
  29.  
  30. 9) Make a DSDT and and patch it from here (http://pjalm.com/forums/index.php?action=forum) (right click on your mobo (or a mobo close to it) and hit "Save item as" and save it as a ".txt" file)
  31.  
  32. 10) Backup AppleHDA.kext, install (using kext wizard/utility) a patched one from (http://www.osx86.net/files/file/66-applehdakext-with-alc888/) and patch your DSDT by adding the code from the previous site under the HDEF section (hit search and type "HDEF" and then hit enter and past the code) and then change this (in "layout-id") 0x78, 0x03, 0x00, 0x00 by this (depends on the card you have, go to DPCIManager to know) : -copied from the previous site-
  33.  
  34. ALC - CodecID - in HDEF Section
  35. ----------------------------------------
  36. 885 - 283904133 - 0x75, 0x03, 0x00, 0x00
  37. 887 - 283904135 - 0x77, 0x03, 0x00, 0x00
  38. 287 - 283904135 - 0x1F, 0x01, 0x00, 0x00
  39. 888 - 283904136 - 0x78, 0x03, 0x00, 0x00
  40. 288 - 283904136 - 0x20, 0x01, 0x00, 0x00
  41. 889 - 283904137 - 0x79, 0x03, 0x00, 0x00
  42. 289 - 283904137 - 0x21, 0x01, 0x00, 0x00
  43. 892 - 283904146 - 0x7C, 0x03, 0x00, 0x00
  44. 292 - 283904146 - 0x24, 0x01, 0x00, 0x00
  45. 898 - 283904153 - 0x82, 0x03, 0x00, 0x00
  46. 298 - 283904153 - 0x2A, 0x01, 0x00, 0x00
  47.  
  48. Then hit compile (make sure you have 0 errors) and then save it as DSDT.aml and DSDT.dsl, then copy the .aml file to /EFI/CLOVER/ACPI/patched
  49.  
  50. 11) Open terminal and type curl https://github.com/Piker-Alpha/RevoBoot/raw/clang/i386/libsaio/acpi/Tools/ssdtPRGen.sh > ssdtPRGen.sh && chmod +x ssdtPRGen.sh && ./ssdtPRGen.sh
  51.  
  52. 12) Rename the file generated to SSDT.aml then copy it to where you put the DSDT
  53.  
  54. 13) Make sure the Clover config file have the exact name as your DSDT file (e.g. : you named it LOL.aml, make sure in Clvoer it is named LOL.amd w/ the same case) and select Drop OEM SSDT. (Hint : Use Clover Configurator)
  55.  
  56. 14) Save all and then remove ALL USBs and hit reboot.
  57.  
  58. 15) Boot using UEFI/Legacy (you choose) if you installed Clover on ESP (and you have chosen the boot0ss, if not, you can only use UEFI) OR boot from Legacy if you installed it on Mac HD.
  59.  
  60. Tips : Download GenericUSBXHCI.kext from here : http://sourceforge.net/projects/genericusbxhci/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement