ventoy / Ventoy

A new bootable USB solution.
https://www.ventoy.net
GNU General Public License v3.0
60.49k stars 3.96k forks source link

LiveCD serial console #575

Open ystartgo opened 3 years ago

ystartgo commented 3 years ago

How to use live cd can be use in serial console ? Booting `Ventoy 1.0.27 LiveCD'

error: no suitable video mode found. Booting in blind mode

ystartgo commented 3 years ago

I input EFI\ventoy\ventoy.json to write {

"theme_legacy": {
    "display_mode": "serial_console",
    "serial_param": "--unit=0 --speed=115200"
},

"theme_uefi": {
    "display_mode": "serial_console",
    "serial_param": "--unit=0 --speed=115200"       
}

}

is not work.

ventoy commented 3 years ago

Ventoy-LiveCD doesn't support serial console. Why you need serial console? You can use VirtualMachine with LiveCD to install Ventoy.

ystartgo commented 3 years ago

Ventoy-LiveCD has DD format Function ,I want to use it to dd OS.

hkmaly commented 1 year ago

@ventoy Not sure about ystartgo but I need to use serial console because my router lacks VGA.

(Actually, I successfully booted it in that blind mode and installed OS on it, but it would be nicer if I saw the menu.)

FAAAAT commented 1 year ago

+1 please consider support serial console. Some industry products have no VGA output.

D4rk4 commented 7 months ago

Any progress with this feature?