07-16-2020, 10:25 PM
If I fail to properly format this post, it can also be seen on Linux Mint forums:
https://forums.linuxmint.com/viewtopic.p...6&t=325131
I think I went astray following someone's mistakes on another website. I deleted that link.
Now, I am at a loss after playing with this off and on, for about 2 weeks.
Ventoy Installs and Boots fine, whether the Partition Table is msdos or GPT.
I finally found the -g option and it is now on a GPT Partition Table, Formatted as ext4.
I am at a loss after trying different things, including reinstalling a couple of times.
No Persistence option in the menu.
No Persistence in settings on re-boot.
Ventoy_File_Structure_2020-07-12
Ventoy_Partition_Format_2020-07-12: Previous
Mount Difference: Current
Code: Select all
Current Content in: ventoy.json
Code: Select all
Previous Content ventoy.json
Code: Select all
https://forums.linuxmint.com/viewtopic.p...6&t=325131
I think I went astray following someone's mistakes on another website. I deleted that link.
Now, I am at a loss after playing with this off and on, for about 2 weeks.
Ventoy Installs and Boots fine, whether the Partition Table is msdos or GPT.
I finally found the -g option and it is now on a GPT Partition Table, Formatted as ext4.
I am at a loss after trying different things, including reinstalling a couple of times.
No Persistence option in the menu.
No Persistence in settings on re-boot.
Ventoy_File_Structure_2020-07-12
Ventoy_Partition_Format_2020-07-12: Previous
Mount Difference: Current
Code: Select all
Code:
VTOYEFI mounted as fat16 on /dev/sdb2 /media/gt/VTOYEFI
ventoy mounted as ext4 on /dev/sdb1 /mnt/gt/ventoy
Current Content in: ventoy.json
Code: Select all
Code:
# ventoy.json
{
"persistence": [
{
"image": "/linuxmint-20-cinnamon-64bit.iso",
"backend": "/persistence.img"
},
{
"image": "/lmde-4-cinnamon-64bit.iso",
"backend": "/persistence.img",
"autosel": 1
}
]
}
Previous Content ventoy.json
Code: Select all
Code:
# ventoy.json
{
"persistence": [
{
"image": "/ISO/linuxmint-20-cinnamon-64bit.iso",
"backend": "/persistence/linuxmint-20-cinnamon-64bit.img"
},
{
"image": "/linuxmint-20-cinnamon-64bit.iso",
"backend": "/persistence/linuxmint_20.img",
"autosel": 1
}
]
}