I donwloaded amdgpu-pro-18.30-641594.tar.xz from amd.com and installed using the amd-gpu-pro installer script as root like so:
The installer prompted a few times, installed and after it was done I rebooted, black screen of death.
Well, I tried rebooting, same thing twice. Rebooted again using kubuntu 18.04.1 live cd and googled the issue and found a workaround: editing the /etc/default/grub to include some kernel parameters which I can't find now, but I couldn't update grub because of being on a live cd, so I tried:
/dev/sda1 is an SSD which is formatted btrfs and the root of my kubuntu install.
But of course grub couldn't see /dev as it wasn't mounted, so I found a short command to mount /dev and several other directories, but I can't find that either now as I'm on a livecd and google is not cooperating with me just now.
I apologize for that. In any case After all that grub could see /dev but still failed to update itself. I wish I had logged into the forums right away but I've rebooted since then and don't have the error message in my copy buffer anymore.
So I've tried to unbork this poor kubuntu install and failed, can anyone help me?
Code:
# ./amd-gpu-pro
Well, I tried rebooting, same thing twice. Rebooted again using kubuntu 18.04.1 live cd and googled the issue and found a workaround: editing the /etc/default/grub to include some kernel parameters which I can't find now, but I couldn't update grub because of being on a live cd, so I tried:
Code:
$ sudo mount /dev/sda1 /mnt
Code:
$ sudo chroot /mnt/@
I apologize for that. In any case After all that grub could see /dev but still failed to update itself. I wish I had logged into the forums right away but I've rebooted since then and don't have the error message in my copy buffer anymore.
So I've tried to unbork this poor kubuntu install and failed, can anyone help me?
Comment