How set serial console to freepbx
I am install freepbx 14 on linode. I am used this tutorial:
The Part "Configure Grub for Lish Access" is not worked with this OS. How fixed this?
3 Replies
Edit “/etc/sysconfig/grub”
GRUB_TIMEOUT=10
GRUBCMDLINELINUX="console=ttyS0,19200n8"
GRUB_TERMINAL=serial
GRUBDISABLELINUX_UUID=true
GRUBSERIALCOMMAND="serial –speed=19200 --unit=0 --word=8 --parity=no --stop=1"
stty -F /dev/ttyS0 speed 19200
grub2-mkconfig -o /boot/grub2/grub.cfg
systemctl start getty@ttyS0