Contribute
Register

Success - HP EliteDesk 800 with clover and El Cap

Status
Not open for further replies.
Joined
Jun 13, 2013
Messages
3
Motherboard
HP
CPU
Haswell
Graphics
Radeon
Mac
  1. iMac
Standard HP Elite Desk 800 G1
PDF specs
lspci output (from Linux)
00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller (rev 06)
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller (rev 06)
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 (rev 04)
00:16.3 Serial controller: Intel Corporation 8 Series/C220 Series Chipset Family KT Controller (rev 04)
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-LM (rev 04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Q87 Express LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 6-port SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller (rev 04)

Comments:
Built installation USB with Unibeast 6.2 and App Store El Capitan download (on Real mac running 10.11.5). Followed guide. IMPORTANT - partition USB correctly

Summary:
Initial install stalled on graphics load (after bluetooth message). Disabled Intel graphics injection in clover and installed OSX to SSD drive (added to pc).
Reboot (still required disabling Intel injection) - get welcome screen.
Run Multibeast for Audio(intel) and Network(intel 1217LM)
Fix graphics - see post "Intel HD 4400 Desktop Graphics Fix - Full Support for Alternate CPUs in OS X"
(Installed kexts with KextBeast)

IMPORTANT: After disabling Intel graphics (before installing fakePCID.kext and fakePCID_Intel_HD_Graphics.kext) I had to enable Intel injection again - see this snippet of config.plist
Code:
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
        </dict>
    </dict>
(used EFI Mounter to access EFI partition)

Works:
Audio
Network
Display
DVD Burner
USB

Summary:
Most of the hassle was getting the USB built, MBR partitioning seemed problematic. The Intel graphics issue for install can be fixed in the boot options. Recommend getting your lspci before you add drivers! Great info source here at tonymacx86, well done people.
 
The Intel video issue seems to depend on whether you use VGA of HDMI. My Initial build was with VGA (which still requires disabling intel to work) whereas using the HDMI now works with injection (where VGA does not). I'm guessing there is some basic frame buffer at work with the vga port.
 
where did you get your audio driver?
 
I ended up using a usb dongle.
 
Status
Not open for further replies.
Back
Top