On Thu, 21 May 2020 20:47:18 -0600 linux guy <linuxguy123@xxxxxxxxx> 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=fedora/root > rd.lvm.lv=fedora/swap rhgb quiet rd.driver.blacklist=nouveau > modprobe.blacklist=nouveau nvidia-drm.modeset=1 > boot_indeterminate=1 What does /etc/default/grub show? e.g. cat /etc/default/grub You should have the line GRUB_ENABLE_BLSCFG=true so that you are using boot loader snippets. What is in /boot/loader/entries? What is in /boot/efi/EFI/fedora/grub.cfg? After you are sure that /etc/default/grub is correct (GRUB_CMDLINE_LINUX= what you expect), move that to a backup file, and run grub2-mkconfig -o grub.cfg in /boot/efi/EFI/fedora/. Then do a diff of the backup and the new file. Are there any differences? Do a boot with the new config file, does it work correctly? You should turn off rhgb and quiet during boot by pressing space bar repeatedly during boot, and editing the boot line using e. Then, if something goes wrong, you can see what is happening. _______________________________________________ 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