0095.html 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Easy to Use Bootable Flash Drive with Ventoy</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="How To,Tutorial,i12bretro,Ventoy,Bootable,Flash Disk,USB Drive,Installation Media,IT Toolbox">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Easy to Use Bootable Flash Drive with Ventoy">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  12. <script type="text/javascript" src="includes/js/steps.js"></script>
  13. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <div id="gridContainer">
  17. <div class="topMargin"></div>
  18. <div id="listName" class="topMargin">
  19. <h1>Easy to Use Bootable Flash Drive with Ventoy</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <h2>What is Ventoy?</h2>
  24. <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&#39;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>
  25. <ol>
  26. <li>Download the Ventoy installer <a href="https://www.ventoy.net/en/download.html" target="_blank">Download</a></li>
  27. <li>Extract the downloaded .zip file</li>
  28. <li>Run Ventoy2Disk.exe</li>
  29. <li>Plug in a USB flash drive at least 32 GB in size</li>
  30. <li>Click the refresh icon</li>
  31. <li>Select the flash drive from the device dropdown</li>
  32. <li>Click the Install button</li>
  33. <li>After the installation completes, simply copy .iso files to the Ventoy partition</li>
  34. <li>Safely remove the USB flash drive</li>
  35. <li>Boot to the flash drive when needed and the Ventoy boot menu will appear listing the .iso files</li>
  36. <li>Select an .iso to boot</li>
  37. </ol>
  38. </div>
  39. </div>
  40. </body>
  41. </html>