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.

How to create Windows bootable USB media for deployment on UEFI based systems

Summary: This article describes the process of creating a bootable USB drive which can be used to install the operating system on a UEFI bootable 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


Instructions

How to create Windows 8 / Windows Server 2012 bootable USB media for deployment on UEFI-based systems

Have you ever noticed how long it takes to load the operating system when using a DVD? Transferring your files over to a USB drive makes loading the operating system faster and gives you the ability to load the operating system on devices like tablets that don’t support optical media.

Important: The FAT32 file system only allows file sizes up to 4GB. If you are using a multilingual image, or customized image that has an install.wim file over 4GB in size, you will require the use of 2 partitions, the first being FAT32, and the second being NTFS which will allow you to place your image on the NTFS partition. UEFI requires FAT32 as a boot partition type, while BIOS systems can use FAT, FAT32, exFAT, and NTFS boot partition types. To create more than one partition on a removable device you will need to use a 2012 operating system since Windows 8 will not allow you to create multiple partitions on a removable disk.

You will need the following items to create a UEFI bootable USB drive:
  • USB drive
  • Administrative privileges on the system used to create the bootable drive
  • Installation media
The following steps  guide you on how to make the USB drive bootable and get the contents onto the drive.
  • Insert the USB drive.
  • Open a CMD prompt using the Run as Administrator option.
  • Start the DISKPART tool by typing Diskpart and pressing ENTER.
  • List all disks recognized by the system by typing  list disk and pressing ENTER.

SLN312267_en_US__1i-Image1_PNG-550x0
Figure 1: List Disk

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

SLN312267_en_US__2i-Image2_PNG-550x0
Figure 2: Select Disk 2

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

SLN312267_en_US__4i-4645_image3_png-550x0
Figure 3: Clean 

7. Convert the disk to GPT which is a requirement of UEFI by typing Convert GPT and typing ENTER.

SLN312267_en_US__5i-Image4_PNG-550x0
Figure 4: Convert GPT  

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

SLN312267_en_US__6i-Image5_PNG-550x0
Figure 5: create partition primary

8. Format the newly created partition by typing format fs=fat32 quick and pressing ENTER.

SLN312267_en_US__7i-6406_image8_png-550x0
Figure 6: format fs=fat32 quick  

9. List the volumes associated with the system by typing list volume and pressing ENTER. Make note of your newly created volume drive letter. (Volume 6, drive I: in this example.)

SLN312267_en_US__8i-Image7_PNG-550x0
Figure 7: List volume

10. Exit  DiskPart by typing exit and pressing ENTER.

SLN312267_en_US__9i-Image8_PNG-550x0
Figure 8: Exit

11. At the CMD prompt use BootSect to update the BOOTMGR compatible bootcode onto the GPT partition by typing bootsect /nt60 I: and pressing ENTER.

SLN312267_en_US__10i-Image9_PNG-550x0
Figure 9: bootsect /nt60 I:

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 system. 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


Affected Product

Microsoft Windows Server 2016, Microsoft Windows Server 2019, Microsoft Windows Server 2022, Microsoft Windows 2012 Server, Microsoft Windows 2012 Server R2

Last Published Date

13 Dec 2023

Version

5

Article Type

How To