install windows PE 1.5 to a USB/hard drive

0

I have been using a tool called Bart's PE builder which creates windows PE 1.5 boot images, however I need to make some adjustments - so it it cant be installed on a CD which is read only.

I cannot seem to figure out how to to this. I have tried a tool called PEtoUSB but it won't detect any USB devices on windows 10/XP. I tried powerISO but nor virtual box or real hardware can boot from the USB stick despite following the guide on how to boot from USB on virtualbox.

Is there a way PE 1.5 can be installed on either a Hard drive or USB stick? My only option right now is a batch script 'PE2USB.BAT' that came with Bart's PE builder but its fiddly.

ketchup

Posted 2018-12-12T19:37:40.423

Reputation: 1

Answers

0

Here is how to use Windows tools to create a bootable PE USB:

  • Download latest Windows 10 ADK (Assessment and Deployment Kit)
  • Install only the components Deployment Tools and Windows Preinstallation Environment
  • Open an elevated Deployment and Imaging Tools by right clicking it in Start > Windows Kits > Run as administrator
  • Enter the command cd\ to shorten the displayed path
  • Create WinPE files with following command :

    copype amd64 D:\WinPEx64
    

Replace path D:\WinPEx64 with your preferred drive and folder name. The above command creates PE files to be used to boot a 64 bit machine. For 32 bit, replace amd64 with x86.

  • If the USB flash drive is I: enter the following command:

    MakeWinPEMedia /UFD D:\WinPEx64 I:
    

For more information see the article Create a WinPE USB or ISO.


For Windows PE 1.5 itself, it was only available for selected OEM and via Enterprise Software Assurance, so is not generally available in a legal manner.

See Windows PE Version Overview for versions.

You might be able to extract it from either:

harrymc

Posted 2018-12-12T19:37:40.423

Reputation: 306 093

I'll give this a try, Does this work for windows PE 1.5 (based on windows XP), the windows 10 ADK will most likley be for PE10 (based on windows 10) – ketchup – 2018-12-13T01:46:19.600

Windows PE 1.5 is too old and build from Windows XP since 2004. Not sure it would compatibility well with Windows 10. but why not use the latest Windows 10 ADK to create a new Windows PE tool? It would be the most security and safe measure which will not cost too much time. – Joy – 2018-12-13T06:51:19.653

@joy because its too big, is harder to customise, doesn't have the same command set that I need, etc. – ketchup – 2018-12-13T16:10:23.507

I added what is available without searching for illegal downloads. – harrymc – 2018-12-13T16:39:15.793

@harrymc the vista AIK you linked to does not have any program called MakeWinPEMedia. I have searched the entire computer including all removable drives. – ketchup – 2018-12-17T02:55:01.460

You might be able to use the newer programs you have with the older files. It's pretty hard to go that far back and recreate a product that was not publicly available. – harrymc – 2018-12-17T07:04:51.673