Ventoy Forums
How to load Custom Menu at boot by default? - 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: How to load Custom Menu at boot by default? (/showthread.php?tid=1750)



How to load Custom Menu at boot by default? - agnivo007 - 07-18-2021

Consider a situation:

Ventoy installed on a usb key.
Windows VHD file is on HDD.
Menu extension plugin used to make entries for the VHD on hdd.
Pressing F6 goes to this custom meny and successfully boot it.

How to: When booted from ventoy USB, the default screen be set to custom menu without pressing F6 everytime manually?

Additional question: Does booting off a dynamic size win10 vhd work from a NTFS partition as of latest ventoy release?


RE: How to load Custom Menu at boot by default? - longpanda - 07-19-2021

1. VTOY_DEFAULT_IMAGE  https://www.ventoy.net/en/plugin_control.html
Quote:{
    "control": [
        { "VTOY_MENU_TIMEOUT": "10" },
        { "VTOY_DEFAULT_IMAGE": "F6>My boot menu" }
    ]

}


2. Yes


RE: How to load Custom Menu at boot by default? - agnivo007 - 07-19-2021

Thanks for the quick reply and explanation. Will try and report later.