How to make a Flash Drive Bootable – Boot from Flash Drive

When working on your Windows PC or Laptop having a flash drive is not enough. It needs to be “bootable” where Windows will allow the flash drive to Boot the computer. Great for installing Windows, Repairing Windows, or using software like Hirens Boot CD to boot into Linux style system with a Windows user interface. So now we insert our USB Flash Drive and do the following.

  1. Open the command prompt or Windows Powershell
  2. Type: diskpart
  3. Type: list disk
  4. This will show all connected disks, their disk numbers, connection status and disk size
  5. Using the sizes, determine which disk is your USB drive and remember its disk number (i.e. Disk 2)
  6. Type the following commands: (where X is the disk number of your USB drive)
    1. sel dis X
    2. clean
    3. cre par pri  
    4. active
    5. format fs=ntfs  Quick
    6. exit

Once the disk is formatted and prepared, you can copy the Windows installation files onto the disk, whether this is from the DVD, ISO or a modified image.

If you want to download a program to install ISO files on a Flash drive the easiest one so far this year is Balena by Etcher. Extremely easy to use.

Related Post