Ventoy Forums

Full Version: how to make ventoy boot local disk 0
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to make ventoy boot local disk 0 ?

After 30 sec automatic boot  local disk 0.
UEFI or BIOS/Legacy boot ?
(12-27-2023, 10:17 AM)Steve2926 Wrote: [ -> ]UEFI or BIOS/Legacy boot ?


Both.
Did you try the examples in the documentation ?

https://ventoy.net/en/plugin_control.html


{
"control": [
{ "VTOY_MENU_TIMEOUT": "10" },
{ "VTOY_DEFAULT_IMAGE": "F4>Search and boot Windows" }
]
}
{
"control": [
{ "VTOY_MENU_TIMEOUT": "10" },
{ "VTOY_DEFAULT_IMAGE": "F4>Boot the 1st local disk" }
]
}
(12-30-2023, 08:20 AM)Steve2926 Wrote: [ -> ]Did you try the examples in the documentation ?

https://ventoy.net/en/plugin_control.html


{
    "control": [
        { "VTOY_MENU_TIMEOUT": "10" },
        { "VTOY_DEFAULT_IMAGE": "F4>Search and boot Windows" }
    ]
}
{
    "control": [
        { "VTOY_MENU_TIMEOUT": "10" },
        { "VTOY_DEFAULT_IMAGE": "F4>Boot the 1st local disk" }
    ]
}


THANKS!!! THAT IS WORK!!!!

USE:

{
    "control": [
        { "VTOY_MENU_TIMEOUT": "30" },
        { "VTOY_DEFAULT_IMAGE": "VTOY_EXIT" }
    ]
}