Contribute
Register

[Guide] Booting The USB Installer Using OpenCore

you have some reading to do :)
I have read and reread, I believe I have correctly applied the instructions but installation from USB or with the system already installed does not advance. suggestions for corrections to my refi. stop at apple ps2 trackpad
 

Attachments

  • EFI.zip
    3.4 MB · Views: 110
I have read and reread, I believe I have correctly applied the instructions but installation from USB or with the system already installed does not advance. suggestions for corrections to my refi. stop at apple ps2 trackpad
these renames are not done correctly:
Code:
<dict>
                <key>Comment</key>
                <string>change OSID to XSID (to avoid match against _OSI XOSI patch)</string>
                <key>Enabled</key>
                <true/>
                <key>Find</key>
                <data>T1NJRA==</data>
                <key>Replace</key>
                <data>WFNJRA==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>_OSI to XOSI</string>
                <key>Enabled</key>
                <true/>
                <key>Find</key>
                <data>X09TSQ==</data>
                <key>Replace</key>
                <data>WE9TSQ==</data>
            </dict>
<dict>
                <key>Comment</key>
                <string>BRT6 to BRTX</string>
                <key>Enabled</key>
                <true/>
                <key>Find</key>
                <data>FCBCUlQ2Ag==</data>
                <key>Replace</key>
                <data>FCBCUlRYAg==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>change _STA to XSTA in device GPI0 (TouchPad I2C)</string>
                <key>Enabled</key>
                <true/>
                <key>Find</key>
                <data>FB1fU1RBAKAJk1M=</data>
                <key>Replace</key>
                <data>FB1YU1RBAKAJk1M=</data>
                <key>TableSignature</key>
                <data>RFNEVA==</data>
            </dict>

also boot verbose and take a pic where it hangs
 
these renames are not done correctly:
Code:
<dict>
                <key>Comment</key>
                <string>change OSID to XSID (to avoid match against _OSI XOSI patch)</string>
                <key>Enabled</key>
                <true/>
                <key>Find</key>
                <data>T1NJRA==</data>
                <key>Replace</key>
                <data>WFNJRA==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>_OSI to XOSI</string>
                <key>Enabled</key>
                <true/>
                <key>Find</key>
                <data>X09TSQ==</data>
                <key>Replace</key>
                <data>WE9TSQ==</data>
            </dict>
<dict>
                <key>Comment</key>
                <string>BRT6 to BRTX</string>
                <key>Enabled</key>
                <true/>
                <key>Find</key>
                <data>FCBCUlQ2Ag==</data>
                <key>Replace</key>
                <data>FCBCUlRYAg==</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>change _STA to XSTA in device GPI0 (TouchPad I2C)</string>
                <key>Enabled</key>
                <true/>
                <key>Find</key>
                <data>FB1fU1RBAKAJk1M=</data>
                <key>Replace</key>
                <data>FB1YU1RBAKAJk1M=</data>
                <key>TableSignature</key>
                <data>RFNEVA==</data>
            </dict>

also boot verbose and take a pic where it hangs
I have eliminated all the renames and attach the result, I trust in your help and thanks
 

Attachments

  • IMG_0633.JPG
    IMG_0633.JPG
    126 KB · Views: 134
I tried it but i get this stuck for 30min
also i didn't find my

AAPL,ig-platform-id
device-id

i have i7 4940MX CPU (Dell m4800) HD 4600 but i couldn't get the values from the guide
 

Attachments

  • IMG_20200508_152720.jpg
    IMG_20200508_152720.jpg
    2.4 MB · Views: 128
Last edited:
I have eliminated all the renames and attach the result, I trust in your help and thanks
difficult to see your image, also, you probably don't need to add all those Drivers, not sure why you are not using the files in post 1
 
Last edited:
Post 1 updated with OpenCore v0.5.9 and updated kexts
 
Hello @Feartech,

many thanks to your guide.
I also started with OC on the my zBook 15 G3 and tried your EFI folder.
Unfortunately, I’m stock with apple loading screen. I would like to use the Debug version of OC. But as I see on opencore website the newest version is v0.5.8 but you’re using v0.5.9. It looks like a nightly build. Where I can find the debug version?

Many thanks in advance.
 
Back
Top