pages:howtos:it-utilities:ventoy
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pages:howtos:it-utilities:ventoy [2022/09/22 14:11] – [Ventoy] mischerh | pages:howtos:it-utilities:ventoy [2024/06/17 14:11] (current) – [Update Ventoy] rokkitlawnchair | ||
---|---|---|---|
Line 15: | Line 15: | ||
===== How To get ventoy on your USB flash drive ===== | ===== How To get ventoy on your USB flash drive ===== | ||
* https:// | * https:// | ||
+ | * https:// | ||
Download the installation package, like ventoy-x.x.xx-linux.tar.gz and decompress it. | Download the installation package, like ventoy-x.x.xx-linux.tar.gz and decompress it. | ||
<sxh bash; gutter: false> | <sxh bash; gutter: false> | ||
- | cd ~/Downloads | + | mkdir -pv ~/repos/ |
- | wget https:// | + | 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 } / | 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 | Ventoy2Disk.sh CMD [ OPTION ] /dev/sdX | ||
CMD: | CMD: | ||
Line 36: | Line 49: | ||
| | ||
| | ||
+ | </ | ||
- | Attention that the USB drive will be formatted and all the data will be lost after install. | + | ===== Copy Image files ===== |
- | 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 affact Ventoy' | + | |
- | + | ||
- | | + | |
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/ | 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. | 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. | 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. | + | 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.1663855888.txt.gz · Last modified: 2022/09/22 14:11 by mischerh