Ventoy Forums
automatically loading a grub module? - Printable Version

+- Ventoy Forums (https://forums.ventoy.net)
+-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1)
+--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2)
+--- Thread: automatically loading a grub module? (/showthread.php?tid=2477)



automatically loading a grub module? - MultibootNewb - 06-17-2023

Hi

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.