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-05-23 13:20:25 +00:00
|
|
|
* Persistence supported (since 1.0.11+)
|
2020-05-30 12:13:04 +00:00
|
|
|
* WIM files boot supported (Legacy + UEFI) (1.0.12+)
|
|
|
|
* Auto installation supported (1.0.09+)
|
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-05-30 12:13:04 +00:00
|
|
|
* ISO files can be listed in List mode/TreeView mode
|
2020-04-04 16:12:51 +00:00
|
|
|
* "Ventoy Compatible" concept
|
|
|
|
* Plugin Framework
|
|
|
|
* Readonly to USB drive during boot
|
2020-05-22 01:04:16 +00:00
|
|
|
* USB normal use unaffected
|
2020-04-04 16:12:51 +00:00
|
|
|
* 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)
|
2020-05-20 14:57:19 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Installation Instructions
|
|
|
|
See [https://www.ventoy.net/en/doc_start.html](https://www.ventoy.net/en/doc_start.html) for detail
|
|
|
|
|
|
|
|
# Compile Instructions
|
2020-05-25 04:45:09 +00:00
|
|
|
Please refer to [BuildVentoyFromSource.txt](https://github.com/ventoy/Ventoy/blob/master/DOC/BuildVentoyFromSource.txt)
|
|
|
|
|
|
|
|
# Document
|
|
|
|
Title | Link
|
|
|
|
-|-
|
|
|
|
**Install & Update** | [https://www.ventoy.net/en/doc_start.html](https://www.ventoy.net/en/doc_start.html)
|
|
|
|
**Customize Theme** | [https://www.ventoy.net/en/plugin_theme.html](https://www.ventoy.net/en/plugin_theme.html)
|
|
|
|
**Auto Installation** | [https://www.ventoy.net/en/plugin_autoinstall.html](https://www.ventoy.net/en/plugin_autoinstall.html)
|
|
|
|
**Persistence Support** | [https://www.ventoy.net/en/plugin_persistence.html](https://www.ventoy.net/en/plugin_persistence.html)
|
2020-05-30 12:13:04 +00:00
|
|
|
**Boot WIM file** | [https://www.ventoy.net/en/plugin_wimboot.html](https://www.ventoy.net/en/plugin_wimboot.html)
|
2020-07-11 03:29:39 +00:00
|
|
|
**Menu Class** | [https://www.ventoy.net/en/plugin_menu_class.html](https://www.ventoy.net/en/plugin_menu_class.html)
|
|
|
|
**Menu Alias** | [https://www.ventoy.net/en/plugin_menu_alias.html](https://www.ventoy.net/en/plugin_menu_alias.html)
|
2020-05-25 04:45:09 +00:00
|
|
|
**Memdisk Mode** | [https://www.ventoy.net/en/doc_memdisk.html](https://www.ventoy.net/en/doc_memdisk.html)
|
|
|
|
**TreeView Mode** | [https://www.ventoy.net/en/doc_treeview.html](https://www.ventoy.net/en/doc_treeview.html)
|
2020-07-11 03:29:39 +00:00
|
|
|
**Disk Layout MBR** | [https://www.ventoy.net/en/doc_disk_layout.html](https://www.ventoy.net/en/doc_disk_layout.html)
|
|
|
|
**Disk Layout GPT** | [https://www.ventoy.net/en/doc_disk_layout_gpt.html](https://www.ventoy.net/en/doc_disk_layout_gpt.html)
|
2020-05-25 04:45:09 +00:00
|
|
|
|
|
|
|
|
|
|
|
# FAQ
|
|
|
|
See [https://www.ventoy.net/en/faq.html](https://www.ventoy.net/en/faq.html) for detail
|
2020-06-09 04:02:49 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Forum
|
|
|
|
[https://forums.ventoy.net](https://forums.ventoy.net)
|
|
|
|
|
|
|
|
|