Skip to content

Instantly share code, notes, and snippets.

@theojulienne
Created June 16, 2015 05:27
Show Gist options
  • Select an option

  • Save theojulienne/af9f52a7ea4110ad8030 to your computer and use it in GitHub Desktop.

Select an option

Save theojulienne/af9f52a7ea4110ad8030 to your computer and use it in GitHub Desktop.
grub serial console boot (for EFI systems with console redirection)
serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
terminal_output serial console
terminal_input serial console
...
append to kernel : console=tty0 console=ttyS0,115200n8
@dracuka
Copy link
Copy Markdown

dracuka commented Apr 30, 2019

solve my problem.thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment