10-07-2021, 11:47 PM
Ah, I feel a bit stupid, now I see that the compiled vdiskchain is here https://github.com/ventoy/vdiskchain/releases/tag/v1.3
I'm still not sure why my ventoy.json isn't working. I removed the "image_list" section, so it now looks like this:
and I don't get a syntax error anymore but it doesn't have any effect and it still boots to the "Couldn't find any ISOs" screen and I have to press F6 to load my custom menu and then select the (only) entry there to boot the vtoy file.
I'm still not sure why my ventoy.json isn't working. I removed the "image_list" section, so it now looks like this:
Code:
{
"control": [
{ "VTOY_DEFAULT_MENU_MODE": "0" },
{ "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" },
{ "VTOY_SORT_CASE_SENSITIVE": "0" },
{ "VTOY_MAX_SEARCH_LEVEL": "1" },
{ "VTOY_MENU_TIMEOUT": "10" },
{ "VTOY_DEFAULT_KBD_LAYOUT": "QWERTY_UK" },
{ "VTOY_FILE_FLT_VTOY": "1" },
{ "VTOY_DEFAULT_IMAGE": "/Virtualbox/LinuxMint(Xfce).vdi.vtoy" }
]
}
and I don't get a syntax error anymore but it doesn't have any effect and it still boots to the "Couldn't find any ISOs" screen and I have to press F6 to load my custom menu and then select the (only) entry there to boot the vtoy file.