On 2020-05-22 10:23, linux guy wrote:
> $ cat /proc/cmdline
> BOOT_IMAGE=(hd0,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 
> <http://rd.lvm.lv>=fedora_localhost-live/root rd.lvm.lv 
> <http://rd.lvm.lv>=fedora_localhost-live/swap rhgb quiet

Well, there's the problem.  It seems the install of the nvidia packages didn't 
alter the boot parameters.
That line should look like....

BOOT_IMAGE=(hd0,msdos1)/vmlinuz-5.6.13-300.fc32.x86_64 
root=UUID=4455f2e9-fed2-4e1e-856d-642b531547f9 ro rd.driver.blacklist=nouveau 
modprobe.blacklist=nouveau nvidia-drm.modeset=1 nomodeset

So, nouveau isn't getting blacklisted.

What is the output of....

grub2-editenv list

-- 
The key to getting good answers is to ask good questions.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
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@lists.fedoraproject.org

Reply via email to