Jump to content

Jake Lo

Moderators
  • Posts

    14355
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. Do you have an option in the BIOS to create a new UEFI boot pointing it to /EFI/Clover/Cloverx64.efi
  2. Try this Clover guide. You could continue using Chameleon if you preferred. You just need to extract the raw DSDT/SSDT files and follow the guide to patch the files.
  3. Are you able to set the DVMT preallocated memory to 96MB in the BIOS. See guide here.
  4. A12 does support UEFI, I'm currently using Clover UEFI with El Capitan 10.11.1
  5. Install Clover v3292, should fix the issue.
  6. replace your Clover folder with robertostudios, tested to work
  7. Hi Leppy, Yeah the boot glitch started from Yosemite and it's not hardware/Bios related issue. A simple patch will eliminate most of that glitch but not all. But I noticed if your resolution is low, the less the glitch or non as compare to system with higher resolution.
  8. Did you place the Kexts and DSDT into the right directory? You need to remove the PCIe card if it has one. Only use the onboard video card and must use DisplayPort connection. Boot with -v -f -no-zp GraphicsEnabler=Yes IntelAzulFB=10 If you want to use the Sapphire HD 6450 card, try this bootflag -v -f -no-zp GraphicsEnabler=Yes AtiConfig=Pithecia
  9. Did you get "Invalid Partition table.." error? If so, that's what I got too, and upgrading to A07 or A12 work fix it. Not sure if you could jump from A03 to A12, but I know from A03 to A07 and then A12 works just fine.
  10. Make sure you are using the latest Clover v3292
  11. Confirmed working for me too! Downgraded to A03, OS X won't boot. Upgraded to A07, I was able to boot again on Clover. Then upgraded to A12, all is still good. So I decided to try A13 and see how it goes, bam! Artifacts! I then downgraded by to A12 without an issue so far.
  12. Mine won't get past Clover after upgrade. Probably not an OS X upgrade issue, but after upgrading Clover to 3292, it booted fine after. So it won't hurt to just upgrade to new clover first.
  13. Your graphics is not loading. Try boot flag -v -f GraphicsEnabler=Yes
  14. try booting with these switches -v -f -no-zp
  15. Try this version ssdtPRGen.sh.zip
  16. Welcome bigdog1, KP with the message "AppleIntelCPUPowerManagement.kext" is associated with power management. You need to generate a new SSDT for your specific CPU as the one included is for a different CPU. You need the DSDT to enable graphics and audio. Now, I'm not sure you're following the NVS guide or the Optimus guide. With NVS, you should have HDMI video and audio but lack sleep. You'll just get a blank screen on wake. With the Optimus guide, the nvidia card is disabled and you'll gain sleep capability with the HD 4000, but loses HDMI as its linked to the nvidia chip. If you prefer the nvidia graphics, then install NullCPUPowermanagement.kext, this should prevent the KP as mentioned.
  17. Okay, make a copy of your files before replacing with the attached. Place DSDT/SSDT-7 to /Clover/ACPI/Patched Run ssdtPRGen.sh from terminal to generate SSDT for your CPU and place in same folder Replace Config to /Clover Place the 2 kext in /Clover/Kexts/10.10 or Other, which ever folder you are using Install the kexts in SLE to /System/Library/Extensions then repair permission and cache with following command in terminal 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 / If you have install any other audio kext, remove remove and restore to the vanilla kexts. Latitude 3440.zip
  18. upload your DSDT, IOReg and Config file and I'll patch them for you. Better if you have the raw files from /Clover/ACPI/Origin, include the entire folder. **Moving this to Other Dell laptop
  19. search for ssdtPRGen.sh. Run that on your system from the terminal to generate your SSDT for your CPU.
  20. This has the 1st Gen HD Graphics. Did you determine if it's LVDS or EDP? If LVDS, what's the resolution? Single-Link for 1366x768 and lower Dual-Link for 1600x900 and up
  21. Jake Lo

    E6540

    It's a known issue due to EAPD in Realtek devices. The codecCommander.kext included in the bootpack suppose to have fix the issue. It works on my E7440 but I have installed the kext to /Library/Extensions instead. I don't know if it'll make a difference. Just move the 2 kexts from /S/L/E to /L/E and run the permission fix below CodecCommander and AppleHDA_ALC292 sudo chmod -Rf 755 /L*/E* sudo chown -Rf 0:0 /L*/E* sudo chmod -Rf 755 /S*/L*/E* sudo chown -Rf 0:0 /S*/L*/E* sudo touch -f /L*/E* sudo touch -f /S*/L*/E* sudo kextcache -Boot -U /
  22. @Dr. Hurt Release v4 is now causing KP on V3 id E7=0x73 0x03 0x0a, EC=0x88 0x08 0x22 (E7440/E7240/Precision M6800) V3 id E7=0x73 0x03 0x0a, EC=0x88 0x08 0x1d (E6430/E6230/Exx30)
  23. @bobpedro, Specify your system specs: CPU, ie . i57-3715u Display resolution touchpad - Alps, Cypress, Elantouch or Synaptics chipset? Upload your working Mavericks bootpack and I'll create an El Capitan Clover bootpack for you. Include custom kexts you have installed to /S/L/E
  24. Go to the AppStore. It's free, but you'll need an Apple ID. http://www.apple.com/osx/
×
×
  • Create New...