0

My question is not exactly what the subject suggests..

I got a couple of files that I believe are WinPE files + a .WIM image..

Here is the folder tree:

enter image description here

The OS12.wim file is 5-GB in size.

Inside the boot folder there's a BCD and BOOT.SDI files.

Inside the sources folder there's a boot.wim file.

My question is how do I put all that on a bootable DVD or USB?

ToastMan
  • 544
  • 4
  • 18
  • 29

3 Answers3

0

Might be easier to describe what you're trying to do.

The Windows Automated Installation Kit has utilities (copype.cmd, oscdimg.exe) to build bootable PE media.

Chris McKeown
  • 7,128
  • 1
  • 17
  • 25
0

Take a look at BartPE.

http://www.nu2.nu/pebuilder/

uSlackr
  • 6,337
  • 21
  • 36
0

Bootable USB: Format with NTFS on a Vista/7/2008/R2 machine, then copy the files over.
Making a bootable CD is slightly more complicated....

Chris S
  • 77,337
  • 11
  • 120
  • 212