Ventoy/README.md

40 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2020-03-10 23:19:20 +08:00
# Ventoy
2020-04-05 00:12:15 +08:00
Ventoy is an open source tool to create bootable USB drive for ISO files.
2020-05-11 14:20:14 +08: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-05 00:12:15 +08:00
You can copy many iso files at a time and ventoy will give you a boot menu to select them.
2020-04-24 21:58:00 +08:00
Both Legacy BIOS and UEFI are supported in the same way. 200+ ISO files are tested.
2020-04-05 00:12:15 +08:00
A "Ventoy Compatible" concept is introduced by ventoy, which can help to support any ISO file.
2020-04-29 09:24:10 +08:00
See https://www.ventoy.net for detail.
2020-04-05 00:12:15 +08:00
# Features
2020-04-09 23:35:28 +08:00
* 100% open source
2020-04-05 00:13:20 +08:00
* Simple to use
2020-04-09 23:35:28 +08:00
* Fast (limited only by the speed of copying iso file)
2020-04-05 00:12:51 +08:00
* Directly boot from iso file, no extraction needed
* Legacy + UEFI supported in the same way
2020-05-11 14:20:14 +08:00
* UEFI Secure Boot supported (since 1.0.07+)
2020-05-23 21:20:25 +08:00
* Persistence supported (since 1.0.11+)
2020-04-09 23:35:28 +08:00
* ISO files larger than 4GB supported
2020-04-05 00:12:51 +08:00
* Native boot menu style for Legacy & UEFI
2020-04-24 21:58:00 +08:00
* Most type of OS supported, 200+ iso files tested
2020-04-09 23:35:28 +08:00
* Not only boot but also complete installation process
2020-04-05 00:12:51 +08:00
* "Ventoy Compatible" concept
* Plugin Framework
2020-05-11 14:20:14 +08:00
* Auto installation supported (1.0.09+)
2020-04-05 00:12:51 +08:00
* Readonly to USB drive during boot
2020-05-22 11:04:16 +10:00
* USB normal use unaffected
2020-04-05 00:12:51 +08:00
* Data nondestructive during version upgrade
2020-04-09 23:35:28 +08:00
* No need to update Ventoy when a new distro is released
2020-04-16 12:30:27 +08:00
2020-04-29 09:24:10 +08: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