2
[5.205584/ [drm:amdgpu_init [amdgpu]] *ERROR* VGACON disables amdgpu kernel modesetting.

Hello I am having this problem on my machine: I3 7100 / Asus H110M-D / RX 460 4GB / 8GB / SSD 480 and HD 1TB.

I want to migrate completely to ubuntu but found this unexpected error, researched before but did not find any post that would definitely help me.

I was able to install the system but it gets the different video drive from mine: llvmpipe (LLVM 8.0, 256 BITS).

In other versions appeared my video card and worked well now the system is slow and brittle video.

2 Answers2

4

Been dealing with a blank screen right after boot on the same cause for days (different versions of Ubuntu-Kubuntu-LinuxMint-CentOS (both 32 and 64 bits), until I read a post on Reddit and passed this kernel parameter at boot time:

amdgpu.dc=0

My box is an A8-7680 with R7 (Wani), MSI A68HM-E33V2. Worked for me, hope it works for you!

damadam
  • 2,833
Matute
  • 41
  • 2
2

From this thread on reddit:

I'd try booting with "amdgpu.dc=0".

This "dc" means "display core" and is problematic for some hardware setups. It was originally disabled by default, but in newer kernel versions it's enabled by default.

You can find how to try this out at boot and to make that permanent in this answer