06-01-2020, 02:07 PM
(06-01-2020, 11:06 AM)longpanda Wrote: The label is something of the filesystem(ext4/xfs) not the partition.ok i checked my ventoy.json syntax is Ok .
casper-rw is the default label used by ubuntu and some distros based on it. During boot the system will search for a block device with casper-rw label, if found, then it will mount it as the persistent envrioment.
i formated persistence.img using :
# mkfs.ext4 -O 64bit -L casper-rw persistence.img
//on boot it will boot iso no problem but not picking up nor giving option for persistence ?