Ventoy/INSTALL
2021-01-29 14:26:02 +08:00
..
EFI/BOOT support for 360Udisk 2021-01-16 23:30:12 +08:00
grub add image_blacklist plugin option 2021-01-26 20:50:26 +08:00
plugin/ventoy 1.0.16 release 2020-07-23 18:45:08 +08:00
tool issue #710 2021-01-22 09:36:48 +08:00
ventoy 1.0.33 release 2021-01-21 15:40:50 +08:00
all_in_one.sh update CI script 2021-01-29 14:26:02 +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
README update for new release 2020-08-29 13:12:46 +08:00
Ventoy2Disk.exe fix issue #614 2020-12-17 16:11:17 +08:00
Ventoy2Disk.sh update 2021-01-06 07:50:23 +08:00
ventoy_pack.sh IA32 ARM64 support 2020-12-12 07:56:52 +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.