-
-
Save ftkro/232dc9cef90df46456ab to your computer and use it in GitHub Desktop.
GRUB Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| GRUB_DEFAULT=0 | |
| GRUB_HIDDEN_TIMEOUT=0 | |
| GRUB_HIDDEN_TIMEOUT_QUIET=true | |
| GRUB_TIMEOUT=0 | |
| GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` | |
| GRUB_CMDLINE_LINUX_DEFAULT="quiet text profile nosoftlockup nohz=off highres=off intel_idle.max_cstate=0 processor.max_cstate=0 cgroup_disable=memory nmi_watchdog=0 divider=4 mce=ignore_ce console=tty1 console=ttyS0,115200n8r" | |
| GRUB_CMDLINE_LINUX="" | |
| GRUB_SERIAL_COMMAND="serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1" | |
| GRUB_TERMINAL_INPUT="serial console" | |
| GRUB_TERMINAL_OUTPUT="serial console" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment