- 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.
dpkg -l amdgpu-pro
and ensure you're on video groupsudo usermod -a -G video $LOGNAME
. Reboot + Reinstall until it shows up. Once its there there uninstall itamdgpu-pro-uninstall
. This will fix boot but leave you to integrated/bad GPU. – James L. Sep 10 '17 at 22:52