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 ee7da60d88 Fix the boot issue for latest KAOS. 4 weeks ago
..
EFI/BOOT 1.0.85 release 1 year ago
grub Fix the boot issue for latest KAOS. 4 weeks ago
plugin/ventoy 1.0.45 release 3 years ago
tool Fix the warning prompt for Ventoy2Disk.sh (#2593) 7 months ago
ventoy Add support for FreeBSD 14.0 3 months ago
CreatePersistentImg.sh Fix Issue #1825 (#1826) 2 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
ExtendPersistentImg.sh 1.0.80 release 2 years ago
FOR_X64_ARM.txt 1.0.58 release 3 years ago
README Update readme 1 year ago
Ventoy2Disk.exe Support drag resize dialog window width. 9 months ago
Ventoy2Disk.sh Fix the egrep warning. (#2083) 1 year ago
Ventoy2Disk_ARM.exe Support drag resize dialog window width. 9 months ago
Ventoy2Disk_ARM64.exe Support drag resize dialog window width. 9 months ago
Ventoy2Disk_X64.exe Support drag resize dialog window width. 9 months ago
VentoyGUI.aarch64 --xdg improvement 2 years ago
VentoyGUI.i386 1. Add new options for Windows CLI mode. 1 year ago
VentoyGUI.mips64el --xdg improvement 2 years ago
VentoyGUI.x86_64 1. Add new options for Windows CLI mode. 1 year ago
VentoyPlugson.sh Add escaping for path in VentoyPlugson.sh (#2585) 7 months ago
VentoyWeb.sh Fix the egrep warning. (#2083) 1 year ago
all_in_one.sh 1.0.60 release 3 years ago
docker_ci_build.sh Environment typos (#2368) 11 months ago
ventoy_pack.sh 1. Add new options for Windows CLI mode. 1 year ago

README

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

sudo bash 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.   


========== VentoyWeb.sh ===============
1. sudo bash VentoyWeb.sh 
2. open your browser and visit http://127.0.0.1:24680


========== VentoyPlugson.sh ===============
1. sudo bash VentoyPlugson.sh /dev/sdX
2. open your browser and visit http://127.0.0.1:24681

========== VentoyVlnk.sh ===============
Usage:  sudo bash VentoyVlnk.sh CMD FILE
  CMD:
   -c FILE      create vlnk for FILE
   -l VLNK      parse vlnk file
   -v           print verbose info
   -h           print this help


========= VentoyGUI ===================
VentoyGUI is native GUI program for Linux (GTK/QT)
1. Just double-click the file (e.g. VentoyGUI.x86_64)
2. If it can not startup after double-click, you can open the terminal and just execute the file (e.g.  ./VentoyGUI.x86_64)


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

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

bash CreatePersistentImg.sh                 ---->  persistence.dat in 1GB size and ext4 filesystem and casper-rw label
bash CreatePersistentImg.sh -l MX-Persist   ---->  persistence.dat in 1GB size and ext4 filesystem and MX-Persist label
bash CreatePersistentImg.sh -s 2048         ---->  persistence.dat in 2GB size and ext4 filesystem and casper-rw label
bash 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.



========== ExtendPersistentImg.sh ===============
sudo bash ExtendPersistentImg.sh  file size   
For example:
bash ExtendPersistentImg.sh persistence.dat 2048  ---->  Extend persistence.dat by 2048MB
That is to say, persistence.dat file will grow to 3GB size (assume that it is 1GB size before extend)

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