Как настроить управление сервером с ОС Debian 8 через RS-232. Пробовал поднять по этой хаутушке https://help.ubuntu.com/community/SerialConsoleHowto. Нормально отображается только меню grub. После загрузки initrd строка иероглифов и всё. Подскажите что не так?
On my system, I added the following to the boot prompt:
console=ttyS0,115200n8
systemd should automatically pick this up for you and serial console should work. In this case all console messages (including kernel boot) is redirected to the specified tty.
If that doesn't work, in /etc/systemd/system/getty.target.wants create a symlink:
$ ln -s /lib/systemd/system/getty@.service getty@ttyS0.service
This starts the serial console when user space starts up. Note that in my case the default baud rate was 38400 for this ste
>[оверквотинг удален]
> console=ttyS0,115200n8
> systemd should automatically pick this up for you
> and serial console should work. In this case all console messages
> (including kernel boot) is redirected to the specified tty.
> If that doesn't work, in /etc/systemd/system/getty.target.wants create a
> symlink:
> $ ln -s /lib/systemd/system/getty@.service getty@ttyS0.service
> This starts the serial console when user space
> starts up. Note that in my case the default baud rate
> was 38400 for this steНаполовину заработало... Выводит весь этап загрузки и приглашение в командную строку, но ввод с клавы не работает. А так же во время вывода меню grub, если нажать какую-либо клавишу на клаве, счетчик секунд до загрузки дефолтной ОС останавливается, но больше ни на какие клавиши реакции нет. В том числе и на Enter.