I’ve been trying to get my new GTR9-Pro to be stable, and have hit a wall.
I have updated to Bios version GTRP110 and that solved a lot of the issues I was having. However I’m still having serious issues with crashes, seemingly at random. It’s not limited to any specific apps, and it feels like a hardware issue.
I’ve run memtest overnight and it passed all the ram 11 times.
It’s not overheating.
While trying to diagnose the issue, I realized that the amd-firmware package in Fedora has a newer cpu microcode file than the one included in BIOS version GTRP110. Also, it seems that it’s not possible for the OS to update the CPU microcode. It’s not even trying.
This CPU shows up like this:
$ sudo dmesg | grep CPU0
[ 0.309784] smpboot: CPU0: AMD RYZEN AI MAX+ 395 w/ Radeon 8060S (family: 0×1a, model: 0×70, stepping: 0×0)
And the latest firmware has this version:
$ amd_ucode_info.py /usr/lib/firmware/amd-ucode/microcode_amd_fam1ah.bin | grep ‘Family=0×1a Model=0×70 Stepping=0×00’
Family=0×1a Model=0×70 Stepping=0×00: Patch=0×0b700037 Length=14368 bytes
However the version the bios has is:
$ sudo dmesg | grep microcode
[ 0.522230] microcode: Current revision: 0×0b70001e
This version is also listed in the BIOS interface itself.
I’m not sure how many revisions there were between 1e>37, but there could be a lot.
I cannot update the microcode from the OS side, unless I’m missing something. I’m hoping a new BIOS can be provided so I can see if that fixes this random instability.
I really, really hope I don’t need to RMA this thing. :(