Difference between revisions of "Ventoy"
From Indie IT Wiki
m |
m |
||
Line 2: | Line 2: | ||
With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly. | With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly. | ||
− | '''NOTE:'''In terminal examples anything shown in bold after a command is a comment and is not to be run, e.g: | + | '''NOTE:''' In terminal examples anything shown in bold after a command is a comment and is not to be run, e.g: |
− | sudo apt-get install fish '''Then scratch your ear''' | + | sudo apt-get install fish '''#Then scratch your ear''' |
== Windows 10 == | == Windows 10 == | ||
Line 15: | Line 15: | ||
https://github.com/ventoy/Ventoy/issues/636 | https://github.com/ventoy/Ventoy/issues/636 | ||
+ | |||
+ | == Installing Ventoy == | ||
+ | |||
+ | === Linux === | ||
+ | |||
+ | |||
== Updating Ventoy == | == Updating Ventoy == | ||
Line 25: | Line 31: | ||
*Run the following and follow the prompts: | *Run the following and follow the prompts: | ||
− | ./Ventoy2Disk.sh -u /dev/sdX '''Replace sdX with the name of the drive with Ventoy installed on it. | + | ./Ventoy2Disk.sh -u /dev/sdX '''#Replace sdX with the name of the drive with Ventoy installed on it. |
Revision as of 09:49, 3 April 2025
Ventoy is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files. With ventoy, you don't need to format the disk over and over, you just need to copy the ISO/WIM/IMG/VHD(x)/EFI files to the USB drive and boot them directly.
NOTE: In terminal examples anything shown in bold after a command is a comment and is not to be run, e.g:
sudo apt-get install fish #Then scratch your ear
Windows 10
Fix Windows 10 ISO not booting ...
Press CTRL+i
Then select the windows file to boot in ventoy
https://github.com/ventoy/Ventoy/issues/636
Installing Ventoy
Linux
Updating Ventoy
Linux
- Insert the Ventoy drive in to your system
- Download and extract the latest version of Ventoy
- Open a terminal, switch to root and change directory to the extracted folder
- Run the following and follow the prompts:
./Ventoy2Disk.sh -u /dev/sdX #Replace sdX with the name of the drive with Ventoy installed on it.