That sounds like it has something to do with missing AML patches(in some cases, ACPI -> Add, ACPI -> Patch)
Though, i recommend checking for:
- NVRAM variable access failure
- NVRAM not persisting
- broken Booter quirks
- or for a corrupted NVRAM store
Check also if you specified the right core-count-value for your CPU Cores.
something like:
- From
AMD-OSX Vanilla on GitHub
As well:
Pretty much looks like some of those keys(or the whole config) are not properly formatted, which is kind of important
(This was checked using OpenCore Configurator on macOS Sonoma, which i assume you haven't gotten to work on another laptop/pc yet)
Another note, i recommend changing the DmgLoading value from signed to any or disabled, as these allow you to load DMGs properly(which is only necessary on non-apple hardware as far as i know.)
as well as igfxonln being a Intel CPU/iGPU argument as far as i know(Which will probably cause issues with the AMD Radeon Graphics later on.)
(Another note, NootedRed is disabled on your config, which will probably cause issues, you can use WhateverGreen, but NR is more targetted to AMD CPU/APUs)
You do are missing the DSDT.aml file, Older systems used it--not sure if yours requires it, so it is worth checking--but, On newer systems they only need SSDT, so that one seems... fine
(Tho i am not fully sure of that, don't quote me on that one. also, you have an empty entry on ACPI -> Delete, which could cause issues, i am not sure about that one fully either)
I recommend googling specific patches for that CPU, the 5000U line of CPUs can be a bit picky(you also didn't mentioned which version of macOS where you trying to run, so we both are flying blind here...)
Example of a google search result you may get:
heavily recommend checking on:
- Dortania Guide - AMD
or on
- AMD Vanilla - GitHub
PD: I am not an expert on Hackintoshing, simply replying with what i have found so far, and google search results because i myself don't know how to explain things properly, highly recommend to listen to someone else's advices instead.
Since we donβt have the logs(and I can't really do a full EFI breakdown), I tried pointing out the most common critical blockers first so you have a starting checklist.
Once you gather more info (logs/macOS version/OpenCore Version), people here will be able to give much more precise help with those specific issues 
Try enabling OpenCore's Log Dumps(if you're using a recent version, you can save logs to the EFI Partition to review them after boot or after an error and see what broke.)
Try to generate some logs using This Guide from Dortania's site
Hope this helps, or at least points you to the right direction