Preamble
Installation Guide
Configuration Guide
HOWTOs
Appendix
Attention
You need to restart the node to make the configuration take effect.
RedHat
Edit file /etc/default/grub, and append the following fields to the end of the GRUB_CMDLINE_LINUX line: console=ttyS0,115200 If you start with the legency. $ sudo grub2-mkconfig -o /boot/grub2/grub.cfg If you start with the uefi. $ sudo grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg
/etc/default/grub
console=ttyS0,115200
$ sudo grub2-mkconfig -o /boot/grub2/grub.cfg
$ sudo grub2-mkconfig -o /boot/efi/EFI/redhat/grub.cfg
CentOS
Edit file /etc/default/grub, and append the following fields to the end of the GRUB_CMDLINE_LINUX line: console=ttyS0,115200 If you start with the legency. $ sudo grub2-mkconfig -o /boot/grub2/grub.cfg If you start with the uefi. $ sudo grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
$ sudo grub2-mkconfig -o /boot/efi/EFI/centos/grub.cfg
SLES
Edit file /etc/default/grub, and append the following fields to the end of the GRUB_CMDLINE_LINUX_DEFAULT line console=ttyS0,115200 If you start with the legency. $ sudo grub2-mkconfig -o /boot/grub2/grub.cfg If you start with the uefi. $ sudo grub2-mkconfig -o /boot/efi/EFI/sles/grub.cfg
$ sudo grub2-mkconfig -o /boot/efi/EFI/sles/grub.cfg