I’m struggling to get any version of Rome to boot with Nvidia drivers installed (Plasma 6, X11). I’ve tried the proprietary and open drivers, but no matter what I seem to do - boot will hang after ‘initiating ramdisk’ when installed. Reinstalled about 5-6 times so far today trying to get anything to work.
I’ve tried manually blacklisting the Nouveau driver (despite reading remarks it’s now not the correct way to handle things). Doesn’t seem to matter if I use the 3644 build ISO (x86_64) without updates, or update to the latest kernel first.
I also tried to install nvidia-legacy but it doesn’t have the correct kernel version available.
Reading multiple posts here I know others are able to get this to work without issue - but I’m truly banging my head against a wall here.
@DeviateDefiant I don’t know where you are at this point. Are you stuck at a boot? Or are you at a clean install? It sounds like initramfs is not getting rebuilt after installing the driver. If you can get to a TTY, can you try to run this command, please? If you are on a clean install, run this right after installing the Nvidia driver and before rebooting.
ALSO!!! run the Nvidia install before updating the install. The Nvidia driver has to be there before a new Kernel is installed, so that the kernel is built using the driver.
Thanks for the warm welcome @WilsonPhillips, and appreciate the quick reply too! Right now I’m on a fresh reinstall, though have unfortunately already updated.
I’ll go through the Nvidia install now, and then run the dracut command and report back shortly.
Worst case, can reinstall again - getting quite used to the process
Appreciate any further help, quite stubbornly determined to get this working.
EDIT: I noticed the new kernel was installed as a dependency of the nvidia package, could the issue still be due to the fact the command isn’t being run as part of the install process?
It was burnt to a Corsair Voyager 32GB using Rufus 4.6, I did previously try ‘Rosa’ as I saw it was recommended here on the forums somewhere - but it wouldn’t write correctly.
I think so, it was the latest ISO on SourceForge I ultimately used - which I assumed to be #3644.
Yes, no issue booting/rebooting using Nouveau drivers.
If you’re going to reinstall, I suggest going on like this:
Upon first boot fully update system with sudo dnf dsync --refresh then reboot
Open OM welcome > Applications tab > Development > install C/C++ Compilers Suite, then to Configure tab > Hardware > NVIDIA Drivers
After installation enter sudo su, then dracut --force --regenerate-all and then grub2-mkconfig -o /boot/grub2/grub.cfg
Reboot
That usually turned out fine for me. I personally went with the .run installer from the NVIDIA website because wayland wouldn’t work for me with the repo drivers, but I think this should work for you