Converting Pen Drive to an Bootable Device on Windows

The purpose of this guide is to prepare a USB Flash Drive with the installation files of Windows Vista or Windows 7 or Windows 8 or Windows 10. Most netbooks do not come with a CD/DVD drive and therefore installing or upgrading to a new operating system is always a challenge. The guide is divided into two parts, the first part talks about the preparation of the Flash Drive and the later talks about how to copy the installation file content on to the Drive for installation.

1   Most Flash Drives available in the market will work. When choosing a drive for the preparation we should remember two key points:

  • The Flash Drive should have a decent read/write speed
  • The size of the drive should be at least 4GB

2. To prepare the USB Flash Drive, we need access to a computer running either Windows Vista or Windows 7 or Windows 8 or Windows 10. Insert the Flash Drive in the computer and wait for the computer to recognize the drive.

3. Run the Command Prompt as an Administrator

4. In Command Prompt, type DISKPART

5 Type LIST DISK

This command will list all of the disks on your system. Be sure to choose the correct disk. For example, If you are using a 4GB flash drive. Select the disk with the size of ~3822MB.


[WARNING!ALL DATA ON THE DISK YOU SELECT WILL BE LOST! MAKE SURE TO BACKUP ANY DATA YOU WISH TO KEEP!]

6 Type SELECT DISK X [Replace “X” with the appropriate disk number ]

7 Type CLEAN [ A successful clean will prompt the message “Diskpart succeeded in cleaning the disk” ]

8 Type CREATE PARTITION PRIMARY

9 Type SELECT PARTITION 1

10 Type ACTIVE

  • By following the above step we have just created a USB Flash Drive capable of booting from the system BIOS.

11 Copying The Installation Files

The next step is to copy the files from the Original Windows Vista™ / Windows 7™ disc. Before we copy the content of the disc to the Flash Drive, we have to make sure that the drive is ready to accept files. In the same Command Prompt that we have used in the previous step, type the following commands

12  Type FORMAT FS=NTFS QUICK [ When it reaches 100% you are ready to move to the next step ]

Type ASSIGN

Type EXIT to get out of DISKPART Command Utility

13 Now your Flash Drive is ready for the files. Insert your Windows disc into your drive. In my case, my Disc Drive is d: drive and my FLASH Drive is g:

14 Type XCOPY d:\*.* /S/E/F g:\ [ This Command needs to be typed in the same Command Prompt that we have left open after Diskpart. (Some times xcopy with out parameters will not copy all the files)

  • If your Drive letters are correct, after several minutes you will get a message saying the numbers of files successfully copied to your FLASH DRIVE

Now your USB drive become a boot-able device which you can use for installation of operating system where the CD/DVD drive is not working….

On our Facebook page you can find the latest updates and good knowledge transfer things on technology.

Leave a Reply

Your email address will not be published. Required fields are marked *