Difference between revisions of "Ventoy"

From Indie IT Wiki
(Created page with "[https://www.ventoy.net/en/index.html 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 d...")
 
m
Line 1: Line 1:
 
[https://www.ventoy.net/en/index.html Ventoy] is an open source tool to create bootable USB drive for ISO/WIM/IMG/VHD(x)/EFI files.
 
[https://www.ventoy.net/en/index.html 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.
 
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 ==
 
== Windows 10 ==
Line 11: Line 15:
  
 
https://github.com/ventoy/Ventoy/issues/636
 
https://github.com/ventoy/Ventoy/issues/636
 +
 +
== 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.

Revision as of 11:27, 7 February 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

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.