Jump to content

Jake Lo

Moderators
  • Posts

    14365
  • Joined

  • Last visited

  • Days Won

    868

Everything posted by Jake Lo

  1. Install FakePCIID.kext & FakePCIID_Intel_HD_Graphics.kext to /L/E or /S/L/E, repair permission and rebuild cache https://bitbucket.org/RehabMan/os-x-fake-pci-id
  2. Can't boot the kernel? You mean it won't boot from HDD but only boot with the USB installer? Make sure to install Chameleon to the HDD and copy the /Extra folder to the HDD.
  3. So you're following the Yosemite guide using Chameleon or using Clover?
  4. Try booting without cache. Hit the spacebar when you see the Clover GUI. Select boot without cache.
  5. https://osxlatitude.com/index.php?/topic/9244-e7450-sierra/page-3 Try this workaround
  6. myHack only supports up to Mavericks. Just use kextwizard to install, but you could just as easily just place it in /Extra/Extensions
  7. Try using my E7470 bootpack here, but leave out the SSDT/DSDT. You'll have to follow the Prerequisite as well to set the DVMT according to the guide. You'll need to find the value according to your BIOS, not the specific value I have listed in my guide.
  8. Of course, why else would I ask? Remove the serial or anything you think is personal if you like, you'll just have to put it back yourself.
  9. The new clover files are not gonna boot your system because it's really generic. Copy over from your backup to the new Clover folder the following: Config.plist (file) Kexts (folder) ACPI/Patched (folder) drivers64UEFI/HFSPlus.efi (file)
  10. The vanilla kext is found in /System/Library/Extensions
  11. @nikhilsureshk add these to Config.plist under kextToPatch and install this to /L/E or /S/L/E Use Xcode or PlistEdit Pro, not texteditor to update the file <dict> <key>Comment</key> <string>AppleHDA ALC 236 #1</string> <key>Disabled</key> <false/> <key>Find</key> <data> ixnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> NgLsEA== </data> </dict> <dict> <key>Comment</key> <string>AppleHDA ALC 236 #2</string> <key>Disabled</key> <false/> <key>Find</key> <data> hBnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAA== </data> </dict> <dict> <key>Comment</key> <string>AppleHDA ALC 236 #4</string> <key>Disabled</key> <false/> <key>Find</key> <data> gxnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAA== </data> </dict> <dict> <key>Comment</key> <string>AppleHDA ALC 236 #3</string> <key>Disabled</key> <false/> <key>Find</key> <data> hQjsEA== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAA== </data> </dict> <dict> <key>Comment</key> <string>AppleHDA ALC 236 #5</string> <key>Disabled</key> <false/> <key>Find</key> <data> ihnUEQ== </data> <key>Name</key> <string>AppleHDA</string> <key>Replace</key> <data> AAAAAA== </data> </dict>
  12. You probably had a patched FB previously. You just need to add the same patches to Config.plist to enable QE/CI. The Nvidia will need to be disable with DSDT patch. Upload your Clover folder if you want to have it verified.
  13. Kernel? Are you on clover or Chameleon? For Chameleon, you'll need the patched kernel to bypass the auto reboot For Clover, you just need to have KernelPm enabled in Config.plist.
  14. Copy the entire Clover folder over, make sure OsxAptioFixDrv-64.efi is in /clover/drivers64UEFI and not OsxAptioFixDrv2-64.efi
  15. Specify your codec and include your Clover folder. Did you patch the FB for full QE/CI?
  16. touchpad should work, it's the same as E6440 & E7440: V3 Rushmore, id: E7=0x73 0x03 0x0a, EC=0x88 0x08 0x22 make sure you don't have any other PS2 somewhere else /EFI/Clover/Kexts/Other or /L/E or /S/L/E
  17. You're right, myHack does not support Yosemite. It's been a while since I used it and forgot about that. Try my Yosemite guide here to create the boot jump drive manually. As for bootpack, use your current files (Extra folder). If you don't have any data or app to retain, then yes, go start with Yosemite, no need to install Mavericks first.
  18. You can't just run Yosemite.app to upgrade with myHack like a real Mac. You'll need to create a new installer with myHack for Yosemite. Use the same Extra folder, reboot with the Yosemite install and install on top of Mavericks, don't format.
  19. Jake Lo

    Need help

    run this 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 /
  20. Jake Lo

    Need help

    Could be you can't run the patch directly to the file in /S/L/E. Copy and make a backup of AppleIntelBDWGraphicsFramebuffer.kext to the Desktop sudo cp -R /System/Library/Extensions/AppleIntelBDWGraphicsFramebuffer.kext ~/Desktop mkdir ~/Desktop/backup sudo cp -R /System/Library/Extensions/AppleIntelBDWGraphicsFramebuffer.kext ~/Desktop/backup sudo perl -pi -e 's|\x89\x45\xC8\x39\xC7\x76\x4F|\x89\x45\xC8\x39\xC7\xEB\x4F|g' ~/Desktop/AppleIntelBDWGraphicsFramebuffer.kext/Contents/MacOS/AppleIntelBDWGraphicsFramebuffer sudo cp -R ~/Desktop/AppleIntelBDWGraphicsFramebuffer.kext /System/Library/Extensions sudo touch -f /System/Library/Extensions && sudo kextcache —Boot -U /
  21. Try this one. What version of Alps touchpad do you have? This only support v1-5 I think.
  22. Yosemite won't run well on Broadwell system, too much hanging issue. Go with ElCapitan 10.11.0 at least. Again post your KP with verbose mode option.
  23. Boot in verbose mode or no cache mode. Post your error or KP.
×
×
  • Create New...