Jump to content

Jake Lo

Moderators
  • Posts

    14357
  • Joined

  • Last visited

  • Days Won

    867

Everything posted by Jake Lo

  1. 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.
  2. 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)
  3. The vanilla kext is found in /System/Library/Extensions
  4. @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>
  5. 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.
  6. 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.
  7. Copy the entire Clover folder over, make sure OsxAptioFixDrv-64.efi is in /clover/drivers64UEFI and not OsxAptioFixDrv2-64.efi
  8. Specify your codec and include your Clover folder. Did you patch the FB for full QE/CI?
  9. 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
  10. 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.
  11. 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.
  12. 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 /
  13. 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 /
  14. Try this one. What version of Alps touchpad do you have? This only support v1-5 I think.
  15. 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.
  16. Boot in verbose mode or no cache mode. Post your error or KP.
  17. R4Beta10 Both left and right trackstick mouse is working now. thanks. The middle button, I'm not sure since I couldn't get scrolling to work with it. Usually holding the middle and pushing trackstick up and down will scrolling up and down. Switching from trackstick back to touchpad is still an obstacle. Had to move both trackstick and touchpad together and eventually touchpad will work again. Trackstick movement is still erratic, same as previous versions. The speed is much better going up and down, but moving to right is a bit slow. Still not able to move around freely. Only goes up, down, right and left but in some weird movement as seen in Hervé's videos.
  18. Jake Lo

    Need help

    run this in the terminal sudo perl -pi -e 's|\x89\x45\xC8\x39\xC7\x76\x4F|\x89\x45\xC8\x39\xC7\xEB\x4F|g' /System/Library/Extensions/AppleIntelBDWGraphicsFramebuffer.kext/Contents/MacOS/AppleIntelBDWGraphicsFramebuffer sudo touch /System/Library/Extensions sudo kextcache —Boot -U / reboot
  19. Try El Capitan instead since there's graphics support from the link I sent above. Follow the same procedure to get the installer to boot.
  20. Which OS X are you installing? Broadwell system requires at minimum 10.10.5 but will run perfectly on 10.11.x Are you running Clover or Chameleon? Please upload your config folder to verify config is correctly set.
  21. Very nice, glad I asked for it. LOL Trackstick definitely still needs lots of work. The left and right mouse on the trackstick are still not functioning The direction of the trackstick movement is correct now but very erratic, most of the time it just get stuck to the left side. It moves up and down too fast I think is the issue. Moving to right seems okay, but moving to the left seems to jump downward really quick. Again, switch to trackstick from touchpad is ok, but switching back to touchpad is a bit of trial and error. As is, I think the touchpad is almost perfect. Movement is good. Scrolling is good. Thanks for continuing with this.
  22. Try replacing with this DSDT I'm assuming you have resolution 1366x768... If it 's 1600x900, this won't work DSDT.aml.zip
  23. Problem is with your your 1st Gen HD graphics, there's no native support. See here http://www.insanelymac.com/forum/topic/286092-guide-1st-generation-intel-hd-graphics-qeci/ To get your installer to boot, delete these in the installer and then after install, delete them on the installed drive as well using single user mode To delete them: rm -r /System/Library/Extensions/AppleIntelHDGraphics* Or the method that I prefer is just to move them out of the /S/L/E folder to a /backup folder (or whatever you decide to name it) mv /System/Library/Extensions/AppleIntelHDGraphics* ~/Desktop/backup
  24. so system is complaining that it was not shutdown properly even though it is... Try booting to both El Capitan and Sierra and shutdown properly on both and see if the error goes away
×
×
  • Create New...