How To Make Pendrive As Bootable
How To Make Pendrive As Bootable
3: Type diskpart command in the cmd windows. Type diskpart command in the cmd windows.
4: Then type list disk and press enter. This will tell you about the disk information on your system. Locate your pen drive by observing its size.
Locate your pen drive by observing its size. The names may be different. In my case, as my pen drive is st located on 1 place so it is called as disk 1. Change the number in the command according to your pen drive. 5: Select the pen drive by executing the select disk 1 command.
This will tell you that your pen drive has been selected. 6: Now clean your drive by running the clean command.
This will tell that the selected disk has been cleaned. 7: To create the primary partition, type create partition primary command. Then select the primary partition by select partition 1.
8: To active this partition, type active. So that disk part utility can mark the primary partition active.
8: You have to format the pen drive in the FAT32 format. Run the command format fs=FAT32 quick
10: Now type exit to exit from the disk part utility.
11: Mount the IMAGE of the windows CD/DVD on the virtual drive or put the CD on the optical drive and copy all the contents of the optical disk to the pen drive. 12: Boot from the pen drive to install the windows. Here are all commands one by one. 1. 2. 3. 4. 5. diskpart list disk select disk 1 clean create partition primary
6. 7. 8. 9. 10.