Pages

Thursday 19 June 2014

Make Bootable USB Without Software - Part I

Now a days most manufacturers are trying to make their laptops as sleek, compact and light as possible. By removing extra load like: CD/DVD ROM's e.t.c.. Because this technology is replaced by USB (Universal Serial Bus), which is easy to carry, less costly and available in different sizes. And Cloud Storage.

In this short tutorial I'm going to show you how to make Bootable USB using Command Prompt.


What do you need

  • Windows 7 or 8 ISO Image.
  • USB (4 GB or higher).
  • and BRAIN!!

Step 1:
Insert USB or Pendrive, open cmd (Command Prompt) and type without quotes "diskpart".


Step 2:
Now write "list disk". It will show the list of Disks attached to the PC's. Select your disk (In my case, I'm using 30 GB USB). Now without quotes write this "select disk ".


Step 3:
Write "clean" and create "create partition primary".

Step 4:
Select "select partition 1" followed by "active".

Step 5:
There are two formats NTFS and FAT32. Write "format fs=ntfs quick" here quick is (Optional). wait for few seconds till the disk is formatted successfully.

Step 6:
Type "assign" and close the diskpart using "exit".


Step 7:
Finally, Extract the ISO image of Windows 7/8 onto USB. Or copy the installation files to the USB.

No comments:

Post a Comment