On 6/9/20 1:43 PM, linux guy wrote:
This is pretty interesting because I am trying to fix a problem caused by transitioning from nouveau drivers to the Nvidia drivers.  I installed the Nvidia drivers but my system continues to boot the nouveau drivers.   If I blacklist the nouveau drivers, my system boots and runs the Nvidia drivers just fine.   The kernel parameters I want to add are for blacklisting the nouveau driver.  (See above).




    I just installed Fedora 32 on a machine 2 days ago, and had to install
    the nvidia drivers because nouveau kept crashing (alas!).  I installed
    the rpmfusion akmod-nvidia package, and the corresponding kernel entry
    has this:

    options $kernelopts

    So it looks like the grubby issue has been fixed.
--
So far this setup still works for a legacy non-efi boot

/etc/default/grub

GRUB_TIMEOUT=15
GRUB_DISTRIBUTOR="Fedora"
GRUB_DEFAULT="Windows 10 (loader) (on /dev/sda1)"
GRUB_GFXMODE=1280x1024x32
GRUB_GFXPAYLOAD_LINUX=keep
GRUB_CMDLINE_LINUX="rd.md=0 rd.lvm=0 rd.dm=0 SYSFONT=True KEYTABLE=us rd.luks=0 LANG=en_US.UTF-8 vga=791 "
GRUB_THEME="/boot/grub2/themes/system/theme.txt"
# GRUB_THEME=/boot/grub2/themes/starfield/theme.txt

GRUB_ENABLE_BLSCFG=true


Have yet to get the gfxmode line to do anything with the grub screen though.

_______________________________________________
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