Contribute
Register

[Success] HP Probook 6560b macOS Sierra 10.12.6

Status
Not open for further replies.
Thank you for your guide.
I have Probook 6560b and everything has worked very well.
but:
I can not get the audio to work by diplay port.
Can you tell me how to do it ??
Thank you.
 
Solution:
HD3000 or HD400
  1. Configuration (verify)
    1. HDMI device connected to Port 0x7 (IOReg)
    2. Audio ID (select one)
      • Desktop/Audio ID:3 with patched AppleHDA.kext
      • NUC/Laptop/Audio ID:1 with native AppleHDA.kext
  2. Installation
    1. Chameleon/org.chameleon.Boot.plist
      • HDAEnabler=Yes
      • HDEFLayoutID= 03000000 (or 01000000 w/native)
    2. Clover/config.plist
      • Devices/UseIntelHDMI/YES
      • Devices/Audio/Inject/3 (or 1 w/native)
 
Thank you for your guide.
I have Probook 6560b and everything has worked very well.
but:
I can not get the audio to work by diplay port.
Can you tell me how to do it ??
Thank you.

See post #2.
 
Hello.
Does any one has HP ProBook 6560b with specyfication:

HP ProBook 6560b
CPU: Intel Core i5-2410M @2700MHz (Sandy Bridge)
GPU: AMD Radeon HD 6470M 512MB1
Monitor: LCD 1600x900
RAM: 16GB DDR3
LAN: Intel 82579V Gigabit Network
Wi-Fi & Bluetooth: Broadcom BCM4313GN 802.11b/g/n
Audio Controller: IDT 92HD81B1X @ Intel Cougar Point PCH - High Definition Audio Controller
HDD: Seagate 500GB
SSD: Patriot 120GB Brust

I would use both HDD & SSD because i have got special HDD case mounted in optical drive place. But i prefer use SSD and optical drive and HDD i will be use with USB case.

It is possible use this GPU (ATI)? Everyone has Intel GPU but i would like to run ATI integrated card....
I must try how this will be working with game - World of Warcraft on Hackintosh on this laptop...
 
Hello.
Does any one has HP ProBook 6560b with specyfication:

HP ProBook 6560b
CPU: Intel Core i5-2410M @2700MHz (Sandy Bridge)
GPU: AMD Radeon HD 6470M 512MB1
Monitor: LCD 1600x900
RAM: 16GB DDR3
LAN: Intel 82579V Gigabit Network
Wi-Fi & Bluetooth: Broadcom BCM4313GN 802.11b/g/n
Audio Controller: IDT 92HD81B1X @ Intel Cougar Point PCH - High Definition Audio Controller
HDD: Seagate 500GB
SSD: Patriot 120GB Brust

I would use both HDD & SSD because i have got special HDD case mounted in optical drive place. But i prefer use SSD and optical drive and HDD i will be use with USB case.

It is possible use this GPU (ATI)? Everyone has Intel GPU but i would like to run ATI integrated card....
I must try how this will be working with game - World of Warcraft on Hackintosh on this laptop...

Read FAQ regarding dual GPU:
https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
Components

CPU: Intel Core i5-2520m
RAM: 8GB DDR3 1333MHz (RAM is 1600MHz but it downclocks to 1333MHz because of the chipset)
GPU: Integrated Intel HD 3000
SSD: 180GB OCZ Agility 3 (boot drive)
HDD: 500GB Seagate 5,400rpm (user profile HDD)
Screen: 15.6" 1366x768 60Hz
WiFi: BCM 943224HMS
Ethernet: Intel 82579V
Audio: IDT 92HD81B1X

Comments

Small intro


I've been using macOS on this laptop since Mavericks and never even thought of typing a success story. I'll keep it as short as possible though.

I am not going to type a how-to on how to completely set up macOS, however I will provide how to do it with my EFI folder.


Why I use a hackintosh

I've always loved the thought of using a Mac. However, I can't afford it's price tag. I initially bought this Probook to test out macOS and see if I could get it working (basically a test subject in a way)
Plus, I like to test out another Operating System every now and then.


Installation

I'm not going to show you how to manually patch everything, but I will provide my EFI folder to completely simplify the process.


BIOS Setup

I left everything stock. Basically default settings. However, if you're using an SSD, you must set the SATA speeds to SATA-II or your SSD won't be detected. Unfortunately, this particular laptop model is notorious for being incompatible with SATA-III SSD's.

Also make sure the SATA type is set to AHCI (which this laptop natively supports)

IMPORTANT NOTE!

This laptop has a wireless card whitelist. This means only certain wireless cards will work. As far as I know, the only wireless card that works is the Broadcom BCM943224HMS which supports both 2.4GHz & 5GHz.


Installation notes

Tools needed

  • A working Mac or Hackintosh.
  • A legitimate copy of Install macOS Sierra.app (ver. 10.12.6) from the App Store.
  • An 8GB or larger USB
  • Clover Configurator (this just makes it easy to mount the EFI partition. You can use another method of mounting the EFI folder if preferred)
  • Kext Utility
  • Patience. Quite a bit of patience.

Creating the bootable USB

Creating a USB is fairly easy. Plug in your USB. Open Disk Utility and format is as GUID and name it whatever you want. In my case, I named it "installer"

Open Terminal, and type the following command:

Code:
sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/<USBNameHere> --applicationpath /Applications/Install\ macOS\ Sierra.app --nointeraction

Note: Replace <USBNameHere> with the name of your USB.

After a bootable USB of macOS has been created, we are now going to mount the USB's EFI partition and place my EFI folder there.

Mounting the USB's EFI Partition

This part is also fairly easy.

Go ahead and open Clover Configurator and navigate to the "Mount EFI" option within the "Tools" section.

Click "Mount partition" on your corresponding USB. The EFI partition will now mount.

Open Finder, and click on the newly created EFI partition.

Now download my EFI folder in the download section below the post. It's called "EFI.zip"

Uncompress it and you'll now have an EFI folder, containing Clover and all file to get the USB working as well as a working installation.

Now drag and drop that EFI folder into the EFI partition.

Unmount the USB and test it. It should boot if you've followed the instructions.

Now go ahead and install macOS.

Post install/installing bootloader

So at this point, we're pretty much going to do the same thing as before when installing the EFI folder to the EFI partition. It's the same process as in "Mount the USB's EFI partition" but I will show you again for better understandings.

So now that you've installed macOS, not everything may work. Usually it'll just be WiFi and audio that wont work. For some reason, this is caused when the bootloader is on another volume altogether rather than the volume where macOS is installed (AKA, the EFI partition)

Audio also won't work after installing. The patched AppleHDA is in EFI/CLOVER/kexts/other however, it won't load because the vanilla AppleHDA is already present in /S/L/E causing it not to load. AppleHDA.kext won't load from the EFI partition anyway, so replace the AppleHDA.kext in S/L/E with my AppleHDA. Install the kext with your favourite kext installer (such as Kext Utility)

Go ahead and open Clover Configurator and navigate to the "Mount EFI" option within the "Tools" section.
Click "Mount partition" on the volume you installed macOS on. The EFI partition will now mount.
Open Finder, and click on the EFI partition.

Now, if an EFI folder already exists within the EFI partition; remove it and replace it with my EFI folder.

Now reboot, and everything should work.

Also, if you're using an SSD, I already added a TRIM patch.

What's working:
  • Audio (inc. DisplayPort audio) - Working
  • Microphone - Working
  • Keyboard + trackpad (inc. Fn. keys) - Working
  • Brightness - Working
  • Display - Working - both 60Hz and 40Hz work perfectly
  • Fully patched DSDT - Working
  • Power Management - Working
  • Sleep - Working
  • Hibernation - Undetermined - Seems to work, but I need to do more testing
  • Ethernet - Working
  • All USB's - Working (all USB's are USB2)
  • Battery - Working
  • Serial Port - Working
  • Dial-up port - Working
  • Headphone port - Working
  • QE/CI (Graphics acceleration) - Working
  • App Store verification - Working
  • iMessage - Working
  • FaceTime - Working
  • WiFi - Working
  • SD Card - Working
  • SDD/HDD/SATA - Working
  • Bluetooth - Working
  • Webcam - Working
  • DisplayPort - Working
  • Smart Card - Undetermined - it's detected but I've never used it
  • VGA - Not Working - unneeded and unsupported
  • TRIM - Working
  • Mini FireWire - Working
  • Fingerprint scanner - Not working - incompatible.
  • CPU/GPU/HDD/Mobo Temperature readings - Working

If I've left anything out or messed up somewhere, please let me know! :)
looks like a awesome tutorial. got myself a 6550b probook after selling my current e6540 hackintosh and need mac os for certain things (stil got my dell) wil use your guide and report back if your acpi thing actually works on my machine or not.
thank you in advance though for taking your time for us the community
 
looks like a awesome tutorial. got myself a 6550b probook after selling my current e6540 hackintosh and need mac os for certain things (stil got my dell) wil use your guide and report back if your acpi thing actually works on my machine or not.
thank you in advance though for taking your time for us the community

I can’t see this working on a 6550b because the CPU is one generation behind. This is for the 6460b/6560b only since they are pretty much the same laptop that are using the Sandy Bridge architecture.

Also, I’ve learnt more since this post. Technically, you can share DSDT’s and most of the time, you can with little to no issue but basically, you shouldn’t because DSDT’s can differ greatly from one another, even on the same model laptop. So while my DSDT would work on other same model laptops, it could break some things due to differences in the DSDT. Even now, if anyone has the same laptop, I don’t recommend following this guide. You’re better off doing it yourself.

You will have a greater success using RehabMan’s excellent HP Probook/EliteBook guide.
 
yeah i noticed that i missread 6560b as 6550b :p
 
I've done a test and is running good on 6460b i7 with Sierra 10.12.6

The only weird part so far is the "MacBook Pro EFI Update 2.7" cause seems like doesn't update and keeps reseting, i've done the update 2 times already.
 
I've done a test and is running good on 6460b i7 with Sierra 10.12.6

The only weird part so far is the "MacBook Pro EFI Update 2.7" cause seems like doesn't update and keeps reseting, i've done the update 2 times already.
that efi update is basically a bios update for macbooks IIRC so just leave it some newer pcs also have OTA bios updates (surface pro for example)
 
Status
Not open for further replies.
Back
Top