1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- <!DOCTYPE html>
- <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>Easy to Use Bootable Flash Drive with Ventoy</title>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta charset="UTF-8">
- <meta name="keywords" content="How To,Tutorial,i12bretro,Ventoy,Bootable,Flash Disk,USB Drive,Installation Media,IT Toolbox">
- <meta name="author" content="i12bretro">
- <meta name="description" content="Easy to Use Bootable Flash Drive with Ventoy">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
- <script type="text/javascript" src="includes/js/steps.js"></script>
- <link href="css/steps.css" rel="stylesheet" type="text/css" />
- </head>
- <body>
- <div id="gridContainer">
- <div class="topMargin"></div>
- <div id="listName" class="topMargin">
- <h1>Easy to Use Bootable Flash Drive with Ventoy</h1>
- </div>
- <div></div>
- <div id="content">
- <h2>What is Ventoy?</h2>
- <blockquote><em>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. You can copy many files at a time and ventoy will give you a boot menu to select them -<a href="https://www.ventoy.net/" target="_blank">https://www.ventoy.net/</a></em></blockquote>
- <ol>
- <li>Download the Ventoy installer <a href="https://www.ventoy.net/en/download.html" target="_blank">Download</a></li>
- <li>Extract the downloaded .zip file</li>
- <li>Run Ventoy2Disk.exe</li>
- <li>Plug in a USB flash drive at least 32 GB in size</li>
- <li>Click the refresh icon</li>
- <li>Select the flash drive from the device dropdown</li>
- <li>Click the Install button</li>
- <li>After the installation completes, simply copy .iso files to the Ventoy partition</li>
- <li>Safely remove the USB flash drive</li>
- <li>Boot to the flash drive when needed and the Ventoy boot menu will appear listing the .iso files</li>
- <li>Select an .iso to boot</li>
- </ol>
- </div>
- </div>
- </body>
- </html>
-
|