Posts

Showing posts with the label BOOTABLE

Make a Bootable External Hard Drive and Install Windows 7/8

Image
Step 1: Format the Drive Just place the flash drive in the USB port of your computer. Open command prompt ( cmd ). You can do that by pressing WINKEY+R, right click on the listed file and click on “ Run as administrator “. Enter the following commands in the same order as I did here: diskpart list disk select disk z  (where z is the number corresponding for your USB disk. You have to replace it with the corresponding letter from your own system). clean create partition primary active format fs=fat32 quick assign exit Please be careful  using the  select  command (so you don’t select and format your hard disk instead) If everything goes well, this is how your cmd screen will look like Step 2: Mount The Windows 8 ISO Image Into A Virtual Drive If you don’t have a physical optical drive you should mount the image into a virtual drive. You can install and use  PowerISO Step 3: Make The External Hard Disk Bootable I’m assuming that F is your d...

How to make Pendrive Bootble

Image
1 Open the Command Prompt.  You will need to run Command Prompt as an Administrator. Right-click on it and select Run as Administrator. You may need to enter the Administrator password. This method will create a USB drive that is bootable. You can then copy the contents of an operating installation disc onto the drive to create a portable installation drive. This method only works in Windows Vista, 7, and 8. 2 Open the disk management utility.  This can be opened by entering the command diskpart . 3 Display the connected disks.  Type the command  list disk  to show a list of all the drives connected to your computer. Your USB drive should be listed here as well. Make note of the number next to your USB drive. 4 Select the USB drive.  Enter the command  select disk # , replace “#” with the number from the previous step. 5 Clean the flash drive.  Enter the command  clean  to have the disk manageme...

How to Install Windows XP from USB Flash/Pen Drive

Image
How to Install Windows XP from USB Flash/Pen Drive BY Vasu Patel Share On Google+ Add This To Delicious Tweet/ReTweet This Share on Facebook StumbleUpon This Digg This Installing Windows 7 from a USB drive is easier as you can simply make the installer USB drive. But what if you want to install Windows XP from USB drive? It is not so easy as like as you did for the Windows Vista, 7 or Windows 8. To install XP from a removable drive, you need to follow some advanced steps. Because, Windows XP does not have the ‘boot from USB’ drive feature. But, you can still  setup Windows XP in your computer using a USB or flash drive  by following this simple how-to guide. Installing any operating system from a removable drive is always useful. Especially, if the CD or DVD-ROM of your computer does not work properly then this is a handy way to get your computer installed with XP. When you insert the installer disk in your CD/DVD-ROM, the machine detects it and ...

Make your Pendrive Bootable via CMD

How to make bootable Pen Drive through command prompt and use it for installing Windows By Parth Makadiya  Steps:- 1. Open Command Prompt As Run as Administrator. 2. First typediskpartand press enter.It will open new cmd window. 3.Next typelist diskcommand.It will list Disk number.In the below screenshot Disk 0is hard disk and Disk 1 is pen Drive. 4.Now typeselect disk 1command in order to select yourpen Drive(here Disk 1). 5.Now Typecleancommand in order to clean pen Drive.Here is the screen shot. 6.Now type create partition primarycommand to create primary part. 7.Now type select partition 1command in order to select primary part.Here is the screen shot. 8.Now typeactivecommand in order to active selected part. 9.Now type format fs=fat32command to assign format.It start formatting your pen Drive , and take few minutes so please wait to finish. Here is the screen shot. 10. Now typeassigncommand. 11. At last typeexitcommand. your pen Drive is ready to use.Use wherever ...