Please refer to this last thread on the same subject
When I upgraded to F37 I did a clean install. So, that negated the last changes you helped me with. I'm finally back to making that same adjustment and tried doing the same. Here is my latest code for /etc/default/grub:
In the earlier thread I was having issues with the grub.env file and corrected the problem by copying it into the correct folder. This time the grub menu is giving me the same message except it is now looking for grub.env in the /boot/grub folder. There isn't one; only /boot/grub2. Should I create the /boot/grub folder and copy grub.env into it? Or, is there a better solution.
When I upgraded to F37 I did a clean install. So, that negated the last changes you helped me with. I'm finally back to making that same adjustment and tried doing the same. Here is my latest code for /etc/default/grub:
Code:
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 initcall_blacklist=simpledrm_platform_driver_init rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 initcall_blacklist=simpledrm_platform_driver_init"
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG=false
In the earlier thread I was having issues with the grub.env file and corrected the problem by copying it into the correct folder. This time the grub menu is giving me the same message except it is now looking for grub.env in the /boot/grub folder. There isn't one; only /boot/grub2. Should I create the /boot/grub folder and copy grub.env into it? Or, is there a better solution.