pages:howtos:it-utilities:ventoy
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
pages:howtos:it-utilities:ventoy [2022/09/22 14:06] – created mischerh | pages:howtos:it-utilities:ventoy [2024/06/17 14:11] (current) – [Update Ventoy] rokkitlawnchair | ||
---|---|---|---|
Line 1: | Line 1: | ||
{{tag> | {{tag> | ||
- | ====== | + | ====== |
* https:// | * https:// | ||
- | * https://www.ventoy.net/en/download.html | + | * https://github.com/ventoy/Ventoy/releases/ |
Ventoy is an open source tool to create bootable USB drive for ISO/ | Ventoy is an open source tool to create bootable USB drive for ISO/ | ||
Line 12: | Line 13: | ||
Most types of OS supported (Windows/ | Most types of OS supported (Windows/ | ||
+ | ===== How To get ventoy on your USB flash drive ===== | ||
+ | * https:// | ||
+ | * https:// | ||
+ | |||
+ | Download the installation package, like ventoy-x.x.xx-linux.tar.gz and decompress it. | ||
+ | <sxh bash; gutter: false> | ||
+ | mkdir -pv ~/ | ||
+ | wget https:// | ||
+ | sha256sum -c ~/ | ||
+ | tar -xzvf ~/ | ||
+ | </ | ||
+ | <WRAP center round important 60%> | ||
+ | Attention that the USB drive will be formatted and all the data will be lost after install. | ||
+ | You just need to install Ventoy once, after that all the things needed is to copy the iso files to the USB. | ||
+ | You can also use it as a plain USB drive to store files and this will not affect Ventoy' | ||
+ | </ | ||
+ | |||
+ | Run the shell script as root sh Ventoy2Disk.sh { -i | -I | -u } / | ||
+ | <sxh bash; gutter: false> | ||
+ | # as root | ||
+ | lsblk | ||
+ | " | ||
+ | </ | ||
+ | < | ||
+ | Ventoy2Disk.sh CMD [ OPTION ] /dev/sdX | ||
+ | CMD: | ||
+ | -i | ||
+ | -I force install ventoy to sdX (no matter installed or not) | ||
+ | -u | ||
+ | -l list Ventoy information in sdX | ||
+ | | ||
+ | OPTION: (optional) | ||
+ | -r SIZE_MB | ||
+ | | ||
+ | | ||
+ | | ||
+ | </ | ||
+ | |||
+ | ===== Copy Image files ===== | ||
+ | After the installation is complete, the USB drive will be divided into 2 partitions. The 1st partition was formated with exFAT filesystem (You can also reformat it manually with NTFS/ | ||
+ | <sxh bash; gutter: false> | ||
+ | mount | grep Ventoy | ||
+ | cp -av / | ||
+ | cp -av / | ||
+ | </ | ||
+ | |||
+ | ===== Update Ventoy ===== | ||
+ | If a new version of Ventoy is released, you can update it to the USB drive. | ||
+ | It should be noted that the upgrade operation is safe, all the files in the first partition will be unchanged. | ||
+ | Upgrade operation is in the same way with installation. Ventoy2Disk.exe and Ventoy2Disk.sh will prompt you for update if the USB drive already installed with Ventoy. | ||
+ | <sxh bash; gutter: false> | ||
+ | # as root | ||
+ | / | ||
+ | </ | ||
---- | ---- | ||
- | ~~DISCUSSION~~ | + | |
pages/howtos/it-utilities/ventoy.1663855586.txt.gz · Last modified: 2022/09/22 14:06 by mischerh