You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ventoy/INSTALL
longpanda 7d1507906d 1.0.16 release 4 years ago
..
EFI/BOOT 1.0.16 release 4 years ago
grub 1.0.16 release 4 years ago
plugin/ventoy 1.0.16 release 4 years ago
tool prepare for new release 4 years ago
ventoy 1.0.16 release 4 years ago
CreatePersistentImg.sh 1.0.12 release 4 years ago
DO_NOT_RUN_Ventoy2Disk_HERE.txt Rename DON_NOT_RUN_Ventoy2Disk_HERE.txt to DO_NOT_RUN_Ventoy2Disk_HERE.txt (#46) 4 years ago
README update for new release 4 years ago
Ventoy2Disk.exe update for new release 4 years ago
Ventoy2Disk.sh 1. Add a new feature to directly boot wim files 4 years ago
all_in_one.sh update 4 years ago
ventoy_pack.sh 1.0.16 release 4 years ago

README

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

sudo sh Ventoy2Disk.sh { -i | -I | -u } /dev/XXX   XXX 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)
   

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

sudo sh CreatePersistentImg.sh

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

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