07-19-2020, 08:48 PM
(This post was last modified: 07-19-2020, 09:09 PM by Resistor.
Edit Reason: Persistentence Failure is a Fatal Flaw
)
Result of checking the syntax shows the following:
Now rebooting to test...
Result of checking the syntax shows the following:
Rebooting failed the test...
Parser shows the following:
Now going to test it... without the commented out file name.
Result of checking the syntax shows the following:
SyntaxError: JSON.parse: expected ',' or '}' after property value in object at line 6 column 13 of the JSON data
"backend":"/persistence.img""autosel": 1
},
"autosel": 1 seemed to be on a seperate line, but I removed it, anyway.
Now rebooting to test...
Conclusion: Persistentence Failure is a Fatal Flaw as my system is configured.
Maybe the file system, uEFI, who knows....
I give up.
Thanks for you help.
Quote:SyntaxError: JSON.parse: expected ',' or '}' after property value in object at line 6 column 13 of the JSON data
"backend":"/persistence.img""autosel": 1
},
Quote:"autosel": 1seemed to be on a separate line, but I removed it, anyway.
Now rebooting to test...
Result of checking the syntax shows the following:
Quote:SyntaxError: JSON.parse: expected ',' or '}' after property value in object at line 6 column 13 of the JSON data
"backend":"/persistence.img""autosel": 1
},
Quote:"autosel": 1seemed to be on a separate line, but I removed it, anyway.
Rebooting failed the test...
Quote:#ventoy.json
{
"persistence": [
{
"image": "/linuxmint-20-cinnamon-64bit.iso",
"backend": "/persistence.img"
},
{
"image": "/lmde-4-cinnamon-64bit.iso",
"backend": "/persistence.img",
}
]
}
Parser shows the following:
Quote:SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON dataSo, commenting out the top line is the screw up.
Now going to test it... without the commented out file name.
Result of checking the syntax shows the following:
SyntaxError: JSON.parse: expected ',' or '}' after property value in object at line 6 column 13 of the JSON data
"backend":"/persistence.img""autosel": 1
},
"autosel": 1 seemed to be on a seperate line, but I removed it, anyway.
Now rebooting to test...
Conclusion: Persistentence Failure is a Fatal Flaw as my system is configured.
Maybe the file system, uEFI, who knows....
I give up.
Thanks for you help.