Skip to content

Instantly share code, notes, and snippets.

@grahamc
Created May 13, 2018 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grahamc/1bc59f382825cbbdd02cc31dfe23ed68 to your computer and use it in GitHub Desktop.
Save grahamc/1bc59f382825cbbdd02cc31dfe23ed68 to your computer and use it in GitHub Desktop.
boot.loader.grub.extraConfig = ''
rmmod font
rmmod gfxterm
unset gxfmode
unset gfxpayload
rmmod pngg
serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
terminal serial console
terminal_output serial console
terminal_input serial console
terminal_output.serial
'';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment