How To Setup Windows XP From USB Drive
How To Setup Windows XP From USB Drive
First, we need create a rescue USB drive which can boot the computer. Please follow the steps,
1. Run PowerISO rescue media utility. You can download it here. On Windows Vista or above operating system, you may need confirm the UAC
dialog to continue.
5. The utility will start creating rescue USB drive. It will check necessary component and automatically download missing component from the
server.
Please notice that all existing data on the USB drive will be destroyed during this step. The program will alert you before writing the USB drive.
Click "OK" to continue.
6. When it's done, copy the Windows XP setup files to the USB drive. Please note that you'll only need the i386 folder.
If no errors occurred in the above process, you should now be all set to setup Windows XP from USB drive!
Step 2: Configuring the BIOS
You should now reboot and go into the BIOS configuration to boot from USB. Instructions for doing so wildly from system to system, but generally
entail the following:
Assuming that you properly configured your BIOS and your USB drive supports booting, your computer should now boot from the the rescue USB
drive. Depending on the speed of your USB drive, this may take a while.
Is your BIOS properly configured for booting from the USB device? (Is the USB device listed and does it have top priority?)
Have you correctly prepared the USB drive in step one? (Restart the procedure.)
Does your USB drive properly support being booted from? (Try another one!)
You need to make sure that your hard drive is partitioned and formatted properly. Especially if you've had Linux or some other operating system on it,
you'll need to repartition and format it. The rescue drive contain file manager and command line utility. You can launch DiskPart for disk partitioning
and formatting from the command utility.
If you are sure that your hard drive is set up properly (i.e. it has only run Windows, it contains a valid FAT or NTFS partition) then you can safe yourself
the hassle and skip this step.
To repartition and format (This procedure will destroy any data on the hard drive):
create partition primary (creates a single partition from the entire disk)
format fs=ntfs quick (format the partition to NTFS system, and do a quickly format)
With your drive all ready, you can now launch the Windows XP setup with a few custom parameters. Let's assume that the files are available at
E:\i386.
Plugging in a device now won’t work. Remember that all USB devices will need to be plugged in right from the start while using the rescue drive.
1. Run E:\i386\winnt32.exe /syspart:C: /tempdrive:C: /makelocalsource. Replace C: with the drive you want to install Windows to.
2. Proceed with the installation. If asked to convert the installation volume to NTFS, answer No. The setup program incorrectly believes that your
USB drive (if is formatted as FAT) needs conversion.
The setup program will then silently close, which might make you think that something went wrong. Don't worry though.
Note: The above guide works with Windows XP only. For Windows 10, Windows 7, Windows 8 / 8.1, or Windows Vista operating systems, please refer
to another guide at http://www.poweriso.com/tutorials/how-to-make-win7-bootable-usb-drive.htm .