URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID1
Нить номер: 96457
[ Назад ]

Исходное сообщение
"Debian8 & Serial Console"

Отправлено sheff.artx , 11-Фев-16 00:24 
Как настроить управление сервером с ОС Debian 8 через RS-232. Пробовал поднять по этой хаутушке https://help.ubuntu.com/community/SerialConsoleHowto. Нормально отображается только меню grub. После загрузки initrd строка иероглифов и всё. Подскажите что не так?

Содержание

Сообщения в этом обсуждении
"Debian8 & Serial Console"
Отправлено Владимир , 11-Фев-16 07:38 
    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

"Debian8 & Serial Console"
Отправлено sheff.artx , 12-Фев-16 00:07 
>[оверквотинг удален]
>     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.