mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
[docs] Switch PiKVM V2 serial console setup to use serial-getty@ttyGS0 instead of getty@ #1095
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#1095
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @henryptung on GitHub (Dec 21, 2025).
Instead of
getty@ttyGS0.service, which hangs and necessitates service overrides,serial-getty@doesn't have the same problem.Tested manually,
systemctl enable serial-getty@ttyGS0.serviceworks fine with no systemd overrides, and based on the thread, it seems made for serial consoles whilegetty@is not.@mdevaev commented on GitHub (Jan 7, 2026):
Hello. So, you tested it with disconnected USB cable?
I've briefly viewed the systemd sources and it looks like it performs quite a lot of actions with the rest of the TTY* options.
I would probably prefer to switch to serial-getty and additionally use override to disable the reset options.