Skip to content

Instantly share code, notes, and snippets.

@mthierry
Created December 15, 2015 11:48
Show Gist options
  • Save mthierry/36951a832b0db929b4fb to your computer and use it in GitHub Desktop.
Save mthierry/36951a832b0db929b4fb to your computer and use it in GitHub Desktop.
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="ignore_loglevel text console=tty0 console=ttyS0,115200n8 kmemleak=on drm.debug=0xe i915.enable_execlists=1 i915.enable_ppgtt=3"
GRUB_CMDLINE_LINUX=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment