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 ab964932cb Solus UEFI boot 2 years ago
..
EFI/BOOT experimental support for loongson mips64el uefi 3 years ago
grub Solus UEFI boot 2 years ago
plugin/ventoy 1.0.45 release 3 years ago
tool Optimization for shell script (#1259) 3 years ago
ventoy 1.0.62 release 2 years ago
CreatePersistentImg.sh Add encryption support to CreatePersistentImg.sh (#1130) 3 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 Support shrink persistence dat file for ext4 filesystem. 3 years ago
FOR_X64_ARM.txt 1.0.58 release 3 years ago
README VentoyPlugson ---- A GUI ventoy.json configurator 2 years ago
Ventoy2Disk.exe VentoyPlugson ---- A GUI ventoy.json configurator 2 years ago
Ventoy2Disk.sh VentoyPlugson ---- A GUI ventoy.json configurator 2 years ago
Ventoy2Disk_ARM.exe VentoyPlugson ---- A GUI ventoy.json configurator 2 years ago
Ventoy2Disk_ARM64.exe VentoyPlugson ---- A GUI ventoy.json configurator 2 years ago
Ventoy2Disk_X64.exe VentoyPlugson ---- A GUI ventoy.json configurator 2 years ago
VentoyGUI.aarch64 1.0.53 release 3 years ago
VentoyGUI.i386 1.0.53 release 3 years ago
VentoyGUI.mips64el 1.0.53 release 3 years ago
VentoyGUI.x86_64 1.0.53 release 3 years ago
VentoyPlugson.sh VentoyPlugson update 2 years ago
VentoyWeb.sh Compatibility improvement for some WinPE 3 years ago
all_in_one.sh 1.0.60 release 3 years ago
docker_ci_build.sh update CI script 3 years ago
ventoy_pack.sh VentoyPlugson update 2 years ago

README

========== 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.   


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


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


========= 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 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.



========== ExtendPersistentImg.sh ===============
sudo sh ExtendPersistentImg.sh  file size   
For example:
sh 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.