Ventoy/README.md

39 lines
1.5 KiB
Markdown
Raw Normal View History

2020-03-10 15:19:20 +00:00
# Ventoy
2020-04-04 16:12:15 +00:00
Ventoy is an open source tool to create bootable USB drive for ISO files.
2020-05-11 06:20:14 +00:00
With ventoy, you don't need to format the disk over and over, you just need to copy the iso file to the USB drive and boot it.
2020-04-04 16:12:15 +00:00
You can copy many iso files at a time and ventoy will give you a boot menu to select them.
2020-04-24 13:58:00 +00:00
Both Legacy BIOS and UEFI are supported in the same way. 200+ ISO files are tested.
2020-04-04 16:12:15 +00:00
A "Ventoy Compatible" concept is introduced by ventoy, which can help to support any ISO file.
2020-04-29 01:24:10 +00:00
See https://www.ventoy.net for detail.
2020-04-04 16:12:15 +00:00
# Features
2020-04-09 15:35:28 +00:00
* 100% open source
2020-04-04 16:13:20 +00:00
* Simple to use
2020-04-09 15:35:28 +00:00
* Fast (limited only by the speed of copying iso file)
2020-04-04 16:12:51 +00:00
* Directly boot from iso file, no extraction needed
* Legacy + UEFI supported in the same way
2020-05-11 06:20:14 +00:00
* UEFI Secure Boot supported (since 1.0.07+)
2020-04-09 15:35:28 +00:00
* ISO files larger than 4GB supported
2020-04-04 16:12:51 +00:00
* Native boot menu style for Legacy & UEFI
2020-04-24 13:58:00 +00:00
* Most type of OS supported, 200+ iso files tested
2020-04-09 15:35:28 +00:00
* Not only boot but also complete installation process
2020-04-04 16:12:51 +00:00
* "Ventoy Compatible" concept
* Plugin Framework
2020-05-11 06:20:14 +00:00
* Auto installation supported (1.0.09+)
2020-04-04 16:12:51 +00:00
* Readonly to USB drive during boot
* USB normal use unafftected
* Data nondestructive during version upgrade
2020-04-09 15:35:28 +00:00
* No need to update Ventoy when a new distro is released
2020-04-16 04:30:27 +00:00
2020-04-29 01:24:10 +00:00
![avatar](https://www.ventoy.net/static/img/screen/screen_uefi.png)
# Installation Instructions
See [https://www.ventoy.net/en/doc_start.html](https://www.ventoy.net/en/doc_start.html) for detail
# Compile Instructions
Please refer to DOC/BuildVentoyFromSource.txt