The original post: /r/linux by /u/theuuskj on 2025-02-21 01:31:01.

I don’t know if they’ve already posted something here, but as I say, when I went back to using Linux on my new PC, it always crashed, and displayed an amdgpu error, other than that no games would run, at most minecraft.

So I researched and discovered a kernel boot parameter that solved the problem, it is amdgpu.noretry=0

Just search how to add it to your bootloader/boot manager, in rEFInd for example:

cd /boot

sudo nano refind_linux.conf

and add (amdgpu.noretry=0) to the lines, as in the example:

“Boot with standard options” “quiet zswap.enabled=0 nowatchdog splash rw rootflags=subvol=/@ root=UUID=7fdc3f99-2b16-487d-a73b-1adffde7607f amdgpu.noretry=0”

(just add amdgpu.noretry=0 to the end of all options )

I hope this helps anyone who is having this problem, thanks guys!