03-31-2023, 06:38 AM
(This post was last modified: 03-31-2023, 08:18 PM by marco.benatti.)
Hi all,
for practical and performance reasons I am trying to copy from my USB driver .ISO and casper-rw files on the target (temporary) computer first partition (ext3)
I manage to boot successfully by F2 browsing the disk, but not giving persistency.
I tried to manually add "persistence" to the boot command line, but it does not work (it is not a FAT partition)
then I tried to configure ventoy.conf file adding (hd1,1) to the path, but as you see it is parsed as 'invalid'
Any further ideas ?
cheers
"persistence":[
{
"image": "/YUMI/Linux-ISOs/linuxmint-21.1-mate-64bit.iso",
"backend":[
"/YUMI/Linux-ISOs/persistence.dat"
]
},
{
"image": "(hd1,1)/boot/boot-isos/linuxmint-21.1-mate-64bitHDD.iso",
"backend":[
"(hd1,1)/casper-rw"
]
},
{
"image": "/YUMI/Linux-ISOs/linuxmint-21.1-xfce-64bit.iso",
"backend":[
"/YUMI/Linux-ISOs/casper-rw"
]
}
]
for practical and performance reasons I am trying to copy from my USB driver .ISO and casper-rw files on the target (temporary) computer first partition (ext3)
I manage to boot successfully by F2 browsing the disk, but not giving persistency.
I tried to manually add "persistence" to the boot command line, but it does not work (it is not a FAT partition)
then I tried to configure ventoy.conf file adding (hd1,1) to the path, but as you see it is parsed as 'invalid'
Any further ideas ?
cheers
"persistence":[
{
"image": "/YUMI/Linux-ISOs/linuxmint-21.1-mate-64bit.iso",
"backend":[
"/YUMI/Linux-ISOs/persistence.dat"
]
},
{
"image": "(hd1,1)/boot/boot-isos/linuxmint-21.1-mate-64bitHDD.iso",
"backend":[
"(hd1,1)/casper-rw"
]
},
{
"image": "/YUMI/Linux-ISOs/linuxmint-21.1-xfce-64bit.iso",
"backend":[
"/YUMI/Linux-ISOs/casper-rw"
]
}
]