I rebooted, same result.
$ cat /proc/cmdline
BOOT_IMAGE=(hd1,gpt2)/vmlinuz-5.6.13-300.fc32.x86_64 root=/dev/mapper/fedora_localhost--live-root ro resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv=fedora_localhost-live/root rd.lvm.lv=fedora_localhost-live/swap rhgb quiet
BOOT_IMAGE=(hd1,gpt2)/vmlinuz-5.6.13-300.fc32.x86_64 root=/dev/mapper/fedora_localhost--live-root ro resume=/dev/mapper/fedora_localhost--live-swap rd.lvm.lv=fedora_localhost-live/root rd.lvm.lv=fedora_localhost-live/swap rhgb quiet
# 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=fedora/root rd.lvm.lv=fedora/swap rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1
boot_indeterminate=1
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=fedora/root rd.lvm.lv=fedora/swap rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1
boot_indeterminate=1
How do I fix this ?
On Thu, May 21, 2020 at 9:19 PM linux guy <linuxguy123@xxxxxxxxx> wrote:
Comments below.On Thu, May 21, 2020 at 9:03 PM Ed Greshko <ed.greshko@xxxxxxxxxxx> 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-nonfreeAlso:$ ls /usr/lib/modules/`uname -r`/extra/nvidia
nvidia-drm.ko nvidia.ko nvidia-modeset.ko nvidia-uvm.ko
_______________________________________________ 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