06-17-2023, 10:08 AM
Hi
I already have Ventoy working well over a serial connection using the onboard com port of my motherboard, this is my config:
However, I have a second computer that does not have a com port, using a USB serial adaptor based on the pl2303 chipset I can make Ventoy recognise this at the command prompt:
Is there a way to allow Ventoy load this module and re-direct to serial_com1 at boot?
This would be incredibly useful for headless servers.
I already have Ventoy working well over a serial connection using the onboard com port of my motherboard, this is my config:
Code:
theme
display_mode
"serial_console"
serial_param
"--unit=0 --speed=115200"
However, I have a second computer that does not have a com port, using a USB serial adaptor based on the pl2303 chipset I can make Ventoy recognise this at the command prompt:
Code:
insmod usbserial_pl2303
terminal_ouput
> serial_com1
Is there a way to allow Ventoy load this module and re-direct to serial_com1 at boot?
This would be incredibly useful for headless servers.