Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Linux » Create a Bootable USB Drive Using dd Command on Linux
  • PSD
    PowerShell Deployment Extension for MDT: How to deploy Windows using PSD, Microsoft Deployment Toolkit, and Windows Deployment Services Windows Server
  • Integrate WordTune on Microsft Word
    Integrate WordTune with Microsoft Word on Mac Microsoft Exchange/Office/365
  • Local System Account
    How to Run a Program in Windows as the Local System Account Windows
  • SA
    How to Create Service Accounts, Organisation Units and Active Directory Security Groups Windows Server
  • ddwwdw
    How to query a list of installed programs in Windows Windows Server
  • Uninstall SQL Server 2025
    Uninstall Microsoft SQL Server 2025 from Windows Oracle/MSSQL/MySQL
  • Prevent the saving of RDP Credentials
    Prevent users from saving RDP Credentials on Windows 11 Windows
  • updates
    How to stop Windows from applying updates Windows

Create a Bootable USB Drive Using dd Command on Linux

Posted on 11/09/202003/02/2024 Christian By Christian No Comments on Create a Bootable USB Drive Using dd Command on Linux
Bootable USB creation

In this article, you will learn how to Create a Bootable USB Drive Using dd Command on Linux. As a server administrator who wants to run an operating system directly or install a new operating system. You will need a bootable USB drive. And as you know the CLI is more powerful than the GUI, so we can achieve this with the dd command. In Windows systems, we have applications to use (my personal favorite is Rufus). Please see this guide on how to create a bootable USB using Rufus on Windows.

Linux dd command

Please see how to Add a new partition to an existing Linux server, and how to create a Windows 11 Bootable USB drive. Also, see how to Create a Windows 10 or 11 bootable USB with UEFI support, and how to Disable and Enable USB Usage for Certain Users in Windows.

The ‘dd’ Command

dd means data duplicator, and it is used to convert and copy files. It is a versatile tool that can be used for many purposes. Such as cloning data from one disk or partition to another.

Furthermore, disk backup and restore, converting data formats, etc. This powerful utility can also be employed when it comes to creating a Bootable USB Drive Using dd Command.

However, The dd command is preinstalled on most Linux distributions. Moreover, To make a Bootable USB Drive Using dd Command, follow the steps below.

lsblk
USB drive imaging
lsblk (list block) command is used to display details about block devices and these block devices

From the above command, the USB has not been inserted. insert the USB and try again.

Linux system installation
The inserted USB can be seen as sdb above
mkfs.vfat -I /dev/sdb ----> Format the USB drive

Run the dd command to make the usb drive bootable

dd if=/path/to/isofile of=/dev/sdb status=progress  --------> Make sure you are root or you have sudo privileges

I hope you found this blog post on how to Create a Bootable USB Drive Using dd Command on Linux helpful. Please let me know in the comment session if you have any questions.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Linux Tags:USB

Post navigation

Previous Post: The module ping was not found in configured module paths, core modules are missing
Next Post: How to export and import Windows Start layout

Related Posts

  • Package1
    Install Synaptic Package Manager: Handle packages in Ubuntu Linux
  • zoom feature
    How to install Zoom video conference software on Linux System Linux
  • FEAUREanydesk
    How to install AnyDesk on a Linux Machine Linux
  • FimageUbuntuUpgrade
    How to Upgrade From Ubuntu 20.04 LTS to 22.04 LTS Linux
  • Locate Find and Grep Required 1
    A Brief Introduction to Linux and How to Create Disk Partition in Ubuntu Linux Linux
  • Groovy
    How to install Groovy on Linux and Windows Configuration Management Tool

More Related Articles

Package1 Install Synaptic Package Manager: Handle packages in Ubuntu Linux
zoom feature How to install Zoom video conference software on Linux System Linux
FEAUREanydesk How to install AnyDesk on a Linux Machine Linux
FimageUbuntuUpgrade How to Upgrade From Ubuntu 20.04 LTS to 22.04 LTS Linux
Locate Find and Grep Required 1 A Brief Introduction to Linux and How to Create Disk Partition in Ubuntu Linux Linux
Groovy How to install Groovy on Linux and Windows Configuration Management Tool

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • PSD
    PowerShell Deployment Extension for MDT: How to deploy Windows using PSD, Microsoft Deployment Toolkit, and Windows Deployment Services Windows Server
  • Integrate WordTune on Microsft Word
    Integrate WordTune with Microsoft Word on Mac Microsoft Exchange/Office/365
  • Local System Account
    How to Run a Program in Windows as the Local System Account Windows
  • SA
    How to Create Service Accounts, Organisation Units and Active Directory Security Groups Windows Server
  • ddwwdw
    How to query a list of installed programs in Windows Windows Server
  • Uninstall SQL Server 2025
    Uninstall Microsoft SQL Server 2025 from Windows Oracle/MSSQL/MySQL
  • Prevent the saving of RDP Credentials
    Prevent users from saving RDP Credentials on Windows 11 Windows
  • updates
    How to stop Windows from applying updates Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,825 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.