How to Create a Bootable Windows 8, Windows 8.1 or Windows 10 USB Flash Drive

Installing Windows O/S from a USB flash drive is actually much faster than installing from a DVD. In this guide i will show you how to create a Windows 8, Windows 8.1 or Windows 10 bootable USB flash drive.

You need a 4 GB USB flash drive to have enough space to fit the entire Windows OS installation file on the drive.

Note: Before you begin it is important to understand that any data on your USB flash drive used to create the boot media will be permanently deleted because the process formats the USB flash drive. Save any important documents to another location before proceeding to the next section.




Preparing the USB Flash Drive

The partitioning and file system on the USB flash drive are important for booting. Only one partition can be on the USB flash drive, it must be set to active, and the file system must be FAT32. Many computers with the new UEFI BIOS replacement have problems booting USB flash devices with any file system other than FAT32.

Insert the USB flash drive into a Windows computer and follow these steps:


  1. After the USB flash drive has been recognized and installed on the computer, click the How to Create a Bootable Windows 8, Windows 8.1 or Windows 10 USB Flash Drive BxVxp04 button, type Diskpart, and hit Enter key.


  2. From the opened DiskPart Command Prompt window, type list disk and hit Enter key.


  3. Take a note of the Disk # ID number of your USB flash drive. You can easily find it by looking at the size column.


  4. Once you have the Disk ID number, type select disk # and hit Enter key. (Replace the #  hash symbol with the actual USB flash drive assigned disk ID number, such as 1).


  5. Type clean and hit Enter key to destroy any partitions, file system, and data that may currently be on the USB flash drive.


  6. Type create partition primary and hit Enter key.


  7. Type active and hit Enter key.


  8. Type Format FS=Fat32 Label=WinBoot Quick and hit Enter key. This performs a quick format and labels the drive as a "WinBoot". Windows will automatically mounts and assigns a drive letter to USB flash drive.


  9. Type exit and hit Enter key to close the DiskPart utility. Your USB flash drive is now prepared for the next phase.


How to Create a Bootable Windows 8, Windows 8.1 or Windows 10 USB Flash Drive 5TAphMN





Write a New Boot Sector to USB Flash Drive

The commands you need to run are as follows:


  1. First open the Command Prompt by clicking the How to Create a Bootable Windows 8, Windows 8.1 or Windows 10 USB Flash Drive BxVxp04 button, type Cmd.exe, right click the Cmd.exe, select "Run as administrator" from context menu.


  2. Insert the Windows Installation DVD into your PC or mount the Windows Installation ISO image.


  3. At the elevated Command Prompt change the Command Prompt working directory path to the Boot folder that resides at the Windows Installation DVD or mounted Windows Installation ISO image, where bootsect.exe executable file lives.


  4. Type Cd /d X:\Boot, replace the X: drive letter with the drive letter of Windows Installation DVD or mounted Windows Installation ISO image drive letter.

    How to Create a Bootable Windows 8, Windows 8.1 or Windows 10 USB Flash Drive 1gvf4Vu

  5. Write a new boot sector to the USB flash drive by entering bootsect /nt60 X: /force, where X: is the drive letter of the USB flash drive.


How to Create a Bootable Windows 8, Windows 8.1 or Windows 10 USB Flash Drive C0ASMPq


Note: Some USB flash drives do not support this preparation process, and you might not be able to make the device bootable in this way. The devices that do not support this process are typically set so they are recognized as removable media devices and not USB disk devices. Because of this, you might need to refer to the device manufacturer’s Web site for formatting documentation and tools.





Copying the Installation Files

The final step, now that you have your USB flash drive prepared, is to copy the Windows Installation files and folders.


  1. Insert the Windows Installation DVD into your PC or mount the Windows Installation ISO image and navigate to the drive on your computer that has the Windows installation files.

  2. Select all the files and folders, and then right-click and select Copy from the context menu.

  3. Navigate to the root of the USB flash drive, right-click and click Paste from the context menu.



The file copy can take a number of minutes, but after it has finished you can install the Windows OS quickly on machines with USB flash drive.

How to Create a Bootable Windows 8, Windows 8.1 or Windows 10 USB Flash Drive 1rkSFhO


You can also copy all the Windows installation files to the USB flash drive that you’ve been preparing with Xcopy command. In this example, Windows 8 ISO image is mounted with the drive letter of V and the USB flash drive has the drive letter X.

Knowing this, type the following command and press Enter:

Code:

Xcopy    V:\*.*    X:\   /E /F /H



You might also want to check out below tutorial.

How to Create a Bootable Windows Vista or Windows 7 USB Flash Drive