This post will guide you to make USB pendrive bootable and for that you do not require any external softwares!
::SUMMARY OF COMMANDS::
Steps:
- Open Command prompt (CMD). You can also open it by pressing Win-Key +X(Windows 8.1 only)
- Now write DISKPART in cmd, if popup appears to grant permission then select Yes! It will appear like this
- 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!
- Execute "DETAIL DISK"
- Execute "CLEAN"
- Execute "CREATE PARTITION PRIMARY"
- Execute "SELECT PARTITION 1"
- Execute "ACTIVE"
- Execute "FORMAT FS=FAT32"
- After completion of formatting copy all files and folder from bootable ISO and past into pendrive
- Bingo... your pendrive is now bootable and you can now boot from pendrive! :-P
> 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!
0 comments :
Post a Comment