# Automaticaly update grub on device #GRUB_AUTOUPDATE_DEVICE='/dev/sda ' # Use '--force' option for grub-install #GRUB_AUTOUPDATE_FORCE='no' # Automaticaly update config file on kernel install/removal # default: true GRUB_AUTOUPDATE_CFG=true # Automaticaly updated config filename # default: /boot/grub/grub.cfg GRUB_AUTOUPDATE_CFGNAME=/boot/grub/grub.cfg # How to handle /boot/vmlinuz* symlinks: # 'yes','true' - include in config # 'no','false' - skip in config # 'default' - include only /boot/vmlinuz in config # default: default GRUB_VMLINUZ_SYMLINKS=default # Whether to add failsafe entries: # 'yes','true' - add for all kernels # 'no','false' - skip for all kernels # 'default' - add failsafe entry only for /boot/vmlinuz # default: default GRUB_VMLINUZ_FAILSAFE=default # Preload specific grub modules #GRUB_PRELOAD_MODULES='' # Set normal timeout #GRUB_TIMEOUT=5 # Set hidden timeout (do not show menu) #GRUB_HIDDEN_TIMEOUT=3 # Show timeout counter when hidden #GRUB_HIDDEN_TIMEOUT_QUIET=TRUE GRUB_CMDLINE_LINUX_DEFAULT=' vga=0x314 panic=30 scsi_mod.use_blk_mq=1 mitigations=off' #GRUB_CMDLINE_LINUX_DEFAULT=' vga=normal quiet=1 resume=/dev/disk/by-uuid/a41c02df-c03c-4292-82be-cd00912e0587 panic=30 splash' #GRUB_CMDLINE_LINUX_DEFAULT=' vga=normal resume=/dev/disk/by-uuid/a41c02df-c03c-4292-82be-cd00912e0587 panic=30 splash init=/sbin/systemd' GRUB_CMDLINE_LINUX='failsafe vga=normal' GRUB_TERMINAL_OUTPUT='gfxterm' GRUB_GFXMODE='800x600' #GRUB_DEFAULT='saved' GRUB_DEFAULT=0 GRUB_SAVEDEFAULT=true GRUB_WALLPAPER=/boot/grub/themes/branding-xalt-kworkstation/grub.png GRUB_COLOR_NORMAL=white/light-blue GRUB_COLOR_HIGHLIGHT=black/light-gray GRUB_THEME=/boot/grub/themes/branding-xalt-kworkstation/theme.txt GRUB_AUTOUPDATE_DEVICE='/dev/disk/by-id/ata-WDC_WDS500G2B0B_184301A00C96 ' GRUB_AUTOUPDATE_FORCE='no' GRUB_DISTRIBUTOR="ALT Linux" GRUB_BOOTLOADER_ID="altlinux" GRUB_BACKGROUND=/boot/grub/themes/branding-xalt-kworkstation/grub.png