You can modify the /grub/grub.cfg file on partition 2
add the set vtoy_display_mode line below to the Main Process heading at approx line 2000
but whenever you update the Ventoy version, you will have to edit the new grub.cfg file.
The setting can be overridden by a \ventoy\ventoy.json file display_mode setting.
add the set vtoy_display_mode line below to the Main Process heading at approx line 2000
Code:
#############################################################
#############################################################
#############################################################
####### Main Process ###########
#############################################################
#############################################################
#############################################################
set vtoy_display_mode=CLI
but whenever you update the Ventoy version, you will have to edit the new grub.cfg file.
The setting can be overridden by a \ventoy\ventoy.json file display_mode setting.