Ventoy/INSTALL
2021-03-24 22:08:10 +08:00
..
EFI/BOOT experimental support for loongson mips64el uefi 2021-03-05 23:03:34 +08:00
grub Add VTOY_DEFAULT_KBD_LAYOUT in global control plugin 2021-03-24 22:08:10 +08:00
plugin/ventoy 1.0.16 release 2020-07-23 18:45:08 +08:00
tool optimization for script for UOS 2021-03-10 14:18:24 +08:00
ventoy Add a workaround for buggy bootloader's out-of-range access 2021-03-24 10:07:07 +08:00
all_in_one.sh experimental support for loongson mips64el uefi 2021-03-05 23:03:34 +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 experimental support for loongson mips64el uefi 2021-03-05 23:03:34 +08:00
README 1.0.37 release 2021-03-06 19:53:50 +08:00
Ventoy2Disk.exe issue (#769) 2021-02-27 23:40:19 +08:00
Ventoy2Disk.sh 1.0.37 release 2021-03-06 19:53:50 +08:00
ventoy_pack.sh script optimization for UOS 2021-03-09 21:01:34 +08:00
VentoyWeb.sh 1.0.37 release 2021-03-06 19:53:50 +08:00
VentoyWebDeepin.sh optimization for script for UOS 2021-03-10 14:18:24 +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.   


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

========== VentoyWebDeepin.sh ===============
1. sudo sh VentoyWebDeepin.sh 


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