Contribute
Register

HP Pavilion X360 Broadwell I3 Installation fail

Status
Not open for further replies.
Joined
Aug 8, 2011
Messages
3
Motherboard
Pavilion X360 s003nl
CPU
Intel I3 5010U
Graphics
Intel HD 5500
Hello everyone, I'm seeking for your support after two weeks of frustrating efforts trying to install El Capitan on my new HP Pavilion X360 13-s003nl.
It has a Broadwell Core I3 5010U with infamous Intel HD 5500 (0x1616006) and 4GB DDR3 Single Channel 1600Mhz.
I followed Rehabman's guide and created an USB installer with only three drivers downloaded from RehabMan's GitHub repository in
CLOVER EFI -> kexts -> Other (FakeSMC, GenericUSBXHCI and VoodooPS2Controller)
More specifically, I made an MBR USB drive with a 300 MB Fat32 Clover Efi Partition and an HFS+ install_osx partition.
The BIOS (InsydeH2O) has not many setup option, I just disabled Safe Boot and enabled Legacy.
I used RehabMan's config_HD5300_5500_6000.plist
I was able to boot my drive, but only in EFI mode, then had an immediate Kernel Panic due to some memory issue.
I discovered it happened because HP installs one single DDR3 memory bank in the slot #2, so I had to manually edit SMBIOS in my config.plist to pass the assertion.
At this point I get a Kernel Panic related to Broadwell Framebuffer, so I checked my IGPU hardware ID and discovered it was 0x1616006. Edited again the config.plist and added proper ig-platform-id.
Now I am able to get to the graphic installer; I partition the HD in GPT and start the installation. After one minute, I get a kernel panic. IMG_4115.jpg
Anything I do, anything I try, I always get this same Kernel Panic.
Tried to disable Intel injection in config.plist but then I get the same kernel panic before the graphic installer shows up.
I followed this guide to change my Intel Hd5500 pre allocated memory via EFI shell but to no avail (tried three different BIOS versions, same result: can't set variable using EFI).
Maybe both issues are due to the fact that I boot the USB Installer and the USB UEFI shell in EFI mode, not legacy, but if I try to boot legacy I get a sudden reboot.
Please, any hep would be very appreciated, thanks in advance.
Here is my config.plist file:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>ACPI</key>
    <dict>
        <key>SortedOrder-Comment</key>
        <string>This is the original order supported by Clover prior to build v3062.  You can trim it as necessary.</string>
        <key>SortedOrder</key>
        <array>
            <string>SSDT.aml</string>
            <string>SSDT-0.aml</string>
            <string>SSDT-1.aml</string>
            <string>SSDT-2.aml</string>
            <string>SSDT-3.aml</string>
            <string>SSDT-4.aml</string>
            <string>SSDT-5.aml</string>
            <string>SSDT-6.aml</string>
            <string>SSDT-7.aml</string>
            <string>SSDT-8.aml</string>
            <string>SSDT-9.aml</string>
            <string>SSDT-10.aml</string>
            <string>SSDT-11.aml</string>
            <string>SSDT-12.aml</string>
            <string>SSDT-13.aml</string>
            <string>SSDT-14.aml</string>
            <string>SSDT-15.aml</string>
            <string>SSDT-16.aml</string>
            <string>SSDT-17.aml</string>
            <string>SSDT-18.aml</string>
            <string>SSDT-19.aml</string>
        </array>
        <key>DSDT</key>
        <dict>
            <key>Fixes</key>
            <dict>
                <key>FixRegions_10000000</key>
                <false/>
                <key>NewWay_80000000</key>
                <true/>
            </dict>
            <key>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>change _OSI to XOSI</string>
                    <key>Disabled</key>
                    <true/>
                    <key>Find</key>
                    <data>X09TSQ==</data>
                    <key>Replace</key>
                    <data>WE9TSQ==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change EHC1 to EH01</string>
                    <key>Find</key>
                    <data>RUhDMQ==</data>
                    <key>Replace</key>
                    <data>RUgwMQ==</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change EHC2 to EH02</string>
                    <key>Find</key>
                    <data>RUhDMg==</data>
                    <key>Replace</key>
                    <data>RUgwMg==</data>
                </dict>
            </array>
        </dict>
        <key>DropTables</key>
        <array>
            <dict>
                <key>Signature</key>
                <string>MCFG</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>DMAR</string>
            </dict>
        </array>
        <key>#DropTables</key>
        <array>
            <dict>
                <key>Signature</key>
                <string>MCFG</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>DMAR</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>CpuPm</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>Cpu0Cst</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>Cpu0Ist</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>ApCst</string>
            </dict>
            <dict>
                <key>Signature</key>
                <string>SSDT</string>
                <key>TableId</key>
                <string>ApIst</string>
            </dict>
        </array>
        <key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <dict>
                <key>CStates</key>
                <true/>
                <key>PStates</key>
                <true/>
            </dict>
            <key>PluginType</key>
            <integer>1</integer>
        </dict>
    </dict>
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>kext-dev-mode=1 dart=0 nv_disable=1</string>
        <key>Legacy</key>
        <string>LegacyBiosDefault</string>
        <key>Log</key>
        <false/>
        <key>NeverHibernate</key>
        <true/>
        <key>Secure</key>
        <false/>
        <key>Timeout</key>
        <integer>5</integer>
        <key>XMPDetection</key>
        <string>Yes</string>
    </dict>
    <key>Devices</key>
    <dict>
        <key>Audio</key>
        <dict>
            <key>Inject</key>
            <integer>0</integer>
        </dict>
        <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <true/>
            <key>AddClockID</key>
            <true/>
            <key>Inject</key>
            <true/>
        </dict>
    </dict>
    <key>DisableDrivers</key>
    <array>
        <string>VBoxHfs</string>
    </array>
    <key>GUI</key>
    <dict>
        <key>Custom</key>
        <dict>
            <key>Entries</key>
            <array>
                <dict>
                    <key>FullTitle</key>
                    <string>UEFI internal</string>
                    <key>Hidden</key>
                    <string>Always</string>
                    <key>Type</key>
                    <string>Other</string>
                </dict>
            </array>
        </dict>
        <key>Mouse</key>
        <dict>
            <key>Enabled</key>
            <false/>
        </dict>
        <key>Scan</key>
        <dict>
            <key>Entries</key>
            <true/>
            <key>Legacy</key>
            <true/>
            <key>Tool</key>
            <true/>
        </dict>
        <key>#ScreenResolution</key>
        <string>1920x1080</string>
        <key>Theme</key>
        <string>Bluemac</string>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>ig-platform-id</key>
        <string>0x16160006</string>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
        <key>InjectEDID</key>
        <false/>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>AsusAICPUPM</key>
        <true/>
        <key>AppleRTC</key>
        <true/>
        <key>KernelLapic</key>
        <true/>
        <key>KernelPm</key>
        <true/>
        <key>ForceKextsToLoad</key>
        <array>
            <string>\System\Library\Extensions\IONetworkingFamily.kext</string>
        </array>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>Disable minStolenSize less or equal fStolenMemorySize assertion, 10.10.x (based on Austere.J patch)</string>
                <key>Disabled</key>
                <false/>
                <key>Name</key>
                <string>AppleIntelBDWGraphicsFramebuffer</string>
                <key>Find</key>
                <data>Oc92PA==</data>
                <key>Replace</key>
                <data>Oc/rPA==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Disable minStolenSize less or equal fStolenMemorySize assertion, 10.11.beta ( (based on Austere.J patch)</string>
                <key>Disabled</key>
                <true/>
                <key>Name</key>
                <string>AppleIntelBDWGraphicsFramebuffer</string>
                <key>Find</key>
                <data>QTnEdj4=</data>
                <key>Replace</key>
                <data>QTnE6z4=</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Enable TRIM for SSD</string>
                <key>Disabled</key>
                <true/>
                <key>Name</key>
                <string>IOAHCIBlockStorage</string>
                <key>Find</key>
                <data>AEFQUExFIFNTRAA=</data>
                <key>Replace</key>
                <data>AAAAAAAAAAAAAAA=</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Boot graphics glitch, 10.10.x/10.11.x (credit lisai9093, cecekpawon)</string>
                <key>Disabled</key>
                <true/>
                <key>Find</key>
                <data>AQAAdRc=</data>
                <key>Name</key>
                <string>IOGraphicsFamily</string>
                <key>Replace</key>
                <data>AQAA6xc=</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HDMI-audio, port 0105, 0x16060000 0x160e0000 0x16160000 0x161e0000 0x16260000 0x162b0000 0x16220000</string>
                <key>Disabled</key>
                <true/>
                <key>Name</key>
                <string>AppleIntelBDWGraphicsFramebuffer</string>
                <key>Find</key>
                <data>AQUJAAQAAAAEAAAA</data>
                <key>Replace</key>
                <data>AQUJAAAIAACCAAAA</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HDMI-audio, port 0204, 0x16060000 0x160e0000 0x16160000 0x161e0000 0x16260000 0x162b0000 0x16220000</string>
                <key>Disabled</key>
                <true/>
                <key>Name</key>
                <string>AppleIntelBDWGraphicsFramebuffer</string>
                <key>Find</key>
                <data>AgQJAAAIAACCAAAA</data>
                <key>Replace</key>
                <data>AgQJAAAIAACCAAAA</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HDMI-audio, port 0105, 0x160e0001 0x161e0001</string>
                <key>Disabled</key>
                <true/>
                <key>Name</key>
                <string>AppleIntelBDWGraphicsFramebuffer</string>
                <key>Find</key>
                <data>AQUJAAAEAAABEAAA</data>
                <key>Replace</key>
                <data>AQUJAAAIAACCAAAA</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HDMI-audio, port 0105, 0x16060002 0x16060002 0x16160002 0x16260002 0x16220002 0x162b0002 0x162b0004 0x16260004 0x16220007 0x162b0008 0x16260008</string>
                <key>Disabled</key>
                <true/>
                <key>Name</key>
                <string>AppleIntelBDWGraphicsFramebuffer</string>
                <key>Find</key>
                <data>AQUJAAAEAAAHBQAA</data>
                <key>Replace</key>
                <data>AQUJAAAIAACCAAAA</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HDMI-audio, port 0204, 0x16060002 0x16060002 0x16160002 0x16260002 0x16220002 0x162b0002 0x162b0004 0x16260004 0x16220007 0x162b0008 0x16260008</string>
                <key>Disabled</key>
                <true/>
                <key>Name</key>
                <string>AppleIntelBDWGraphicsFramebuffer</string>
                <key>Find</key>
                <data>AgQJAAAEAAAHBQAA</data>
                <key>Replace</key>
                <data>AgQJAAAIAACCAAAA</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HDMI-audio, port 0105, 0x16120003 0x16120005 0x16120006 0x16260006</string>
                <key>Disabled</key>
                <true/>
                <key>Name</key>
                <string>AppleIntelBDWGraphicsFramebuffer</string>
                <key>Find</key>
                <data>AQULAAAEAAAHBQAA</data>
                <key>Replace</key>
                <data>AQULAAAIAACCAAAA</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HDMI-audio, port 0204, 0x16120003 0x16120005 0x16120006 0x16260006</string>
                <key>Disabled</key>
                <true/>
                <key>Name</key>
                <string>AppleIntelBDWGraphicsFramebuffer</string>
                <key>Find</key>
                <data>AgQLAAAEAAAHBQAA</data>
                <key>Replace</key>
                <data>AgQLAAAIAACCAAAA</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HDMI-audio, port 0306, 0x16220007</string>
                <key>Disabled</key>
                <true/>
                <key>Name</key>
                <string>AppleIntelBDWGraphicsFramebuffer</string>
                <key>Find</key>
                <data>AwYIAAAEAAARAAAA</data>
                <key>Replace</key>
                <data>AwYIAAAIAACCAAAA</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HDMI-audio, port 0204, 0x160e0001 0x161e0001 (1 of 2)</string>
                <key>Disabled</key>
                <true/>
                <key>Name</key>
                <string>AppleIntelBDWGraphicsFramebuffer</string>
                <key>Find</key>
                <data>AQAeFgECAgIAACACAABQAQ==</data>
                <key>Replace</key>
                <data>AQAeFgEDAwMAACACAABQAQ==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>HDMI-audio, port 0204, 0x160e0001 0x161e0001 (2 of 2)</string>
                <key>Disabled</key>
                <true/>
                <key>Name</key>
                <string>AppleIntelBDWGraphicsFramebuffer</string>
                <key>Find</key>
                <data>/wAAAAEAAABAAAAAAAA=</data>
                <key>Replace</key>
                <data>AgQJAAAIAACCAAAA/wA=</data>
            </dict>
        </array>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>CsrActiveConfig</key>
        <string>0x67</string>
        <key>BooterConfig</key>
        <string>0x28</string>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>Memory</key>
        <dict>
            <key>Channels</key>
            <integer>2</integer>
            <key>SlotCount</key>
            <integer>2</integer>
            <key>Modules</key>
            <array>
                <dict>
                    <key>Slot</key>
                    <integer>2</integer>
                    <key>Size</key>
                    <integer>4096</integer>
                    <key>Frequency</key>
                    <integer>1600</integer>
                    <key>Type</key>
                    <string>DDR3</string>
                    <key>Vendor</key>
                    <string>Hyundai Electronics</string>
                    <key>Part</key>
                    <string>HMT451S6BFR8A-PB</string>
                    <key>Serial</key>
                    <string>04275220</string>
                </dict>
            </array>   
        </dict>
        <key>ProductName-Comment</key>
        <string>Using Haswell MacBookAir6,2 until Clover has support for Broadwell identifiers</string>
        <key>#ProductName</key>
        <string>MacBookAir6,2</string>
        <key>#ProductName-MacBookAir7</key>
        <string>MacBookAir7,1</string>
        <key>ProductName-MacBookPro12</key>
        <string>MacBookPro12,1</string>
        <key>#ProductName-MacBook8</key>
        <string>MacBook8,1</string>
        <key>Trust</key>
        <true/>
    </dict>
    <key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>Detect</string>
    </dict>
</dict>
</plist>
 
From where did you download OS X?
On what hardware did you create your USB installer?

Boot verbose, show photo. Attach EFI/Clover folder as ZIP (omit 'themes' folder).
 
From where did you download OS X?
On what hardware did you create your USB installer?

Boot verbose, show photo. Attach EFI/Clover folder as ZIP (omit 'themes' folder).
I downloaded it from App Store on my working Hackintosh: it is a standard build (Gigabyte GA-Z77N, I5 3570K, Nvidia GTX 650 Ti) running OSX 10.11.3

I am behind a firewall now (I'm at work...) so I can't upload any zip file; I'll provide it ASAP.
Thank you so much.
IMG_4122.JPG IMG_4123.JPG IMG_4124.JPG
 
I downloaded it from App Store on my working Hackintosh: it is a standard build (Gigabyte GA-Z77N, I5 3570K, Nvidia GTX 650 Ti) running OSX 10.11.3

I am behind a firewall now (I'm at work...) so I can't upload any zip file; I'll provide it ASAP.
Thank you so much.
View attachment 198503 View attachment 198504 View attachment 198505

Looks like a normal boot so far... Keep in mind booting the installer from USB is very slow. Be patient.

But it is clear you didn't follow the guide. The FakeSMC you're using is not the one linked from my guide...
 
Looks like a normal boot so far... Keep in mind booting the installer from USB is very slow. Be patient.

But it is clear you didn't follow the guide. The FakeSMC you're using is not the one linked from my guide...
I am very sorry, I think I omitted some details: after the screenshots I just uploaded I get a "DSMOS has arrived message" and then I get to the graphic Installer. Here I can launch Disk Utility and format drives, but as soon as I launch the Installer I get the kernel panic I uploaded in post #1.
I did use your FakeSMC but later on, in a desperate try, I used another FakeSMC thinking it could be the cause of my KP.
Truth is it changed nothing...
 
I am very sorry, I think I omitted some details: after the screenshots I just uploaded I get a "DSMOS has arrived message" and then I get to the graphic Installer. Here I can launch Disk Utility and format drives, but as soon as I launch the Installer I get the kernel panic I uploaded in post #1.
I did use your FakeSMC but later on, in a desperate try, I used another FakeSMC thinking it could be the cause of my KP.
Truth is it changed nothing...

No ideas really without EFI/Clover.

And why are you installing 10.11.3? Current version is 10.11.5.

Did you set DMVT-prealloc to 64mb?

Also, please fill out your profile as requested in my Clover laptop guide...
 
Status
Not open for further replies.
Back
Top