WinPE is on Disk 1 of the XPE product.
Thanks,
Ravi, MS
Embedded & Appliance Platforms Group
Disclaimer: This posting is provided "AS IS" with no
warranties, and confers no rights.
>.
>
"Ravi [MS]" <rav...@online.microsoft.com> wrote in message
news:0cde01c2eca9$befbb3f0$3001...@phx.gbl...
The process for making a WinPE boot CD is not well documented. I have spent
an incredible amount of time to get a WinPE bootable CD that loads my
m'boards network driver and runs sdimgr.
Here is what I did:
1) make a temporary folder x:\winpe (where x: is c: or d: etc.)
2) from the WinXPe SP1 CD disk 1, copy the following files and folders to
x:\winpe
- entire i386 folder
- entire xpe folder
- the files winbom.ini, win51, and win51IP
3) if you need custom network driver files:
copy custom inf file to x:\winpe\i386\inf
copy custom sys file to x:\winpe\i386\system32\drivers
4) if you need network support, append the following section to
x:\winpe\winbom.ini:
[WinPE.Net]
IPConfig = DHCP
StartNet = Yes
5) delete x:\winpe\i386\bootfix.bin if you want to boot from CD always and
not be prompted with "Hit any key to boot from CD..."
6) create iso file from this temp. folder x:\winpe:
oscdimg -bx:\etfsboot.com x:\winpe x:\image.iso
NOTE: I copied the etfsboot.com file from the winpe folder of the WinPE
1.1 OEM (OPK) CD to x:\
7) create CD from iso file
This CD should now boot and connect to the network.
Good luck...
... Doug
"Terry Matthews" <matt...@hotmail.com> wrote in message
news:ebe7S2K7...@TK2MSFTNGP10.phx.gbl...