How set serial console to freepbx

Hello!

I am install freepbx 14 on linode. I am used this tutorial:

https://www.linode.com/docs/tools-refer … n-a-linode">https://www.linode.com/docs/tools-reference/custom-kernels-distros/install-a-custom-distribution-on-a-linode

The Part "Configure Grub for Lish Access" is not worked with this OS. How fixed this?

3 Replies

Solution:

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

If any can help with part "Linode Manager Compatibility" i will happy. Because i am install system as in tutorial with root sda1 and change this part to sda in whole system but it is not help to me(((

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct