Has this been fixed? I can’t even find the /etc/default/grub template anywhere.
Please use tags to clarify witch environment you are using.
On the Workstation it is there.
$ pwd
/etc/default
[ilikelinux@fe40 default] $ cat grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=“$(sed ‘s, release .*$,g’ /etc/system-release)”
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT=“console”
GRUB_CMDLINE_LINUX=“rhgb quiet”
GRUB_DISABLE_RECOVERY=“true”
GRUB_ENABLE_BLSCFG=true