On 2020-05-22 10:47, linux guy wrote: > Isn't this interesting... > > # grub2-editenv list > saved_entry=c1d3ebaecd08428ba86f4aba3749efca-5.6.13-300.fc32.x86_64 > boot_success=1 > kernelopts=root=/dev/mapper/fedora_localhost--live-root ro rd.lvm.lv <http://rd.lvm.lv>=fedora/root rd.lvm.lv <http://rd.lvm.lv>=fedora/swap rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 > boot_indeterminate=1 > > Your kernelopts in the env don't match the /proc/cmdline. Can you boot and then check/edit the "linux" line? The most important part is "rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1" And boot including those parameters? Also, you would want to check /var/cache/akmods/akmods.log to ensure the driver for the running kernel is built. The driver itself will be located in /usr/lib/modules/`uname -r`/extra/nvidia [root@meimei ~]# ls /usr/lib/modules/`uname -r`/extra/nvidia nvidia-drm.ko nvidia.ko nvidia-modeset.ko nvidia-uvm.ko -- The key to getting good answers is to ask good questions. _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx