1
  • Ubuntu Desktop version 16.04
  • AMDGPU-PRO version 17.10-414273
  • GPU: RX 480
  • UEFI with secure-boot disabled

On a fresh installation of Ubuntu, I installed AMDGPU-PRO by following the guide on AMD's site. Commands repeated here in case the link goes dead:

apt update
apt dist-upgrade
cd /tmp
tar -Jxvf amdgpu-pro-17.10-414273.tar.xz
cd amdgpu-pro-17.10-414273
./amdgpu-pro-install -y

After restarting, Ubuntu gets stuck booting indefinitely with the following text displayed in tty7:

/dev/sdb5: clean 414434/8847360 files, 8735918/35384576
_

At this point, I can switch to a different tty and login, etc.

Logging in and running amdgpu-pro-uninstall and restarting fixes the hang on boot...but then I don't have drivers.

It might be important to note that I'm dual-booting Windows and Ubuntu from different partitions on the same disk.

Terry Brashaw
  • 11
  • 1
  • 5

1 Answers1

0

I have practically the same setup, dual boot Win10 and Ubuntu 16.04.2. I posted another answer since my issue was during the reboot or shutdown. i ran the below and everything seems to be working now.

sudo ubuntu-drivers autoinstall

I also ran the command on ATI AMD site to add to video group. Maybe it will work for you since I got that weirdness after an update and the same AMD driver version.

M3tho5
  • 9