Make Pendrive Bootable

Step 1: right click on start button and run command prompt  as administrator.
  •                       Run command prompt as administrator

Step2 : give a command-
  •         diskpart

Step 3:  then –
  •             list disk

Step 4: then –
  •       select disk (your disk number, i.e. 1,2)

Step 5: then –
  •        clean

Step 6: then-
  •            create part pri

Step7: then-
  •       select partition 1

Step 8: then-
  •      active

Step 9: then-
  •            fs=ntfs    
  •  (     After this step there will be gradual increase in the  percentage of boot coding, so wait until   100%. )

Stpe 10: then-
  •          exit

 screen shots:





Your  pen drive is bootable now.

Thanku for watching the blog.

Comments

Popular posts from this blog

Difference between JDK, JRE, JVM and JIT

Static and Dynamic Memory Allocation in JAVA