Joo The chipset seems to be half of the issue, and triggers a compound issue with the most recent AMD GPIO Controller. The AMD Software itself is stable; it’s def the chipset update that’s the primary culprit, and only by resolving BOTH the GPIO Controller issue and the chipset driver issue can the SER8 8745HS be stabilized.
I’ve noticed a lot of ppl shredding their PC’s in the comments just trying to resolve the issue. Something about a bug repair in the newest chipset triggers a fault in the latest AMD GPIO Controller. Rolling back the chipset alone doesn’t resolve the issue either once it’s been triggered. Both need to be resolved to stabilize.
YOU DO NOT NEED TO UNINSTALL AMD ADRENALINE TO RESOLVE THIS ISSUE.
If you are able to login to Windows, then YOU DO NOT NEED TO ENTER THE RECOVERY ENVIRONMENT.
TO FIX FROM WINDOWS:
1. ROLL BACK THE AMD CHIPSET DRIVER TO VER 8.02.18.557, LOCATED HERE: AMD CHIPSET 8.02.18.557 RELEASE NOTES + LINK
DISABLE AMD CHIPSET AUTO-UPDATE
Open AMD Adrenaline Edition
Go To System –> Manage Updates ; You’ll see two AMD Update options, one for AMD Adrenaline Edition, the other for the AMD Chipset Driver. Check the driver version is 8.02.18.557 in the drop-down located next to the AMD Chipset Update (three bullet points in-line)
Disable Auto-Update via the switch on the top-right of the “Update” screen
ROLLBACK THE AMD GPIO CONTROLLER
Press Win +X to open shortcut menu and select “Device Manager”
Scroll down to “System Devices” and open the extended menu to display all system devices
Locate the “AMD GPIO Controller” and double-click ; select the “Driver” tab
IF THE DRIVER DATE IS 03/2026 VER 2.2.0.137, THEN YOU NEED TO ROLL BACK THE DRIVER BY SELECTING “Roll Back Driver”. To roll-back the driver Windows will need to restart and update; allow this
AFTER GPIO CONTROLLER DRIVER ROLLBACK, CONFIRM THE ROLLBACK VER IS 2.2.0.136, DATED 11/2025 ; This can be done by re-entering device manager and double-clicking on the AMD GPIO Controller and checking the “Driver” tab in Properties.
This should be it. After doing this the system should be stable again. Just make sure you do not inadvertently allow the GPIO Controller to be updated again before Beelink and AMD work out a fix with the chipset update.
IF YOU ARE UNABLE TO ENTER DEVICE MANAGER FROM WINDOWS AND NEED TO USE WinRE TO ROLL BACK THE AMD GPIO CONTROLLER, shulin was kind enough to post a fix:
*Get into WinRE: Troubleshoot → Advanced options → Command Prompt
*Find Windows drive letter (probablyD:)
diskpart
list volume
exit
*List drivers:dism /image:D:\ /get-drivers
*Find the most recentamdgpio2 driver. In my case, I found a driver amdgpio2.inf dated 3/22/2026 with Published Nameoem12.inf
*Remove the faulty driver using its Published Name. In my case, the command wasdism /image:D:\ /remove-driver /driver:oem12.inf
*Reboot. In Windows, disable AMD Software Auto-Update
The effective driver version for AMD GPIO Controller on my computer is now 2.2.0.136 dated 11/10/2025.