Replaced Nvidia GPU with AMD Gpu, black screen on startup

# to see what you have installed and whats available:
mhwd -l -d | less
# to remove anything unecessary, like nvidia driver in this example:
sudo mhwd -r pci video-nvidia
# to (force) install the open drivers, which is what you want for amd:
sudo mhwd -f -i pci video-linux
# reboot:
systemctl reboot