Make USB stick bootable

When trying to make a USB stick bootable, one might try to take the following steps:

  1. Format your disk with FAT32 and copy the files to make bootable.
  2. Open command prompt:
    Start > Run > cmd.exe
  3. diskpart
  4. list disk
  5. select your disk. e.g.
    select disk 2
  6. list partition
  7. select partition 1
  8. active

Sources: