People using CDs/DVDs to install operating systems on their computers already feel like an old idea. But, on the other hand, USBs have emerged as a great alternative. With their fast speed and portability, they are the perfect fit for the modern world.

This article gives an extensive guide on how to make a bootable CentOS USB drive. Bootable USB drives are effortless to create and are super convenient. Whether you’re using Windows or Linux, there are many different ways one can create a bootable USB, but in this article, we will only focus on three of the most convenient and most accessible methods.

Prerequisites

  1. An 8GB or larger USB Drive
  2. A Computer Running any Linux Distribution or Windows (XP or later)

Downloading CentOS

Whether you’re using Windows or Linux, the first step will always be to download the latest version of CentOS.

You can easily download its ISO file by visiting the official website of CentOS.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/07/echo/Create-Bootable-CentOS-USB-01.png" data-lazy- height="464" src="data:image/svg xml,” width=”939″>

Once on the website, choose the correct ISO based on your system’s processor. For example, for intel-based processors, select x86_64.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/07/echo/Create-Bootable-CentOS-USB-02.png" data-lazy- height="627" src="data:image/svg xml,” width=”939″>

On the next page, you have to choose the mirror. Choose the mirror for downloading which is closest to your region, and it will get you to the final page for selecting the  ISO file of CentOS 8.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/07/echo/Create-Bootable-CentOS-USB-03.png" data-lazy- height="335" src="data:image/svg xml,” width=”939″>

Choose the “DVD ISO,” and it will start to download.

Once it is downloaded, there are various ways to make or create a CentOS 8 bootable USB. We will provide you a detailed guide on how to create a CentOS bootable USB on Windows as well as on Linux. Let’s start with windows.

Create CentOS Bootable USB in Windows using Rufus

We have several options when it comes to using utility software to create ISO images on USB drives. This tutorial will use Rufus, as it is wildly popular for creating Bootable USB drives.

Many users prefer Rufus because it provides lightweight, rapid flashing and is recommended by developers and specialists.

To get the Rufus, go to rufus. i.e., and download the latest version of Rufus for Windows.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/07/echo/Create-Bootable-CentOS-USB-04.png" data-lazy- height="520" src="data:image/svg xml,” width=”974″>

Please install the application once it gets downloaded.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/07/echo/Create-Bootable-CentOS-USB-05.png" data-lazy- height="839" src="data:image/svg xml,” width=”737″>

Now Launch Rufus and select the Disc, as highlighted in the screenshot above.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/07/echo/Create-Bootable-CentOS-USB-06.png" data-lazy- height="135" src="data:image/svg xml,” width=”962″>

Go to the directory where the latest CentOS ISO file was downloaded and select it.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/07/echo/Create-Bootable-CentOS-USB-07.png" data-lazy- height="835" src="data:image/svg xml,” width=”737″>

Select “Start” to initialize the process. This may take a few minutes.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/07/echo/Create-Bootable-CentOS-USB-08.png" data-lazy- height="831" src="data:image/svg xml,” width=”733″>

Note: Please backup any valuable data you have on the drive before pressing the start button, as it will get deleted in the process.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/07/echo/Create-Bootable-CentOS-USB-09.png" data-lazy- height="829" src="data:image/svg xml,” width=”733″>

Congratulations! You have created a bootable CentOS on your USB stick.

Create CentOS Bootable USB using Etcher

Etcher is another popular tool used for creating Bootable USB drives. Its GUI looks great and is easy to use; moreover, it is a multi-platform application. It can run on all major operating systems such as Windows, Linux, and Mac, making it a great alternative to Rufus.

Creating a Bootable USB stick using Etcher is pretty straightforward.

Insert the USB stick in the computer system and open the Etcher application. Etcher will automatically detect the USB Drive:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/07/echo/Create-Bootable-CentOS-USB-10.png" data-lazy- height="616" src="data:image/svg xml,” width=”974″>

Click on the “Flash from File” button as shown in the screenshot given below:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/07/echo/Create-Bootable-CentOS-USB-11.png" data-lazy- height="489" src="data:image/svg xml,” width=”974″>

Go to the location where you downloaded the latest CentOS ISO file and select it.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/07/echo/Create-Bootable-CentOS-USB-12.png" data-lazy- height="135" src="data:image/svg xml,” width=”962″>

Etcher will auto-select a USB drive. Please make sure that it is the right one. If not, you have the option to select the right one manually.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/07/echo/Create-Bootable-CentOS-USB-13.png" data-lazy- height="614" src="data:image/svg xml,” width=”974″>

Now, select the “Flash image” option, and it will start flashing the USB Drive.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/07/echo/Create-Bootable-CentOS-USB-14.png" data-lazy- height="614" src="data:image/svg xml,” width=”974″>

Wait for several minutes.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/07/echo/Create-Bootable-CentOS-USB-15.png" data-lazy- height="608" src="data:image/svg xml,” width=”974″>

You can use the CentOS bootable USB to install CentOS 8 once the process is completed.

Congratulations! Now you’ve learned how to create a bootable USB device by two different methods. Now, let’s know how to create a CentOS bootable USB on any Linux-based operating system.

Create CentOS Bootable USB in Linux using Terminal

Unlike Windows, Linux does not necessarily require utility software to create a Bootable USB drive. Instead, you can use a few commands on the command line terminal to make a Bootable USB drive.

This method is a bit more complex than the prior two methods, but you don’t need to worry. I will explain the whole procedure in a few simple steps.

Insert the USB flash drive into the computer system and launch the terminal.

Now, to find the name of your drive, use the “lsblk” command.

You might need to use the umount command followed by either the directory where it has been mounted or the device name because most Linux distributions will automatically mount a USB when it is inserted.

To manually unmount the USB Drive, execute the command:

Replace the “/dev/sdx1” with your device name.

After unmounting the USB drive, flash the downloaded ISO image to the USB Drive using the command:

$ sudo dd bs=4M if=[ISO image path] of=[USB Drive Name] status=progress oflag=sync

Provide the ISO image path and USB Drive name in the above command.

Note: While providing the USB Drive name, do not include the partition number.

$ sudo dd bs=4M if=/Downloads/CentOS.ISO of=/dev/sdb status=progress oflag=sync

This process will take several minutes depending upon several factors, the ISO file size and USB stick speed. Once the process is complete, you can use the CentOS bootable USB to install CentOS 8.

Congratulations! Now you can create bootable USB drives across different OS.

Create CentOS Bootable USB using Etcher in Linux

You can use Etcher to create Bootable USB on Linux as well. As mentioned above, Etcher is software that runs across almost all major operating systems. So, just follow the steps mentioned above to Create CentOS Bootable USB using Etcher on Linux.

Conclusion

In this article, you’ve learned how to create a CentOS Bootable USB drive using different software like Rufus and balenaEtcher across multiple Operating Systems. Moreover, you have also learned how to create CentOS 8 USB bootable by using commands in the Linux terminal without using any additional application.

About the author

<img alt="" data-del="avatar" data-lazy-src="https://kirelos.com/wp-content/uploads/2021/07/echo/7011409B3A384F43A8417D1DAC68D179-150×150.jpg60ef085575dad.jpg" height="112" src="data:image/svg xml,” width=”112″>

Shehroz Azam

A Javascript Developer & Linux enthusiast with 4 years of industrial experience and proven know-how to combine creative and usability viewpoints resulting in world-class web applications. I have experience working with Vue, React & Node.js & currently working on article writing and video creation.