Breaking News
recent

How to Create a Bootable Pendrive using CMD - Blog2HowTo

Just Follow Below Steps.
  • Insert your USB flash drive to your running computer. As the first step, we need to run Command Prompt as administrator. To do this, we need to find cmd by typing 'cmd' in the search box on Windows Start Menu. After search result for 'cmd' appears, right click on it and select "Run as administrator".
  • Type 'diskpart' on Command Prompt (without quotes) and hit Enter. Wait for a while until the DISKPART program run.
  • Type 'list disk' to view active disks on your computer and hit Enter. There would be seen that the active disks shown as Disk 0 for hard drive and Disk 1 for your USB flashdrive with its total capacity.
  • Type 'select disk 1' to determine that disk 1 would be processed in the next step then hit Enter.
  • Type 'clean' and hit Enter to remove all of data in the drive.
  • Type 'create partition primary' and hit Enter. Creating a primary partition and further recognized by Windows as 'partition 1'.
  • Type 'active' and hit Enter. Activating current partition.
  • Input the command 'format fs=fat32' . When you press Enter, the program will work for a few minutes (if it is a small USB, e.g. 4Gb could take hours to slow format), and the progress will be displayed as a percentage.
  • Assign the USB a drive letter. Enter the command assign to give the thumb drive a letter designation. Type exit to end the disk management program.
  • Once the USB drive has been made bootable, you can copy over the installation files for the operating system you want to install. You can do this by dragging and dropping using your preferred file manager/explorer.
  • Copy over any drivers you might need during the operating system installation to make the process much smoother.
That's All Done. Enjoy!
Blog 2 How to

Blog 2 How to

1 comment:

Powered by Blogger.