Skip to main content

To create a bootable USB flash drive

To create a bootable USB flash drive

  1. Insert a USB flash drive into a running computer.
  2. Open a Command Prompt window as an administrator.
  3. Type diskpart.
  4. In the new command line window that opens, to determine the USB flash drive number or drive letter, at the command prompt, type list disk, and then click ENTER. The list disk command displays all the disks on the computer. Note the drive number or drive letter of the USB flash drive.
  5. At the command prompt, type select disk <X>, where X is the drive number or drive letter of the USB flash drive, and then click ENTER.
  6. Type clean, and the click ENTER. This command deletes all data from the USB flash drive.
  7. To create a new primary partition on the USB flash drive, type create partition primary, and then click ENTER.
  8. To select the partition that you just created, type select partition 1, and then click ENTER.
  9. To format the partition, type format fs=ntfs quick, and then click ENTER.
     Important
    If your server platform supports Unified Extensible Firmware Interface (UEFI), you should format the USB flash drive as FAT32 rather than as NTFS. To format the partition as FAT32, type format fs=fat32 quick, and then click ENTER.
  10. Type active, and then click ENTER.
  11. Type exit, and then click ENTER.
  12. When you finish preparing your custom image, save it to the root of the USB flash drive.

Comments

Popular posts from this blog

30 Mathematical symbols

Mathematical symbols: 1. Multiplication ( x ) - गुणा 2. Subtraction ( - ) - घटाना 3. Addition ( + ) - जोड़ना 4. Equals ( = ) - बराबर  5. Division ( ÷ ) - भाग 6. Is greater than (  > ) - से अधिक 7. Is less than ( < ) - से कम 8. Is not equal to ( ≠ ) - के बराबर नहीं  9. Is similar to ( ~ ) - के जैसा 10. Is congruent to ( ≅ ) -  के  समरूप  11. Infinity (∞) - अनन्तता 12. Implies ( ⇒ ) - संकेत दर्शाना  करना 13. Theta ( θ )  a plane angle 14. Empty set ( Ø ) - the unique set having no elements 15. Triangle ( Δ ) - त्रिकोण 16. Integral ( ∫ ) - अविभाज्य 17. The intersection of two sets ( ∩ )  18. Union of two sets ( ∪ )  19. Factorial ( ! ) - भाज्य-संबंधी 20. Percent ( % ) - प्रतिशत दर्शाना 21. Right angle ( ∟) - समकोण 22. Angle ( ∠ ) - कोण 23. Sum of ( ∑ ) - का जोड़ 24. Braces (grouping) ( { } ) 25. Brackets ( [ ] ) - ब्रैकेट लगाना 2...

What is Motherboard ?

Motherboard is a printed circuit board containing the principal components of a computer or other device, with connectors for other circuit boards to be slotted into.

What is Southbridge ?

The  southbridge  is one of the two chips in the core logic chipset on a personal computer (PC) motherboard, the other being the northbridge. The  southbridge typically implements the slower capabilities of the motherboard in a northbridge/ southbridge  chipset computer architecture.