Created
June 16, 2015 05:27
-
-
Save theojulienne/af9f52a7ea4110ad8030 to your computer and use it in GitHub Desktop.
grub serial console boot (for EFI systems with console redirection)
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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
solve my problem.thx