diff options
Diffstat (limited to 'sys-boot/grub/files')
-rw-r--r-- | sys-boot/grub/files/grub.default-3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-boot/grub/files/grub.default-3 b/sys-boot/grub/files/grub.default-3 index a66a9712..7d291d8f 100644 --- a/sys-boot/grub/files/grub.default-3 +++ b/sys-boot/grub/files/grub.default-3 @@ -19,7 +19,7 @@ GRUB_TIMEOUT="5" #GRUB_TIMEOUT_STYLE=menu # Append parameters to the linux kernel command line for non-recovery entries -GRUB_CMDLINE_LINUX_DEFAULT="splash modprobe.blacklist=vboxvideo quiet" +GRUB_CMDLINE_LINUX_DEFAULT="quiet scsi_mod.use_blk_mq=1 loglevel=1 console=tty1 splash=silent,theme:default modprobe.blacklist=vboxvideo" # Uncomment to disable graphical terminal (grub-pc only) #GRUB_TERMINAL=console |