Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Use this bootpack Fixes brightness issue
  2. Will need to repatch your DSDT/SSDT. Can you boot to Clover GUI. hit F4, continue to OS X. Compress and attach the Clover folder. Let me know the bios version and your system specs. Does you system have AMD as well or just HD 5500?
  3. This is the latest Alps kexts, not sure how well it supports v7 though.
  4. You probably extracted the wrong value. The offset to set DVMT are the same as my E7450 0x15b and 0x15c A14 IFR.txt.zip
  5. You don't need bluetooth to get to AppleStore. Try this Delete BrcmFirmwareRepo and BrcmPatchRAM2. Repair permission and rebuild cache Reboot Download the latest version of the those 2 kexts to /L/E Repair permission and rebuild cache check if those kexts shows in the Output.
  6. So eSata and sdcard reader not working on start? I'll have to check my system and see if it's the same behavior.
  7. Try my Config file for E6220 clover guide, just need to change SMBios to MBP8.1 if you're using Hervé USBinjector. The USBinjector from my bootpack is for MBP8,2.
  8. Use this from Windows or WinPE. See prerequisite here for guide to set DVMT or you could try adding these 2 kexts. IntelGraphicsDVMTFixup.kext Lilu.kext Your SMBios is incorrect, MBP11,2 is for Haswell, change it to MBP12.1 with Clover Configuration. Use the latest version 4.42.1
  9. only error I got is fixed with the post #17 above with that version of MacIASL here's the fixed file DSDT.dsl.zip
  10. did you tried booting from the USB installer?
  11. So which is it? i3, i5, or i7? Need specific CPU This will determine if you have Intel HD3000 or HD4000. What's the display resolution? Intel Wireless is not support, need to be replaced. See Wireless Cards in my signature link below.
  12. When entering F4, you won't see anything as it's being done in the background. Also you don't need to copy RealtekRTL8100.kext to /Library/Extensions, it'll work perfectly fine in /EFI/Clover/kexts/Other. Make sure you don't have it in 2 locations, either /kexts/Other or /L/E or /S/L/E. As Hervé mentioned, you missed a few commands. You should run all the commands again and only touch + kextcache until you only have error 17 or none. Remember to attach the origin folder here if you want them patched for this model.
  13. The Intel Wireless is not supported, you'll need to get it replace with a supported card. The ethernet kext should work, but you could try RealtekRTL8111.kext. Perhaps check BIOS and make sure Legacy Option ROMs is disabled. For audio, you need to copy the kexts in /EFI/Clover/kexts/Other/LE to /Library/Extensions and then run the following commands and reboot sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo touch -f /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U / The patched DSDT/SSDT are from another model, please do the following: Boot to Clover GUI, hit F4. Then boot to OS X, mount the EFI partition. Compress and attach /EFI/Clover/ACPI/Origin folder Also what's the version of BIOS you're using?
  14. No error found, use this version, latest of MacIASL.
  15. Do you have another version of VoodooPS2Controller in another folder? KP shows 1.8.25.
  16. Just a compiler error. Change this If (LEqual (PM6H, One)) { CreateBitField (BUF0, \_SB.PCI0._Y0C._RW, ECRW) // _RW_: Read-Write Status Store (Zero, ECRW (If (PM0H) { CreateDWordField (BUF0, \_SB.PCI0._Y0D._LEN, F0LN) // _LEN: Length Store (Zero, F0LN) })) } to this, should fix it and only error left is pnp0c14 which is easily fix. Rename "*pnp0c14" to "PNP0C14" If (LEqual (PM6H, One)) { CreateBitField (BUF0, \_SB.PCI0._Y0C._RW, ECRW) // _RW_: Read-Write Status Store (Zero, ECRW) } If (PM0H) { CreateDWordField (BUF0, \_SB.PCI0._Y0D._LEN, F0LN) // _LEN: Length Store (Zero, F0LN) }
  17. Why don't you open a new thread for your specific model and issue? Enter the system's specs and attach the current Clover folder you're using. I'll assist from there.
  18. That is how I have it in my SandyBridge system E6520, SSD formatted to GPT. Install OSX in Legacy mode with Clover. Create an extended Journal partition. Boot with Win10 (Win7 is that same) USB installer Select the empty partition and format it to NTFS When you finish the installation, Windows will be shown as a boot option in Clover GUI.
  19. find and delete them. it's either in /L/E or /S/L/E, then run the commands I listed earlier
  20. The Extra folder should go to the root of the drive, not EFI partition.
  21. 1) Correct, overwrite, not merge 2) Just copy them, no need to use kext utility 3) Depends on the size of your Display resolution. You could find that in the BIOS if you're not certain. HiRes = 1600x900 or higher LoRes = 1366x768 Choose the correct one and rename to Config.plist and DSDT.aml
  22. That's because Rehabman's kext is for Synaptics Touchpad and yours has Alps. Use this instead
×
×
  • Create New...