# If you change this file, run grub-mkconfig -o /boot/grub/grub.cfg # afterwards to update /boot/grub/grub.cfg. GRUB_DEFAULT=0 #GRUB_HIDDEN_TIMEOUT=0 GRUB_HIDDEN_TIMEOUT_QUIET=false GRUB_TIMEOUT=-1 GRUB_DISTRIBUTOR=$( sed 's/Slackware /Slackware-/' /etc/slackware-version ) GRUB_CMDLINE_LINUX_DEFAULT="rootfstype=ext4 scsi_mod.use_blk_mq=1 dm_mod.use_blk_mq=y" GRUB_DISABLE_OS_PROBER=false #GRUB_CMDLINE_LINUX="" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console #GRUB_TERMINAL_OUTPUT=gfxterm # The resolution used on graphical terminal # note that you can use only modes which your graphic card supports via VBE # you can see them in real GRUB with the command `vbeinfo' GRUB_GFXMODE=1920x1080x32 # sets the kernel bootup console font size. GRUB_GFXPAYLOAD_LINUX=keep GRUB_GFXPAYLOAD_LINUX=1920x1080x32 # Font used on the graphical terminal: #GRUB_FONT=/usr/share/grub/dejavusansmono.pf2 GRUB_FONT=/usr/share/grub/unifont.pf2 # Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux #GRUB_DISABLE_LINUX_UUID=true GRUB_PRELOAD_MODULES=all_video # Uncomment to disable generation of recovery mode menu entries #GRUB_DISABLE_RECOVERY="true" GRUB_THEME="/boot/grub/themes/dark-matter/theme.txt"