Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. Install Clover with the following settings: Install Clover in the ESP Bootloader/Install boot0af in MBR CloverEFI/CloverEFI 64-bits SATA
  2. Use my Clover bootpack here in post # 2
  3. try the following "change optimized default in last tab from "windows" to "other", disable secure boot in the 3rd tab, and make sure UEFI is prefered above Legacy boot mode"
  4. check your BIOS, see if it has this option or something similar Security-> Memory Protection-> Execution Prevention: Enabled
  5. Just to be clear, just copying the app to an USB will not make it bootable. If you're planning to use it to build a Hackintosh in this model, you'll have to either use CreateInstallMedia or follow some of the few methods to create a bootable media, Install Clover or Chameleon loader and add a bootpack. See my Clover guide as an example
  6. IF you have the same CPU as OP, then yes, both DSDT and SSDT can be use; otherwise, just use the DSDT and generate your own SSDT. As for audio, you could either modify the info.plist of VoodooHDA or opt to use the patched AppleHDA. Try booting with the DSDT and see if performance is better, I'll assist you with the patched AppleHDA for El Capitan.
  7. You shouldn't use a patched AppleHDA from Yosemite when you could use one from El Capitan. What boot loader are you using? Clover or Chameleon?
  8. After installing the latest Clover (v3330), when your use the bootpack, only replace ACPI and Kexts folder and the Config.plist file. Nothing else should replaced, otherwise you'll revert to the version that's from the bootpack. Just have to make sure drivers64UEFI has HFSPlus.efi in it. You could replace themes too if you have your own themes.
  9. What's the resolution and which nvidia card, please be more specific.
  10. You could try mounting with Clover Configurator or EFI-Mounter.
  11. HD 4400 wasn't declared in the DSDT, it's declared in my Config file. If you use the Config from the previous link, you should have full QE/CI. Here is the patched files from your system. musicthebeeello123.zip
  12. Patched DSDT and kexts are found here. No need to repatch DSDT, you just need to generate a different SSDT for your CPU. See Post Install #9 here. SSDTPrGen.sh is attached in Tools at bottom of page.
  13. Try adding this kexts to see if you could build with RAID enabled. HPRAIDInjector.kext.zip
  14. See Hervé's El Capitan Chameleon guide here. Only thing you need is the /Extra folder from your current build instead of from the guide. You probably don't have an /Extra/Extensions folder as all the custom kexts are installed to /S/L/E Looking at the link you have above, the following kexts are what you need copied from /S/L/E to /Extra/Extensions for the bootpack VoodooHDA AppleHDADisabler RealtekRTL8100 NullCPUPowermanagement IOath3kfrmwr LPCSensor GPUSensor CPUSensors FakeSMC AppleRTC_10112 ApplePS2Keyboard ApplePS2Controller ApplePS2SmartTouchPad ApplePS2ElanTouchpad AHCIInjector ACPIBatteryManager GenericUSBXHCI (not sure this is needed) msdosFS (not sure this is needed)
  15. rerun the the last 2 commands. Usually that will fix the error for me.
  16. What Hervé suggests is that now that you have a semi working hack, you can download El Capitan from Appstore for FREE and create a new vanilla Installer. You can use the /Extra folder with working kexts and config file. It could be your cache is not working right since when you booted with -f -v combo, it seems to boot sometimes with correct graphics. Try repairing it with the following commands in terminal sudo chmod -Rf 755 /System/Library/Extensions sudo chown -Rf 0:0 /System/Library/Extensions sudo touch /System/Library/Extensions/ sudo kextcache -Boot -U / I attached some vanilla files from my 10.11.2 system, install them to /S/L/E and see if that helps. HD 4000.zip
  17. Run in the terminal to determine if the kexts are loaded: kextstat | grep AppleIntel*
  18. That's a distro and we don't know what kexts were modded, removed or added, it's hard to determine the issue. Which version of El Capitan is this? Perhaps you could replace the vanilla AppleIntelFramebufferCapri.kext family. Can you verify if the following exist in /System/Library/Extensions: AppleIntelFramebufferCapri.kext AppleIntelHD4000Graphics.kext AppleIntelHD4000GraphicsGLDriver.bundle AppleIntelHD4000GraphicsMTLDriver.bundle AppleIntelHD4000GraphicsVADriver.bundle
  19. I think I read someone got it working with IntelCapriFB=0 What process did you follow to install your OS X? IAKOS? unifail? Manual?
  20. Was able to assist Artisto remotely. Install patched AppleHDA to /S/L/E, repair permission, and set the DSDT hdef layout-id to 28.
  21. Replace the config and DSDT with that from E6230, that will set the correct resolution for your system.
  22. You have 2 conflicting values here, ig-platform-id and IntelCapriFB. Graphics Mode 1600x900x32 ig-platform-id 0x0166003 IntelCapriFB 4 You could leave out ig-platform-id and leave it blank. With 1600x900 resolution, you can't use 3, go with 4 as you have it and try higher value if that doesn't work as Hervé wrote.
  23. Depending on your display resolution, try this for 1366x768 -v -f GraphicsEnabler=Yes IntelCapriFB=3 for 1600x900 and up -v -f GraphicsEnabler=Yes IntelCapriFB=4
  24. Here's my El Capitan Clover guide. Boot pack is on post #2.
×
×
  • Create New...