{"id":1777,"date":"2021-12-27T16:52:59","date_gmt":"2021-12-27T13:52:59","guid":{"rendered":"https:\/\/files2.tojikon.net\/files-cloud\/2021\/12\/26\/how-to-install-and-create-a-bootable-usb-with-ventoy-in-linux\/https:\/\/files2.tojikon.net\/files-cloud\/2021\/12\/26\/how-to-install-and-create-a-bootable-usb-with-ventoy-in-linux\/"},"modified":"2021-12-27T16:52:59","modified_gmt":"2021-12-27T13:52:59","slug":"how-to-install-and-create-a-bootable-usb-with-ventoy-in-linux","status":"publish","type":"post","link":"https:\/\/tojikon.net\/en\/1777-how-to-install-and-create-a-bootable-usb-with-ventoy-in-linux\/","title":{"rendered":"How to install and create a bootable USB with Ventoy in Linux"},"content":{"rendered":"<section id=\"related_posts\">\n<div class=\"block-head\">\n<h3>Related Articles<\/h3>\n<\/div>\n<\/section>\n<p>Ventoy is an incredible tool that allows users to load ISO files up without flashing them with tools like Etcher. However, Ventoy isn\u2019t exactly easy to set up. That\u2019s where we come in. Follow along with this guide as we show you how to set up and use Ventoy on Linux.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415455 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-and-create-a-bootable-usb-with-ventoy-in-linux.png\" alt=\"\" width=\"1200\" height=\"1020\"\/><\/p>\n<h2>Downloading Ventoy on Linux<\/h2>\n<p>The Ventoy app must be downloaded to your computer before you can install it on a removable USB flash drive. Open up a terminal window to get your hands on the latest Ventoy for Linux.<\/p>\n<p>Unsure about how to start up a terminal window on your Linux desktop? It\u2019s easy. Just press <strong>Ctrl + Alt + T<\/strong> on the keyboard. You\u2019ll also be able to start it up by searching for \u201cTerminal\u201d in the app menu and launching it that way.<\/p>\n<p>Once the terminal window is open and ready to use, run the <strong>wget<\/strong> download command below to grab the latest release of the tool.<\/p>\n<pre>\nwget https:\/\/github.com\/ventoy\/Ventoy\/releases\/download\/v1.0.63\/ventoy-1.0.63-linux.tar.gz -O ~\/Downloads\/ventoy-1.0.63-linux.tar.gz\n<\/pre>\n<p>Don\u2019t want to use the terminal window to download the latest version of the Ventoy application on Linux? You can also download it directly to your computer via Github.<\/p>\n<h3>Extracting Ventoy and running it<\/h3>\n<p>The Ventoy tool must be extracted from the TarGZ archive downloaded via Github. To extract the archive\u2019s contents, start by using the <strong>CD<\/strong> terminal window and enter the \u201cDownloads\u201d folder.<\/p>\n<pre>\ncd ~\/Downloads\/\n<\/pre>\n<p>Inside of the \u201cDownloads\u201d folder, you\u2019ll be able to extract the contents of the Ventoy TarGZ archive. To do that, run the <strong>tar xvf<\/strong> command below on the \u201cventoy-1.0.63-linux.tar.gz\u201d archive.<\/p>\n<pre>\ntar xvf ventoy-1.0.63-linux.tar.gz\n<\/pre>\n<p>Once the archive is extracted, you can run the program with the command below.<\/p>\n<pre>\n.\/VentoyGUI.x86_64\n<\/pre>\n<p>When the Ventoy GUI application is opened and ready to use, plug your USB flash drive into the computer. The Ventoy GUI tool should then auto-detect your USB flash drive.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415459 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-and-create-a-bootable-usb-with-ventoy-in-linux-1.png\" alt=\"\" width=\"1200\" height=\"1156\"\/><\/p>\n<h3>Ventoy terminal installation<\/h3>\n<p>The GUI installation for Ventoy is recommended. However, if you prefer to use the command line, the instructions for setting it up are on the official Ventoy website. For more information, click here.<\/p>\n<h2>Creating a Ventoy USB on Linux<\/h2>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415455 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-and-create-a-bootable-usb-with-ventoy-in-linux.png\" alt=\"\" width=\"1200\" height=\"1020\"\/><\/p>\n<p>Creating a Ventoy USB bootable drive is easy to create. To do it, go to the GUI app that you launched previously. Then, ensure your USB flash drive is plugged into the USB port.<\/p>\n<p>With the USB plugged in, locate the \u201cInstall\u201d button and click on it with the mouse. Selecting the \u201cInstall\u201d button will prompt Ventoy to partition your USB flash drive and install itself to the hard drive. This process will not take that long.<\/p>\n<h3>Secure-boot support<\/h3>\n<p>If you plan to use Ventoy with secure-boot support, you will have to enable it ahead of time. To enable it, find the \u201cOptions\u201d button, and check the box next to \u201cSecure Boot Support.\u201d Once this button is checked, click on the \u201cInstall\u201d button, and Ventoy will install itself on your USB flash drive with secure boot support.<\/p>\n<h2>How to use Ventoy<\/h2>\n<p>With Ventoy, you need to download any Linux ISO file and place it on the flash drive with Ventoy installed onto it. No fiddling with Etcher or other USB flashing tools.<\/p>\n<p>To set up Ventoy on your Linux system, start by plugging the USB flash drive into your PC. Once the flash drive is plugged in, open up the Linux file manager and mount the \u201cVentoy\u201d USB device.<\/p>\n<p>Upon mounting the Ventoy USB device, download your favorite Linux operating system. Heck, download 2, 3, 4, or 5! Ventoy can boot all of them at once!<\/p>\n<p>Note: do you need help finding where to download Linux ISO files? Check out DistroWatch.com. It\u2019s a database of Linux operating systems, and they provide easy-to-access download links.<\/p>\n<p>After you\u2019ve downloaded your favorite Linux operating system ISO(s), place them on the Ventoy USB device, and allow them to copy over. Copying should take no more than a few minutes.<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-415456 size-full\" src=\"https:\/\/files2.tojikon.net\/files-cloud\/wp-content\/uploads\/2021\/12\/how-to-install-and-create-a-bootable-usb-with-ventoy-in-linux-2.png\" alt=\"\" width=\"1200\" height=\"710\"\/><\/p>\n<p>When copying is finished, reboot the PC and keep the Ventoy USB plugged in. Then, load up the BIOS. Once you\u2019ve loaded up your computer\u2019s BIOS, find the boot options, and configure the system to boot from USB.<\/p>\n<p>When the Ventoy USB has loaded up on your computer, you will see a \u201cVentoy\u201d menu. Ventoy will display all ISO files you\u2019ve added to the system in this menu. Select the OS you wish to load using the arrow keys on the keyboard.<\/p>\n<p>Once you\u2019ve chosen the OS you wish to load, press the <strong>Enter<\/strong> key to start it up. Upon pressing <strong>Enter<\/strong>, Ventoy will boot the ISO file directly from the USB, allowing you to install the operating system.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Related Articles Ventoy is an incredible tool that allows users to load ISO files up without flashing them with tools like Etcher. However, Ventoy isn\u2019t exactly easy to set up. That\u2019s where we come in. Follow along with this guide as we show you how to set up and use Ventoy on Linux. Downloading Ventoy &hellip;<\/p>\n","protected":false},"author":1,"featured_media":1778,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[21],"tags":[33],"_links":{"self":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1777"}],"collection":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/comments?post=1777"}],"version-history":[{"count":0,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/posts\/1777\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media\/1778"}],"wp:attachment":[{"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/media?parent=1777"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/categories?post=1777"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tojikon.net\/en\/wp-json\/wp\/v2\/tags?post=1777"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}