I am relatively new to Ubuntu and have encountered an issue with my AMD GPU after installing an update prompted by Ubuntu. I would greatly appreciate any assistance or guidance in resolving this problem.
Here's the background information:
Ubuntu version: 22.04.2 LTS
AMD GPU model: Bonaire
Error message 1 - It displayed on a black screen:
amdgpu bonaire not supported in kfd, ubuntu boot error
Error message 2- It was displayed after using nomodeset
in the boot parameters:
Snd hda intel hsw/bdw hd audio hdmi/dp requires binding with gfx driver
Although I have basic knowledge of Ubuntu, I can follow instructions and provide any requested information by running commands.
Here are the steps I have already tried, based on suggestions from the forum:
Added nomodeset quiet splash
to the boot parameters, which led to the second error message mentioned above.
Renamed /etc/udev/rules.d70-amdgpu.rules
to /etc/udev/rules.d70-amdgpu.rules.bak
.
Checked the renamed file with dpkg -S /etc/udev/rules.d70-amdgpu.rules.bak
, but it shows:
no path found matching pattern /etc/udev/rules.d70-amdgpu.rules.bak
Edited the rules file by replacing the double equals for GROUP
with a single equals.
The last action I performed related to the GPU was updating it and
installing ROCm to try Python Torch. Additionally, in my GRUB configuration, I have the following line:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash amdgpu.vm_fragment_size=9"
Please note, I'd like to keep ROCm for my project, but if there is no other way, I'll use my CPU's graphic processing capabilities.
I'm unsure what else to attempt to resolve these issues. Any advice, suggestions, or insights would be highly appreciated.
Thank you in advance for your help!