There are many tools available on the internet to make a bootable USB drive. There’s one provided by even MICROSOFT. There’s a way to do the same without any software. All you need to do is launch Command Prompt and follow some simple instructions. Here are step by step process to create a bootable USB drive as the Windows installation media. To create a bootable USB drive as a Windows installation media, we require at least 4 GB for minimum capacity because larger capacity is better.
Let’s take a look at it……..
Step 1
2)-Open Start Menu and type CMD to find Command Prompt. Right-click on Command Prompt and click Run as Administrator.
3)-Once the Command Prompt window appears, type diskpart and hit enter. Wait until the diskpart utility starts running.
Most probably, you will see two Disk types.
Type select disk 1 in the same window and hit Enter.
You will see a message ‘Disk 1 is now the selected disk’.
It means any further operation that you do will affect your disk 1 directly.
6)-Type clean and hit Enter to remove all of the data in the USB drive.
Clean command will format your bootable drive.
You will see a message like ‘Diskpart succeeded in cleaning the disk’.
Method 1
Step - 1
- Copying Windows installation files from an ISO image on your PC/DVD to bootable USB manually.
- As here we are working on an ISO File. So, First, we Mount ISO File.
- Now all you need to do open the files inside the DVD or ISO, copy them and paste inside USB storage manually.
Step 2: Creating a Boot Sector
- Let assume that the USB drive is the G: drive.
- And the DVD/ISO installer located on drive H:
- In the first step, we will navigate Command Prompt to set installation DVD/ISO as its active directory.
- By default, Command Prompt's active directory for Administrator permission is on C:\Windows\System32>.
- We will navigate Command Prompt to set on DVD/ISO (H:) as its active directory.
- Just type 'h:' then hit Enter.
- The active directory changed to H:.
Method 2
- Copying Windows installation files from an ISO image on your PC/DVD to bootable USB by using Command Prompt.
- As here we are working on an ISO File. So, First, we Mount ISO File.
Step 1: Creating a Boot Sector
- Let assume that the USB drive is the G: drive.
- And the DVD/ISO installer located on drive H:
- In the first step, we will navigate Command Prompt to set installation DVD/ISO as its active directory.
- By default, Command Prompt's active directory for Administrator permission is on C:\Windows\System32>.
- We will navigate Command Prompt to set on DVD/ISO (H:) as its active directory.
- Just type 'h:' then hit Enter.
- The active directory changed to H:.
Step 2: Copying Installation Files
- To install Windows from a bootable USB drive, we just need to copy the whole installation files contained on the DVD/ISO installer to flash drive.
- To do this, open the Command Prompt as in previous steps.
- Once it opens, type
- xcopy H: \ *. * G: \ / E / F / H and then press Enter.
Waooo
ReplyDelete