Contribute
Register

OpenCore stuck on bridges 3 : devices 14

Status
Not open for further replies.
IMG_3445.png

This time it hangs on Previous shutdown cause: 5
 
when you try something and it doesn't work, then you need to boot verbose, take a picture where it hangs and also upload your zipped opencore folder
Quick question: how do I boot verbose mode on BIOS?
 
I'm still having the issue that says Previous shutdown cause 5, can you help me on this one?
 
I'm still having the issue that says Previous shutdown cause 5, can you help me on this one?
as mentioned... you need to upload your zipped OC folder here
 
Here it is to test
no need for all these to be enabled:
Code:
<key>Drivers</key>
        <array>
            <string>AudioDxe.efi</string>
            <string>CrScreenshotDxe.efi</string>
            <string>HfsPlus.efi</string>
            <string>HiiDatabase.efi</string>
            <string>NvmExpressDxe.efi</string>
            <string>OpenCanopy.efi</string>
            <string>OpenHfsPlus.efi</string>
            <string>OpenPartitionDxe.efi</string>
            <string>OpenRuntime.efi</string>
            <string>OpenUsbKbDxe.efi</string>
            <string>Ps2KeyboardDxe.efi</string>
            <string>Ps2MouseDxe.efi</string>
            <string>UsbMouseDxe.efi</string>
            <string>XhciDxe.efi</string>
        </array>
HfsPlus.efi
OpenRuntime.efi
should be all that is required

not sure why you have done:
Code:
<key>Memory</key>
        <dict>
            <key>DataWidth</key>
            <integer>64</integer>
            <key>Devices</key>
            <array>
                <dict/>
            </array>
            <key>ErrorCorrection</key>
            <integer>3</integer>
            <key>FormFactor</key>
            <integer>9</integer>
            <key>MaxCapacity</key>
            <integer>68719476736</integer>
            <key>TotalWidth</key>
            <integer>64</integer>
            <key>Type</key>
            <integer>26</integer>
            <key>TypeDetail</key>
            <integer>128</integer>
        </dict>
set that back to defaults

set SecureBootModel to Disabled

Lilu.kext should be at the top of your list of kexts
 
I think I now fixed it!
 

Attachments

  • EFI.zip
    2.4 MB · Views: 30
This time it's stuck on "waiting for all kernel threads created for interface"
 
Ok, this time I got it to install this time, it says my Graphics is at 7MB, and its now stuck on IOConsoleUsers: gIOSScreenLockState3, hs 0, bs 0, now 0, sm 0... Can you help me with this? I will also upload my efi folder, to check
 
Status
Not open for further replies.
Back
Top