Stuck on "#[EB|LOG:EXITBS:START]" | OC 0.7.3, Ryzen 5 1600, RX580, B450M S2H

anacondach1ll

New member
AMD OS X Member
Sep 29, 2021
2
0
1
CPU:
Ryzen 5 1600
Hi all. Opencore stops at "#[EB|LOG:EXITBS:START]". None of the solutions worked for me
(this is not the first time I have installed macos on my computer, but this time I had problems)

My hardware:
Ryzen 5 1600
Radeon RX580
Gigabyte B450M S2H
16GB RAM
 

Attachments

Update your kernel patches to the latest available on the GitHub.
 
Update your kernel patches to the latest available on the GitHub.
nothing has changed
I followed the instructions in the README but nothing changes
 
So now you've got the latest patches, set your core count and enabled ProvideCurrentCpuInfo and it's still stopping at the same place? Upload your now current EFI folder and I can double check it.
 
  • Like
Reactions: DEXTER-AMD
same problem ı have open core 0.7.3 and 0.7.4 are
did not loading but 0.7.1 is working
 
I got stuck here as well. Make sure you use the latest ProperTree. UEFI -> Drivers are now Dictionaries, not Strings.
 
  • Like
Reactions: H4L9000
I got stuck here as well. Make sure you use the latest ProperTree. UEFI -> Drivers are now Dictionaries, not Strings.
Thanks a lot buddy. I was scratching my head on why my updated EFI did not work with OCB Loadimage failed.
Just adding the correct dict structures for all my driver entries solved it.
 
I just ran into this problem as well. I used the latetest (git pull) ProperTree and the latest Opencore (0.7.5) and still had to manually create the dictionary structure for the UEFI drivers in config.plist before I was able to boot properly.

For reference, UEFI -> Drivers needed to look like this in Config.plist for me to be able to boot,

<dict>
<key>Drivers</key>
<array>
<dict>
<key>Path</key>
<string>HfsPlus.efi</string>
<key>Enabled</key>
<true/>
</dict>
<dict>
<key>Path</key>
<string>OpenRuntime.efi</string>
<key>Enabled</key>
<true/>
</dict>
</array>
</dict>

Hopefully this gets sorted out before the next Opencore release.
 
Last edited:
  AdBlock Detected
Sure, ad-blocking software does a great job at blocking ads, but it also blocks some useful and important features of our website. For the best possible site experience please take a moment to disable your AdBlocker.