Creating A Bootable WinPE 2.0 USB Key
Windows Preinstallation Environment (PE) 2.0 is a slimed down version of Windows (hence all the MiniNT references) that used to be the exclusive domain of OEM’s providers. Microsoft has wisely chosen to offer this to the masses as part of the Windows AIK. USB keys can be found just about anywhere these days for next to nothing. Combine the capabilities of WinPE with the portability of a USB key and you just made a very powerful troubleshooting, imaging, and data recovery tool. Here is a quick step by step on how to do just that:
Step 1. ) Get USB Key
You probably already have a few and if not you can purchase these just about anywhere, so I won’t tell you where to get one. You should get a USB 2.0 device of at least 512mb in size, but if you plan on putting a lot into a custom PE install or plan on using it to transfer data too then you are better served getting a larger size (2.0-4.0GB)
Step 2. ) Download and Install the Windows Automated Installation Kit (Windows AIK)
This deployment oriented tool set contains Windows PE 2.0.
Step 3. ) Format the USB key
Note: This must be done from Windows Vista
Start a command prompt and run the following. This set of commands assumes your USB key is detected as disk 1, you should double check that by doing a list of the disks before cleaning it. If you have multiple hard drives you could end up wiping your second drive using this command. You have been warned.
Step 4. ) Setup Windows PE
Step 5 . ) Copy Windows PE to USB Key
Insert the USB key into the machine that you have WinPE on and run the following command to copy the contents to the USB Key
xcopy c:\winpe_x86\iso\*.* /s /e /f e:\
change c: to reflect the drive your files on and e: to be your USB key.
There you have it…a quick way to make a handy USB version of WinPE that you can take with you anywhere. These can be used in almost any modern computer that supports USB booting. More information on this and other great things you can do with Windows PE are located in the Windows AIK.
Tags: Computer, data_recovery, deployment, down_version, Hardware, installation_kit, masses, portability, recovery_tool, Software, usb_2, usb_key, usb_keys, Windows, winpe





Vir2k on 12 Jul 2007 at 3:46 am #
Hello,
thanks alot.
At step 3) before diskpart , how should i know which disk is the USB FLASH ??? you say that is disk 1 . I have only 1 hdd with 2 partitions C: (win vista) & d: (media files) and g:(usb flash). it will be disk 1 ?? i should follow the commands exactly ?? i’m downloading the 1 gb windows AIK from microsoft, so .. i have time to get my answer
Vir2k on 12 Jul 2007 at 3:49 am #
btw : should i install windows aik in c: ?? where windows vista is already installed ? it will damage the vista system or not ? ( sorry for double posting ).
Vir2k on 12 Jul 2007 at 9:01 am #
found it … in control panel -> administrative tools -> computer management -> storage -> disk management !
) it is disk 1 , thanks.
JS on 23 Jul 2007 at 12:41 am #
Good information on how to create Win PE bootable USB. I am planning to create on of the extended partation as Win PE bootable by using this method. I hope this will not spoil by PC
. Thanks for good information.
Creating A Bootable WinPE 2.0 USB Key | PCTipsBox on 16 Sep 2007 at 9:07 am #
[...] Creating A Bootable WinPE 2.0 USB Key Computer, Software, Hardware, Windows Add comments [...]
aby on 21 Sep 2007 at 8:28 am #
not working. it will fail at window boot manager.
Johnk on 03 Dec 2008 at 1:15 pm #
Hi,
After entering diskpart type
Diskpart > List Disk
this will tell you what disks are installed. you can also use list volume or list partition to display info.