How to Create a bootable Windows 2012 R2 USB Disk? (applies to Windows 8.1 also)


Pre-requisites: 7-Zip software (Download it from here: http://7-zip.org/), Windows 2012 (R2) ISO (or Windows 8.1 ISO), 8GB or more USB disk

  • Open Command Prompt in elevated mode (Run as Administrator)
  • Type diskpart and press Enter
  • Type list disk and press Enter. Note the list of existing disks.
  • Insert the USB Disk
  • Type list disk and press enter again. Note the new disk showed up which is our USB disk. I assume the new disk is 2 for example purpose.
  • Type select disk X where X is your USB disk. E.g., select disk 2. Press Enter.
  • Type clean and press enter.
  • Type create partition primary and press enter to create primary partition 1.
  • Type select partition 1 and press enter.
  • Type active and press enter to make the partition 1 active
  • Type format fs=ntfs and press enter. This will format the partition 1 as NTFS volume.
  • Type assign and press enter to assign the USB disk to a drive letter.

 

  • Now right click on Windows Server 2012 R2 or Windows 8.1 ISO file, select 7-Zip –> Extract Files…
  • Select your USB disk to extract the ISO contents to the USB disk

That’s all. Boot the server or computer using the bootable USB disk.

Did it help you? Leave me a Thanks.

38 thoughts on “How to Create a bootable Windows 2012 R2 USB Disk? (applies to Windows 8.1 also)

  1. Works well. You’d think you can format the partition using Disk Manager, but no it appears you usually can’t with removable drives. Format takes forever on 16GB USB sticks, but suppose this should not surprise anybody. Good hunting all.

    1. may be you have copied the windows server 2012 r2 setup files. I preffer to extract directly in USB stick.

  2. In attempting to install Windows Server 2012 R2 to my Gen 10 Intel NUC i7 I formatted as you instructed. No luck—even with Secure Boot disabled. Error message: WINDOWS COULD NOT UPDATE THE COMPUTER’S BOOT CONFIGURATION. INSTALLATION CANNOT PROCEED.
    Any ideas? Would I likely have to same problem trying to install Windows Server 2019?

    Thanks.

Leave a reply to Paroxy Cancel reply