Problem with the VTOY_DEFAULT_IMAGE parameter - Printable Version +- Ventoy Forums (https://forums.ventoy.net) +-- Forum: Ventoy Plugin —— Ventoy 插件 (https://forums.ventoy.net/forumdisplay.php?fid=3) +--- Forum: Ventoy Plugin Forum (https://forums.ventoy.net/forumdisplay.php?fid=4) +--- Thread: Problem with the VTOY_DEFAULT_IMAGE parameter (/showthread.php?tid=2371) |
Problem with the VTOY_DEFAULT_IMAGE parameter - Endrju - 02-05-2023 I have configured several plugins Global Control, Menu Class, Theme, Alias and everything works without problems. I have a problem with the Global Control plugin and parameters: Code: VTOY_MENU_TIMEOUT I wanted the indicated ISO image to boot after 10 seconds in case of no response on my side. The countdown is visible on the screen but unfortunately after ten seconds nothing happens, the monitor screen goes black. According to what can be found on the Global Control plugin page, the syntax, in the case of my configuration, should look like this: Code: { "VTOY_MENU_TIMEOUT": "10" }, What could be the problem that it's not working for me? My Global Control Plugin configuration Code: "control": [ Structure on my flash drive: Code: Folder PATH listing for volume Ventoy BTW Is it possible to use Path Matching option in Global Control plugin? I'll admit that it would be very convenient because there it is also possible to point the path to the ISO file. RE: Problem with the VTOY_DEFAULT_IMAGE parameter - crasadure - 02-05-2023 Your default image path is wrong { "VTOY_DEFAULT_IMAGE": "/ventoy/Macrium/MacriumReflect_Home_8.1.7336_Rescue_WinPE10.iso" } You should write iso path like that: { "VTOY_DEFAULT_IMAGE": "/Macrium/MacriumReflect_Home_8.1.7336_Rescue_WinPE10.iso" } RE: Problem with the VTOY_DEFAULT_IMAGE parameter - Endrju - 02-05-2023 In my case, the path to the file is correct because I created it through the Plugson plugin My pendrive It seems to me that the problem is elsewhere |