Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.
Some article numbers may have changed. If this isn't what you're looking for, try searching all articles. Search articles

How to create a bootable USB drive for Operating System deployment on BIOS based systems

Summary: This article describes a process to create a bootable USB drive which can be used to install the operating system onto your system.

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Symptoms

How to create a bootable USB drive for Operating System deployment on BIOS based systems (by Paul Marquardt)

This article describes a process to create a bootable USB drive which can be used to install the operating system onto your system. Transferring the installation files to a USB drive makes loading the operating system faster—consider that the DVD’s fastest transfer rate is 21 Mb/s compared to the  USB native rate of 480 Mb/s.  You can also load the operating system on tablets and other devices  that support USB but don’t support optical media.

If you have a large enough USB drive, you can even copy multiple OS install files from separate media versions into different folders. When you want to install a particular OS, move the root files from the USB drive into their respective folder and move the desired install files to the root of the USB drive for installation. This makes changing install media very quick and painless. This method allows you to keep multiple copies of an OS on a single drive, i.e. Windows Server® 2012 Retail media, Windows Server 2012 OEM media, Windows Server 2012 Datacenter Edition VLK, etc.  See Image 1 for an example.

SLN312261_en_US__1i-1323_image1_png-550x0
Figure 1: USB drive for installation

The following steps will guide you on how to make the USB drive bootable and get the contents onto the drive.
  1. Insert the USB drive.
  2. Open a CMD prompt with the Run as Administrator option.
  3. Start the DISKPART tool by typing Diskpart and press ENTER.
  4. List all disks recognized by the system by typing  list disk and pressing ENTER.
SLN312261_en_US__2i-8233_image2_png-550x0
Figure 2: List disk

5. Select your USB drive from the list returned (Disk 2 in this example) by typing Select Disk 2 and pressing ENTER.

SLN312261_en_US__3i-7120_image3_png-550x0
Figure 3: Select Disk 2

6. Remove all data from the disk by typing clean  
SLN312261_en_US__4icon (Note: This will destroy all of the data on the USB drive)

   and pressing ENTER.

SLN312261_en_US__5i-8255_image4_png-550x0
Figure 4: Clean

7. Create a primary partition by typing create partition primary and pressing ENTER.

SLN312261_en_US__6i-6404_image5_png-550x0
Figure 5: Create partition primary

8. Create a bootable partition by typing active and pressing ENTER.

SLN312261_en_US__7i-3223_image6_png-550x0
Figure 6: Active

9. List all volumes recognized by the system by typing list volume and pressing ENTER.

SLN312261_en_US__8i-1362_image7_png-550x0
Figure 7: List volume

10. Select your volume from the list (Volume 3 in this example) by typing select volume 3 and pressing ENTER.

SLN312261_en_US__9i-0245_image8_png-550x0
Figure 8: Select volume 3

11. Quick format the disk using NTFS by typing format fs=ntfs quick and pressing ENTER.

SLN312261_en_US__10i-4760_image9_png-550x0
Figure 9: format fs=ntfs quick

12. Insert your desired operating system media or mount your ISO.

13. Copy the entire contents of the installation media from the installation media to your USB drive.

You’re now ready to use the USB drive as installation media on your systems. Just boot to the USB drive and setup will begin, or just insert the USB drive and allow setup to auto run, or open setup from a file explorer window.

Article Properties


Last Published Date

21 Feb 2021

Version

3

Article Type

Solution