switch to Antora part
This commit is contained in:
parent
bc7bb84562
commit
cf5acc8f3a
317 changed files with 432 additions and 1453 deletions
|
@ -0,0 +1,18 @@
|
|||
[[enabling-serial-console-grub]]
|
||||
= Enabling Serial Console in GRUB2
|
||||
|
||||
To enable Serial console in grub:
|
||||
|
||||
.Procedure
|
||||
|
||||
. Edit the `/etc/default/grub` file.
|
||||
|
||||
. Adjust `baudrate`, `parity`, `bits`, and `flow` controls to fit your environment and cables, see the example.
|
||||
+
|
||||
----
|
||||
GRUB_CMDLINE_LINUX='console=tty0 console=ttyS0,115200n8'
|
||||
GRUB_TERMINAL=serial
|
||||
GRUB_SERIAL_COMMAND="serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1"
|
||||
----
|
||||
|
||||
. Regenerate the *GRUB2* configuration file and reinstall the bootloader into the MBR, as described in xref:adding-other-operating-systems-grub2[Adding other operating systems to the *GRUB2* menu].
|
Loading…
Add table
Add a link
Reference in a new issue