Big Sur 11.2 Cant restart, when shut down, PC does not post, need to restart PSU

Knedlikovec01

New member
AMD OS X Member
Joined
Feb 11, 2021
Messages
5
I have problems with my Ryzentosh

CPU: Ryzen 5 3500X
GPU: RX570
MB: Asrock B550M pro v4

Big Sur is working properly, but can't be restarted or shut down. When I restart the black screen appears and I need to turn off PC by turning off the PSU.
If I shut down, PC shuts down, but the boot after pc just won't post. Need to restart by turning off PSU again.

Known bugs: Photoshop 2021 won't start.

Here is my EFI folder, I am using Opencore 0.6.6.
 

Attachments

  • EFI.zip
    2.5 MB · Views: 14

Shaneee

The AMD Guy
Staff member
Administrator
Joined
Mar 13, 2020
Messages
2,156
Try with this config. Photoshop requires patching to work. Copy and paste this full script into Terminal,

Bash:
for file in MMXCore FastCore TextModel libiomp5.dylib libtbb.dylib libtbbmalloc.dylib; do
    find /Applications/Adobe* -type f -name $file | while read -r FILE; do
        sudo -v
        echo "found $FILE"
        [[ ! -f ${FILE}.back ]] && sudo cp -f $FILE ${FILE}.back || sudo cp -f ${FILE}.back $FILE
        echo $FILE | grep libiomp5 >/dev/null
        if [[ $? == 0 ]]; then
            dir=$(dirname "$FILE")
            [[ ! -f ${HOME}/libiomp5.dylib ]] && cd $HOME && curl -sO https://excellmedia.dl.sourceforge.net/project/badgui2/libs/mac64/libiomp5.dylib
            echo -n "replacing " && sudo cp -vf ${HOME}/libiomp5.dylib $dir && echo
            rm -f ${HOME}/libiomp5.dylib
            continue
        fi
        echo $FILE | grep TextModel >/dev/null
        [[ $? == 0 ]] && echo "emptying $FILE" && sudo echo -n >$FILE && continue
        echo "patching $FILE \n"
        sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x6A\x00|\x90\x90\x90\x90\x56\xE8\x3A\x00|sg' $FILE
        sudo perl -i -pe 's|\x90\x90\x90\x90\x56\xE8\x4A\x00|\x90\x90\x90\x90\x56\xE8\x1A\x00|sg' $FILE
    done
done
 

Attachments

  • config.plist
    47.3 KB · Views: 8

Knedlikovec01

New member
AMD OS X Member
Joined
Feb 11, 2021
Messages
5
Unfortunetely config doesn`t work. Nothing has changed. But thanks for response.
 

wongdi

New member
AMD OS X Member
Joined
Feb 14, 2021
Messages
4
PS 2021 is work?????
 
Back
Top Bottom
  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.