- Joined
- Oct 21, 2012
- Messages
- 3,464
- Motherboard
- HP Elitebook 8470p
- CPU
- i5 3320M
- Graphics
- HD 4000, 1600x900
- Mobile Phone
-
Based on the feedback of Probook 4x0 G1 thread, I created a guide to suit my Clover guide, while waiting for new Probook Installer to support it. Be caution that this is only temporary guide, cause I don't have that laptop.
1. Step 1 to 10 in http://www.tonymacx86.com/hp-probook-mavericks/112383-guide-install-mavericks-clover-bootloader.html
2. Clover bootloader screen shows up, press F4 (to dump DSDT, SSDT...), then select "Boot OS X from YourPartition".
3. If everything goes well, you will boot straight to desktop. Download HP Probook Installer here http://www.tonymacx86.com/hp-probook...s-support.html and install with ONLY these options:
OS X support kexts: 4x0s G0 support kexts
Optional hardware-specific fixes:
4. Download latest Clover here: http://sourceforge.net/projects/clov...les/Installer/ Run the installer with Customized options:
5. Go to /EFI/Clover/ACPI/origin/ (of your Clover USB) , copy all DSDT.aml and SSDT*.aml to DSDT folder on desktop. Download latest iasl here, copy iasl into the same folder. Open terminal and type this:
6. Download MacIASL, go to Preferences > Sources, add those respority to MacIASL:
HP Probook: http://raw.github.com/RehabMan/HP-ProBook-4x30s-DSDT-Patch/master
Laptop patches: http://raw.github.com/RehabMan/Laptop-DSDT-Patch/master
Then use MacIASL to open DSDT.dsl from DSDT folder in desktop, click Patch and select these patches, click apply for each:
[1.2] Probook 4x40s IvyBridge
[3.3] Fan and Temps (reading only)
[2.05] Haswell HD4400/HD4600/HD5000
[2.11] Brightness fix (Haswell)
Paste this extra fix and apply:
Change your DSDT header as follows
From: DefinitionBlock ("dsdt.aml", "DSDT", 2, "HPQOEM", "1942 ", 0x00000001)
To: DefinitionBlock ("dsdt.aml", "DSDT", 2, "HPQOEM", "179C ", 0x00000001)
Click Compile to check if there is no error, save the file with format ACPI Machine Language Binary to /EFI/Clover/ACPI/patched/DSDT.aml (of EFI Partition).
7. Open terminal, run the following commands to create ssdt.aml
Copy SSDT.aml on desktop to /EFI/Clover/ACPI/patched/ (of EFI Partition).
8. [FOR AMD GRAPHICS ONLY] Use MacIASL to open ssdt-6.dsl (You can see "AMDSGTBL" in Definition Block), click Patch and select
[5.1] Call _OFF from _INI
Apply, click Compile to check if there is no error, save the file with format ACPI Machine Language Binary to /EFI/Clover/ACPI/patched/SSDT-1.aml (of EFI Partition).
9. [FOR AMD GRAPHICS ONLY] Copy SSDT5.aml (You can see "SaSSDT" in Definition Block) in ~/Desktop/DSDT/ to /EFI/Clover/ACPI/patched/ (of EFI Partition), rename it to SSDT-2.aml.
10. Copy config.plist from USB to /EFI/Clover/ (of EFI Partition).
Copy HFSPlus.efi in /EFI/CLOVER/drivers64UEFI/ from your USB to /EFI/CLOVER/drivers64UEFI/ in EFI partition, remove VBoxHfs-64.efi
11. Use Clover Configurator here: http://www.osx86.net/files/file/49-clover-configurator/ to edit some values in your config.plist:
- ACPI > GeneratePStates/CStates: uncheck
- Gui > Theme: set your theme name
- SMBIOS: create your new SMBIOS with random Serial Number
12. Recheck if config.plist, dsdt.aml, ssdt.aml, ssdt-1.aml, ssdt-2.aml are placed correctly in EFI partition of internal drive.
13. Restart, you should see Clover screen and option to boot to Mavericks. Enjoy!
TO CHANGE YOUR SMBIOS TO MACBOOK PRO
By default, my config.plist uses MacBookAir 6,1 as SMBIOS because it's supported since 10.9.0, if you want to change to MacBook Pro, make sure you update to 10.9.2 and use Clover Configurator to generate a MacBook Pro 11,1 or 11,2 SMBIOS.
1. Step 1 to 10 in http://www.tonymacx86.com/hp-probook-mavericks/112383-guide-install-mavericks-clover-bootloader.html
2. Clover bootloader screen shows up, press F4 (to dump DSDT, SSDT...), then select "Boot OS X from YourPartition".
3. If everything goes well, you will boot straight to desktop. Download HP Probook Installer here http://www.tonymacx86.com/hp-probook...s-support.html and install with ONLY these options:
OS X support kexts: 4x0s G0 support kexts
Optional hardware-specific fixes:
- EDID generator: Inject correct display EDID to your system.
Misc OS X fixes:
- Color profiles: Recommended.
- Sleep fix: disables OS X version of "hybrid sleep" where upon entering sleep, a "hibernation image" is written to the boot drive. Required for Clover bootloader.
Extra tools: All optional. Select the ones you want.- Sleep fix: disables OS X version of "hybrid sleep" where upon entering sleep, a "hibernation image" is written to the boot drive. Required for Clover bootloader.
4. Download latest Clover here: http://sourceforge.net/projects/clov...les/Installer/ Run the installer with Customized options:
Install for UEFI booting only
Themes: Choose your desired themes
Drivers64UEFI:
- EmuVariableUefi-64
- OsxAptioFixDrv-64
Install RC scripts on target volume
Install Clover Preference Pane
Themes: Choose your desired themes
Drivers64UEFI:
- EmuVariableUefi-64
- OsxAptioFixDrv-64
Install RC scripts on target volume
Install Clover Preference Pane
5. Go to /EFI/Clover/ACPI/origin/ (of your Clover USB) , copy all DSDT.aml and SSDT*.aml to DSDT folder on desktop. Download latest iasl here, copy iasl into the same folder. Open terminal and type this:
Code:
cd ~/Desktop/DSDT/
./iasl -da *.aml
6. Download MacIASL, go to Preferences > Sources, add those respority to MacIASL:
HP Probook: http://raw.github.com/RehabMan/HP-ProBook-4x30s-DSDT-Patch/master
Laptop patches: http://raw.github.com/RehabMan/Laptop-DSDT-Patch/master
Then use MacIASL to open DSDT.dsl from DSDT folder in desktop, click Patch and select these patches, click apply for each:
[1.2] Probook 4x40s IvyBridge
[3.3] Fan and Temps (reading only)
[2.05] Haswell HD4400/HD4600/HD5000
[2.11] Brightness fix (Haswell)
Paste this extra fix and apply:
Code:
[COLOR=#000000]into definitionblock code_regex External\s+\(_SB_\.ISCT\) remove_matched;[/COLOR]
Change your DSDT header as follows
From: DefinitionBlock ("dsdt.aml", "DSDT", 2, "HPQOEM", "1942 ", 0x00000001)
To: DefinitionBlock ("dsdt.aml", "DSDT", 2, "HPQOEM", "179C ", 0x00000001)
Click Compile to check if there is no error, save the file with format ACPI Machine Language Binary to /EFI/Clover/ACPI/patched/DSDT.aml (of EFI Partition).
7. Open terminal, run the following commands to create ssdt.aml
Code:
curl -o ssdtPRGen.sh https://raw.github.com/Piker-Alpha/ssdtPRGen.sh/master/ssdtPRGen.sh
chmod +x ssdtPRGen.sh
./ssdtPRGen.sh (Press n twice)
Copy SSDT.aml on desktop to /EFI/Clover/ACPI/patched/ (of EFI Partition).
8. [FOR AMD GRAPHICS ONLY] Use MacIASL to open ssdt-6.dsl (You can see "AMDSGTBL" in Definition Block), click Patch and select
[5.1] Call _OFF from _INI
Apply, click Compile to check if there is no error, save the file with format ACPI Machine Language Binary to /EFI/Clover/ACPI/patched/SSDT-1.aml (of EFI Partition).
9. [FOR AMD GRAPHICS ONLY] Copy SSDT5.aml (You can see "SaSSDT" in Definition Block) in ~/Desktop/DSDT/ to /EFI/Clover/ACPI/patched/ (of EFI Partition), rename it to SSDT-2.aml.
10. Copy config.plist from USB to /EFI/Clover/ (of EFI Partition).
Copy HFSPlus.efi in /EFI/CLOVER/drivers64UEFI/ from your USB to /EFI/CLOVER/drivers64UEFI/ in EFI partition, remove VBoxHfs-64.efi
11. Use Clover Configurator here: http://www.osx86.net/files/file/49-clover-configurator/ to edit some values in your config.plist:
- ACPI > GeneratePStates/CStates: uncheck
- Gui > Theme: set your theme name
- SMBIOS: create your new SMBIOS with random Serial Number
12. Recheck if config.plist, dsdt.aml, ssdt.aml, ssdt-1.aml, ssdt-2.aml are placed correctly in EFI partition of internal drive.
13. Restart, you should see Clover screen and option to boot to Mavericks. Enjoy!
TO CHANGE YOUR SMBIOS TO MACBOOK PRO
By default, my config.plist uses MacBookAir 6,1 as SMBIOS because it's supported since 10.9.0, if you want to change to MacBook Pro, make sure you update to 10.9.2 and use Clover Configurator to generate a MacBook Pro 11,1 or 11,2 SMBIOS.