Ventoy - How To Use A Save File On The USB
This “how to” created using Ventoy 1.0.55 for Linux , run either VentoyGUI.i386 (32bit) or VentoyGUI.x86_64(64bit).
NOTE: this method tested on Fossapup64, DOES NOT WORK with Bionicpup 32 or 64
Create the Ventoy USB
-insert your USB
-run Ventoy
-click Option
-click Partition Configuration
-check Preserve some space at the end of the disk (this will be where your save file/folder will be)
-enter a size (GB or MB)
-click OK
-click Install
-click OK
-click OK
-click OK
-close Ventoy
Configure The Partitions
-click Menu>System>Gparted
-select the USB flash drive
-right click the unallocated entry
-click New
-choose the File system:
---use ext3 if Linux only (will let you use a Save Folder)
---use fat32 if you need to access with both Linux and MS Windows (Save File only)
-type in a Label for the partition
-click +Add
-right click the Ventoy partition
-click Format to
-click fat32
-click the green check mark in the menu bar to apply the changes
-close Gparted
Copy The ISO Files
In this example the Ventoy USB is sdb.
-open sdb1 in Rox
-make a BOOTISOS directory (this step is recommend, but not required)
-copy your ISO files into sdb1 or into BOOTISOS directory if you created it.
In this example the third partition is sdb3 (where the save file will be stored)
-boot Puppy using Ventoy
-when the Grub boot menu appears, you have to enter "edit mode", look for the correct key presses on the bottom of the grub menu.
(example using fossa64 9.5)
-when the Grub boot menu appears, press the "e" key twice (this enters edit mode, key presses may be different for other pups)
-press the space bar and then type: psave=sdb3
-press: enter
-press: b (may not be required)
When you shut down the save file or folder will be created in sdb3
Each time you boot, you must do this so the save file/folder will be loaded:
(example using fossa64 9.5)
-when the puppy boot menu appears, press the "e" key twice (this enters edit mode, key presses may be different for other pups)
-press the space bar and then type: psave=sdb3
-press: enter
-press: b (may not be required)
This method should work on most modern puppies (haven't tried old pups) and can be modified to use any other partition by just changing sdb3 to the desired path.
wizard