Dinit output on boot to Serial Console #422
-
Hi! In grub I have the following appended to the linux kernel line: And I have a dinit service for ttyS0 that works great after boot. But I can't seem to see the dinit startup process over serial connection. I see the kernel output and then a pause while dinit is loading and then the dinit ttyS0 service kicks in and I get a login prompt. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This can't be done since the kernel doesn't support it. Dinit outputs to the console device ( From there:
(That second one is describing the opposite setup to you, i.e. the serial tty listed after the virtual terminal). |
Beta Was this translation helpful? Give feedback.
This can't be done since the kernel doesn't support it. Dinit outputs to the console device (
/dev/console
) and the kernel outputs that to only a single device, see: https://tldp.org/HOWTO/Remote-Serial-Console-HOWTO/configure-kernel.htmlFrom there: