Wednesday, October 2, 2019

New OS X Mojave on HP 800 G1

10.14.6 10/02/2019 using Intel onboard iGPU

BIOS (I am using v02.77 04/17/2019, but it should work with lower versions)
1. use bios defaults
2. Storage = SATA Emulation >AHCI
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1. Install Sierra from a real MAC to the hard drive going into the HP EliteDesk 800 G1
2. Install Clover v5058 from real MAC to hard disk with the below options checked
   * Clover for UEFI booting only
   * Install Clover in the ESP
   * Themes
   * drivers/UEFI
              ApfsDrvierLoader-64..efi
              OsxAptioFixDrv.efi
   * Install RC scripts on target volume
   * Optional RC Scripts - All
   * Install Clover Preference Pane
Use Clover Configurator to Edit config.plist but see below for the code or just use mine and rename to config.plist 
4 Added the following Kext's to \EFI\CLOVER\kexts\Other
   *** Versions are important, use these or higher ***
   FakeSMC_ACPISensors.kext version 6.25-333-g05e0f4be.1759
   FakeSMC_CPUSensors.kext version 6.25-333-g05e0f4be.1759
   FakeSMC_GPUSensors.kext version 6.25-333-g05e0f4be.1759
   FakeSMC_LPCSensors.kext version 6.25-333-g05e0f4be.1759
   FakeSMC.kext 6.26-357-gceb835ea.1800
   IntelMausiEthernet.kext 2.5.0d0
   USBInjectAll.kext 0.6.7
   VoodooHDA.kext 2.9.2
   Lulu.kext 1.3.8
   WhateverGreen.kext 1.32
5 Reboot and setup
6 Sleep working, wake up using keyboard  -- open terminal and type sudo pmset -a standby 0   to resolve issues with waking up
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
NOTE: in my clover I am using USBMap.kext that I created, I recommenced that you remove this and use USBinjectAll.kext and create your own.

NOTE" VGA will not work, you will need to use the display port for your monitor, if you have a video card installed, check to make sure its compatible with OS X, top tip: install first without a video card, if all good, then install it.