/etc/default/grub (1)

From RaySoft
#-----------------------------------------------------------------------
# grub
# ====
#
# Project   Gentoo 4 Shuttle DS57Ux
# Scope     Linux
# Copyright (C) 2022 by RaySoft, Zurich, Switzerland
# License   GNU General Public License (GPL) 2.0
#           https://www.gnu.org/licenses/gpl2.txt
#
#-----------------------------------------------------------------------
#
# https://www.gnu.org/software/grub/manual/html_node/Simple-configuration.html
#
#-----------------------------------------------------------------------

# Set by distributors of GRUB to their identifying name. This is used to
# generate more informative menu entry titles.
GRUB_DISTRIBUTOR="Gentoo"

# The default menu entry. This may be a number, in which case it
# identifies the Nth entry in the generated menu counted from zero, or
# the title of a menu entry, or the special string 'saved'.
GRUB_DEFAULT=0

# Wait this many seconds for a key to be pressed before displaying the
# menu. If no key is pressed during that time, display the menu for the
# number of seconds specified in GRUB_TIMEOUT before booting the default
# entry.
GRUB_HIDDEN_TIMEOUT=0

# In conjunction with ‘GRUB_HIDDEN_TIMEOUT’, set this to ‘true’ to
# suppress the verbose countdown while waiting for a key to be pressed
# before displaying the menu.
GRUB_HIDDEN_TIMEOUT_QUIET=true

# Boot the default entry this many seconds after the menu is displayed,
# unless a key is pressed
GRUB_TIMEOUT=10

# Command-line arguments to add to menu entries for the Linux kernel.
GRUB_CMDLINE_LINUX="dolvm rootfstype=ext4"

# The resolution used on graphical terminal.
GRUB_GFXMODE="1280x1024x24"

# Set to 'text' to force the Linux kernel to boot in normal text mode,
# 'keep' to preserve the graphics mode set using 'GRUB_GFXMODE',
# 'WIDTHxHEIGHT'['xDEPTH'] to set a particular graphics mode, or a
# sequence of these separated by commas or semicolons to try several
# modes in sequence.
GRUB_GFXPAYLOAD_LINUX="keep"