Hello,
I realise that there are lots of threads on this and I have read just about all of them, but 1. I don’t really know what I am doing and 2. My Grub file does not look like others that I have found.
Keen to get some help trying to hide the grub menu. I am currently seeing
- My Fedora install
- UEFI Firmware
My goal is to not see this screen. I believe it happened after doing updates and installing the nvidia drivers, but I am unsure.
Here is the output from my grub file.
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 rd.lvm.lv=fedora_fedora/root rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1"
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG=true
GRUB_DISABLE_OS_PROBER=true