Ventoy/INSTALL
longpanda fd6580be72 Update for Ventoy2Disk.exe
1. Add "Show All Devices" option
2. Add "Partition align with 4KB" option
3. Display size optimization
4. Doesn't check partition active flag anymore
2021-02-23 17:49:28 +08:00
..
EFI/BOOT support for 360Udisk 2021-01-16 23:30:12 +08:00
grub For 1.0.35 2021-02-08 18:38:11 +08:00
plugin/ventoy 1.0.16 release 2020-07-23 18:45:08 +08:00
tool misc update 2021-02-18 16:15:13 +08:00
ventoy 1.0.33 release 2021-01-21 15:40:50 +08:00
all_in_one.sh update CI Script 2021-02-02 22:26:23 +08:00
CreatePersistentImg.sh add support for austrumi64-4.3.5.iso/slacko64-7.0.iso 2021-01-15 14:09:59 +08:00
DO_NOT_RUN_Ventoy2Disk_HERE.txt Rename DON_NOT_RUN_Ventoy2Disk_HERE.txt to DO_NOT_RUN_Ventoy2Disk_HERE.txt (#46) 2020-05-03 07:54:15 +08:00
docker_ci_build.sh misc update 2021-02-07 01:01:04 +08:00
README update for new release 2020-08-29 13:12:46 +08:00
Ventoy2Disk.exe Update for Ventoy2Disk.exe 2021-02-23 17:49:28 +08:00
Ventoy2Disk.sh update 2021-01-06 07:50:23 +08:00
ventoy_pack.sh Add LiveCD binaries 2021-02-06 20:39:25 +08:00

========== Ventoy2Disk.sh ===============

sudo sh Ventoy2Disk.sh { -i | -I | -u } /dev/sdX   sdX is the USB device, for example /dev/sdb.

Ventoy2Disk.sh CMD [ OPTION ] /dev/sdX
  CMD:
    -i   install ventoy to sdX (fail if disk already installed with ventoy)
    -I   force install ventoy to sdX (no matter installed or not)
    -u   update ventoy in sdX
    
  OPTION: (optional)
   -r SIZE_MB  preserve some space at the bottom of the disk (only for install)
   -s          enable secure boot support (default is disabled)
   -g          use GPT partition style, default is MBR style (only for install)

Please refer https://www.ventoy.net/en/doc_start.html for details.   





========== CreatePersistentImg.sh ===============

sudo sh CreatePersistentImg.sh  [ -s SIZE_IN_MB ] [ -t FSTYPE ] [ -l LABEL ]   for example:

sh CreatePersistentImg.sh                 ---->  persistence.dat in 1GB size and ext4 filesystem and casper-rw label
sh CreatePersistentImg.sh -l MX-Persist   ---->  persistence.dat in 1GB size and ext4 filesystem and MX-Persist label
sh CreatePersistentImg.sh -s 2048         ---->  persistence.dat in 2GB size and ext4 filesystem and casper-rw label
sh CreatePersistentImg.sh -s 4096 -t xfs  ---->  persistence.dat in 4GB size and xfs  filesystem  (ext2/3/4 xfs are supported)  and casper-rw label

Please refer https://www.ventoy.net/en/plugin_persistence.html for details.