Creating Debian 10 Bootable USB Thumb Drive for Installing Debian 10

29/12/2020
Chưa phân loại
In this age, very few people use CDs and DVDs to install a new operating system on computers. The USB thumb drive has replaced bootable CDs and DVDs. It is cheaper as you can reuse the USB thumb drive over and over again. It is also simpler.

There are many ways to make a bootable USB thumb drive on Windows and Linux.

In this article, I am going to show you how to create a Debian 10 Buster (the new kid in town) bootable USB thumb drive on Windows and Linux.

Downloading Debian 10 Buster ISO Image:

First, visit the CD image website of Debian 10 at https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/ from your favorite browser. You should find Debian Live 10 ISO images for GNOME, Cinnamon, KDE, LXDE, LXQT, MATE, Xfce desktop environments. Click on the one that you like. I will go for the GNOME version.

Once you click on the ISO image that you like, the download should start. It will take a while to complete.

Once the download is complete, you are ready to make a Debian 10 bootable USB thumb drive.

Making Debian 10 Bootable USB Thumb Drive on Windows:

There are many programs that you can use on Windows to make a bootable USB thumb drive of Debian 10. The common ones are Rufus, Balena Etcher, Unetbootin etc.

I use Rufus a lot. It is really simple and easy to use.  I will use Rufus in this section for the demonstration.

You can download Rufus from the official website of Rufus. Go to the official website of Rufus and click on Rufus portable link as marked in the screenshot below.

Rufus should be downloaded.

Now, insert an USB thumb drive on your computer and run Rufus. Then, click on SELECT.

Now, select the Debian 10 ISO image that you just downloaded and click on Open.

Now, click on START.

Now, click on Yes.

Now, select Write in ISO Image mode (Recommended) and click on OK.

If you have any important files on your USB thumb drive, move it somewhere safe and click on OK.

Rufus is copying all the required files to your USB thumb drive. It will take a while.

Once it’s done, click on CLOSE.

Now, you should be able to install Debian 10 using this USB thumb drive.

Making Debian 10 Bootable USB Thumb Drive on Linux:

On Linux, you can use many GUI tools to make a Debian 10 bootable USB thumb drive. For example, Etcher, UNetbootin, GNOME Disks etc.

If you’re using GNOME desktop environment, just insert the USB thumb drive and start GNOME Disks.

Now, click on the marked section of the screenshot below.

Now, select the Debian 10 ISO image and click on Open.

Now, click on Start Restoring…

Now, click on Restore.

Now, type in the password of your login user and click on Authenticate.

GNOME Disks is copying all the required files to the USB thumb drive. It will take a while to complete.

Once it’s done, you should be able to install Debian 10 using this USB thumb drive.

You can also use Etcher to make a Debian 10 bootable USB thumb drive. Take a look at this article to learn how to install and use Etcher on Linux.

Making a Debian 10 Bootable USB Thumb Drive from the Command Line:

You can also use the dd command line tool to create a bootable USB thumb drive of Debian 10 on Linux.

The Debian 10 ISO image (debian-live-10.0.0-amd64-gnome.iso in my case) is downloaded in the ~/Downloads directory.

Now, insert the USB thumb drive and run the following command:

$ sudo lsblk -d | grep disk

As you can see, the 32GB USB thumb drive is identified as sdb. So, you can access it as /dev/sdb.

Now, to make a bootable USB thumb drive of Debian 10, run the following command:

$ sudo dd if=~/Downloads/debian-live-10.0.0-amd64-gnome.iso of=/dev/sdb bs=1M
 status=progress

Here, if defines the input file and of defines the output path, in this case the USB thumb drive /dev/sdb. status=progress is used to show the progress bar.

The ISO image is being written to the USB thumb drive. It will take a while to complete.

At this point, the ISO image is successfully written to the USB thumb drive.

Now, you can use it to install Debian 10 Buster on your computer.

So, that’s how you make Debian 10 bootable USB thumb drive on Windows and Linux. Thanks for reading this article.

ONET IDC thành lập vào năm 2012, là công ty chuyên nghiệp tại Việt Nam trong lĩnh vực cung cấp dịch vụ Hosting, VPS, máy chủ vật lý, dịch vụ Firewall Anti DDoS, SSL… Với 10 năm xây dựng và phát triển, ứng dụng nhiều công nghệ hiện đại, ONET IDC đã giúp hàng ngàn khách hàng tin tưởng lựa chọn, mang lại sự ổn định tuyệt đối cho website của khách hàng để thúc đẩy việc kinh doanh đạt được hiệu quả và thành công.
Bài viết liên quan

How to Install and Use Desk Changer GNOME 3 Extension on Ubuntu 18.04 LTS

Desk Changer is a GNOME 3 extension for the GNOME 3 desktop environment. Desk Changer is used to automatically change the...
29/12/2020

Some Useful Bash Aliases and How to Create Bash Aliases

Do you spend a good amount of time working in the command line? Then you may have noticed that most of the commands you...
29/12/2020

How to use variable in awk command

Variables are used to store any value temporary in any programming language.  Defining the variable in awk command is...
29/12/2020
Bài Viết

Bài Viết Mới Cập Nhật

Hướng dẫn fake ip bằng phần mềm SStap
10/06/2025

VPS treo game là gì? Thuê VPS treo game giá rẻ, không lo giật lag
02/06/2025

 BitBrowser – Best Anti-Detect Browser!
26/05/2025

Dịch Vụ Xây Dựng Hệ Thống Peering Với Internet Exchange (IXP)
04/04/2025

Dịch Vụ Triển Khai VPN Site-to-Site & Remote Access
04/04/2025