You can use some online tool to check the syntax of the ventoy.json. For example http://json.parser.online.fr
This is the correct format:
This is the correct format:
Code:
{
"persistence": [
{
"image": "/linuxmint-20-cinnamon-64bit.iso",
"backend": "/persistence.img",
"autosel": 1
},
{
"image": "/lmde-4-cinnamon-64bit.iso",
"backend": "/persistence.img"
}
]
}