# Uncomment to select the last booted system. Change this to an index number
# (starting from 0, corresponding to the first menu choice) to customize.
GRUB_DEFAULT=saved
# Uncomment to save the last GRUB selection.
GRUB_SAVEDEFAULT=true

# Default timeout before booting the default (or last booted) system.
GRUB_TIMEOUT=5
# GRUB distributor.
GRUB_DISTRIBUTOR="AOSC OS"

# Linux boot parameters for non-Recovery boots.
GRUB_CMDLINE_LINUX_DEFAULT="quiet rd.auto rd.auto=1 splash"
# Linux boot parameters for all boot modes.
GRUB_CMDLINE_LINUX=""

# Preload both GPT and MBR modules so that they are not missed.
GRUB_PRELOAD_MODULES="part_gpt part_msdos"

# Uncomment to enable Hidden Menu, and optionally hide the timeout count.
#GRUB_HIDDEN_TIMEOUT=5
#GRUB_HIDDEN_TIMEOUT_QUIET=true

# Uncomment to use basic console.
GRUB_TERMINAL_INPUT=console

# Uncomment to disable graphical terminal.
#GRUB_TERMINAL_OUTPUT=console

# The resolution used on graphical terminal.
#
# Note: that you can use only modes which your graphic card supports via VBE.
# You can see a list of available modes with the command `vbeinfo'.
#
# Default to 1024x768 for better readability on HiDPI systems.
GRUB_GFXMODE=1024x768

# Uncomment to allow the kernel use the same resolution used by GRUB.
GRUB_GFXPAYLOAD_LINUX=keep

# Uncomment if you want GRUB to pass to the Linux kernel a non-UUID root
# partition ("root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx").
#
# This may be useful for systems without initrd.
#GRUB_DISABLE_LINUX_UUID=false

# Uncomment to disable generation of "Recovery Mode" menu entries.
GRUB_DISABLE_RECOVERY=true

# Uncomment and set to the desired menu colors (normal and wallpaper modes).
#
# Entries specified as foreground/background.
GRUB_COLOR_NORMAL="white/black"
GRUB_COLOR_HIGHLIGHT="black/white"

# Uncomment one of them for the graphical effect(s) desired: an image
# background or a gfxtheme (graphical theme).
#GRUB_BACKGROUND="/boot/grub/wallpaper.png"
#GRUB_THEME="/path/to/gfxtheme"

# Uncomment to get a beep when GRUB starts.
#GRUB_INIT_TUNE="480 440 1"

# Uncomment to disable right arrow key for menu selection.
GRUB_RIGHT_TO_SELECT=false
