Problems installing ubuntu/manjaro on Asus X570 or GPU driver issue [solved]

ok I did the only thing Im seeing are some visual glitches that where there before (I dont think you can see them in the video because of the compression)

Ubuntu is not bleeding edge, only other bug I know about is the following.
In /etc/default/grub where you removed the quiet kernel parameter, please add amdgpu.dc=0 and regenerate the Grub configuration file with:

grub-mkconfig -o /boot/grub/grub.cfg
1 Like

ok im flashing the bios to the latest rn
it seems like the problems in that reddit thread are gpu related aswell though
And I think trying to install nvidia drivers on my amd card would be a waste of time

I guess I can try Ubuntu 18 that would be the same time period as my gpu too

ok same result with bios 3801

so you mean replace “quiet” with amdgpu.dc= 0?
I dont think im understanding you correctly

GRUB_CMDLINE_LINUX_DEFAULT="quiet parameter2 parameter3 parameter4"

Should become:

GRUB_CMDLINE_LINUX_DEFAULT="parameter2 parameter3 parameter4 amdgpu.dc=0"

Then you need to regenerate the Grub configuration with:

grub-mkconfig -o /boot/grub/grub.cfg
1 Like

ok now its:

GRUB_CMDLINE_LINUX_DEFAULT=“splash amdgpu.dc=0”

grub-mkconfig […]

…Adding boot menu entry for UEFI Firmware Settings
done
$reboot

it worked

If I ever meet you IRL Ill kiss your pinky toe and thats a credible threat

1 Like

Nevermind, I just walked you through the two issues I encountered over the last month. The bug is fixed in the meantime by the way, so after the next major update to Ubuntu you might be able to remove this kernel parameter again.

Edit: You should also be able to run the following, which should give you the boot logo during the Ubuntu boot:

GRUB_CMDLINE_LINUX_DEFAULT=“quiet splash amdgpu.dc=0”
1 Like

I think Ill just call myself lucky if I can remove windows again without anything breaking
thanks a lot man