Contribute
Register

<< Solved >> Boot stuck at IOConsoleUsers: glOScreenLockState 3, hs 0, bs0. Help please.

Status
Not open for further replies.
missing verbose pic
OK, how do I get a more detailed than -v image? What argument should I enter to get a more detailed output?
 
OK, how do I get a more detailed than -v image? What argument should I enter to get a more detailed output?
the same as you have done before
 
the same as you have done before
1624456541729.png
 
serial port is still enabled

at the clover boot screen, press F11, it should reset nvram

config.plist:

disable:
Code:
<dict>
                    <key>Comment</key>
                    <string>CUU0</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>cA1DUFVTQ0swAENVVTA=</data>
                    <key>Replace</key>
                    <data>AAAAAAAAAAAAAAAAAAA=</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>CUU1</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>cA1DUFVTQ0sxAENVVTE=</data>
                    <key>Replace</key>
                    <data>AAAAAAAAAAAAAAAAAAA=</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>CUU2</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>cA1DUFVTQ0syAENVVTI=</data>
                    <key>Replace</key>
                    <data>AAAAAAAAAAAAAAAAAAA=</data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>CUU3</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>cA1DUFVTQ0szAENVVTM=</data>
                    <key>Replace</key>
                    <data>AAAAAAAAAAAAAAAAAAA=</data>
                </dict>
<dict>
                    <key>Comment</key>
                    <string>PNP0C09 to PNPFFFF</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>QdAMCQ==</data>
                    <key>Replace</key>
                    <data>QdD//w==</data>
                </dict>

remove your sortedorder:
Code:
<key>SortedOrder</key>
        <array>
            <string>SSDT-PNLF.aml</string>

try without boot argument:
npci=0x2000

remove:
USBPorts.kext
AppleBacklightFixup.kext
SMCSuperIO.kext

and another test, remove IntelMausiEthernet.kext
 
serial port is still enabled

If the serial ports are disabled yet still appearing in the boot sequence it may be that it is a TPM, in which case there is not a great deal that can be done about it and it should not cause problems.
 
@Feartech It's loaded! Now I have returned my old EFI (with MacBookPro10, 2 SMBIOS) where I did not change the graphics settings and everything works just fine. I removed Applebacklightfixup.kext and USBports. kext. Thanks a lot)
 
@Feartech It's loaded! Now I have returned my old EFI (with MacBookPro10, 2 SMBIOS) where I did not change the graphics settings and everything works just fine. I removed Applebacklightfixup.kext and USBports. kext. Thanks a lot)
you should now do this:
 
you should now do this:
And the USB works perfectly. In that EFI build, it is already configured, although for some reason I added USBInjectAll and USBports there. I left only the first one. Thank you again)
 
Thanks for help)
 
And the USB works perfectly. In that EFI build, it is already configured, although for some reason I added USBInjectAll and USBports there. I left only the first one. Thank you again)
if your usb kext works correctly, then you would remove USBInjectAll and the port limit patches in your config.plist and you can also disable FixUSB
 
Status
Not open for further replies.
Back
Top