Make bootable USB pendrive without any software

This post will guide you to make USB pendrive bootable and for that you do not require any external softwares!


bootable_usb
Steps:

  1. Open Command prompt (CMD). You can also open it by pressing Win-Key +X(Windows 8.1 only)
  2. Now write DISKPART in cmd, if popup appears to grant permission then select Yes! It will appear like this
    command_prompt
  3. select your pendrive by writing "select disk 1". If you are not sure which is your pendrive then write "LIST DISK" and notice pendrive disk!
  4. Execute "DETAIL DISK"
  5. Execute "CLEAN"
  6. Execute "CREATE PARTITION PRIMARY"
  7. Execute "SELECT PARTITION 1"
  8. Execute "ACTIVE"
  9. Execute "FORMAT FS=FAT32"
  10. After completion of formatting copy all files and folder from bootable ISO and past into pendrive
    windows_contents
  11. Bingo... your pendrive is now bootable and you can now boot from pendrive! :-P

::SUMMARY OF COMMANDS::

> DISKPART
> SELECT DISK 1
> DETAIL DISK
> CLEAN
> CREATE PARTITION PRIMARY
> SELECT PARTITION 1
> ACTIVE
> FORMAT FS=FAT32

This way you can also make bootable DOS pendrive!


Share on Google Plus

About Tricks Byte

Tricks Byte is providing helpful tricks with easy instructions so that you can enjoy each tricks!
    Blogger Comment
    Facebook Comment

0 comments :

Post a Comment