Comments below.

On Thu, May 21, 2020 at 9:03 PM Ed Greshko <ed.greshko@greshko.com> wrote:
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.

Yes.   How can that be ?

Can you boot and then check/edit the "linux" line?

You mean cat  /proc/cmdline ?

How do I edit it ?

 
The most important part is "rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1"

Agreed.

And boot including those parameters? 

How ?   I was comfortable with grub, but I'm lost with these new boot systems.

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

$ dnf list \*kmod\*

Installed Packages
akmod-nvidia.x86_64                             3:440.82-1.fc32             @rpmfusion-nonfree      
akmods.noarch                                   0.5.6-25.fc32               @fedora                  
kmod.x86_64                                     27-1.fc32                   @fedora                  
kmod-libs.x86_64                                27-1.fc32                   @fedora                  
kmod-nvidia-5.6.13-300.fc32.x86_64.x86_64       3:440.82-1.fc32             @@commandline            << HERE IT IS.


kmodtool.noarch                                 1-38.fc32                   @fedora                  
libmikmod.x86_64                                3.3.11.1-8.fc32             @fedora                  
xorg-x11-drv-nvidia-kmodsrc.x86_64              3:440.82-1.fc32             @rpmfusion-nonfree    

Also:

$ ls /usr/lib/modules/`uname -r`/extra/nvidia
nvidia-drm.ko  nvidia.ko  nvidia-modeset.ko  nvidia-uvm.ko