Got a B580 today, It gets stuck after getting to the graphical target.
First, make sure your system is updated so you have the latest versions of everything.
The drivers are in the kernel itself. You need to be on 6.12.
You also need the latest mesa
. You probably also need newest linux-firmware
Make sure you aren’t booting the LTS kernel.
I am on Linux kernel 6.12.8, have the latest firmware, and tried both mesa and the git version.
What was your previous GPU?
Geforce 1060 3GB
OK, make sure you don’t have any nvidia-specific config left over.
Check cat /etc/dracut.conf.d/*
and make sure there is no nvidia anything there.
Check your xorg config files as well.
Then run sudo dracut-rebuild
to ensure your initrd has the support you need.
Oh damn that was it.
I had to remove /etc/X11/xorg.conf
THANKS!
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.