Ventoy Forums
how to make ventoy boot local disk 0 - 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 make ventoy boot local disk 0 (/showthread.php?tid=2752)



how to make ventoy boot local disk 0 - happymy011 - 12-23-2023

How to make ventoy boot local disk 0 ?

After 30 sec automatic boot  local disk 0.


RE: how to make ventoy boot local disk 0 - Steve2926 - 12-27-2023

UEFI or BIOS/Legacy boot ?


RE: how to make ventoy boot local disk 0 - happymy011 - 12-29-2023

(12-27-2023, 10:17 AM)Steve2926 Wrote: UEFI or BIOS/Legacy boot ?


Both.


RE: how to make ventoy boot local disk 0 - Steve2926 - 12-30-2023

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" }
]
}


RE: how to make ventoy boot local disk 0 - happymy011 - 12-31-2023

(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" }
    ]
}