winPE bootable CD won't boot
Hi
Im trying to create a boaotble WinPE CD.
I followed the steps as described on the OPK .chm file for creating WinPE image.
the CD ISO is created but will not boot.
I used these steps:
copy e:\winpe_x64\winpe.wim e:\winpe_x64\ISO\sources\boot.wim
dism /mount-wim /wimfile:E:\winpe_x64\iso\sources\boot.wim /index:1 /mountdir:e:\winpe_x64\mount
copy e:\winpe_x64\ISO\bootmgr e:\winpe_x64\mount
mkdir e:\winpe_x64\mount\boot
xcopy /cherky e:\winpe_x64\ISO\boot e:\winpe_x64\mount\boot\
del e:\winpe_x64\mount\boot\bcd
bcdedit /createstore e:\winpe_x64\mount\boot\BCD
bcdedit /store e:\winpe_x64\mount\boot\BCD -create {bootmgr} /d "Boot Manager"
bcdedit /store e:\winpe_x64\mount\boot\BCD -set {bootmgr} device boot
bcdedit /store e:\winpe_x64\mount\boot\BCD -create /d "WINPE" -application osloader
bcdedit /store e:\winpe_x64\mount\boot\BCD -set {1f237940-338e-11e0-9b90-1cc1de5766eb} osdevice boot
bcdedit /store e:\winpe_x64\mount\boot\BCD -set {1f237940-338e-11e0-9b90-1cc1de5766eb} device boot
bcdedit /store e:\winpe_x64\mount\boot\BCD -set {1f237940-338e-11e0-9b90-1cc1de5766eb} path \windows\system32\winload.exe
bcdedit /store e:\winpe_x64\mount\boot\BCD -set {1f237940-338e-11e0-9b90-1cc1de5766eb} systemroot \windows
bcdedit /store e:\winpe_x64\mount\boot\BCD -set {1f237940-338e-11e0-9b90-1cc1de5766eb} winpe yes
bcdedit /store e:\winpe_x64\mount\boot\BCD -displayorder {1f237940-338e-11e0-9b90-1cc1de5766eb} -addlast
dism /unmount-wim /mountdir:e:\winpe_x64\mount /commit
oscdimg.exe -bE:\winpe_x64\efisys.bin -u2 -udfver102 e:\winpe_x64\ISO e:\winpe_x64\winpex64.iso
please assist
February 9th, 2011 1:07am
Hi,
Please refer to the following article to do so:
http://technet.microsoft.com/en-us/library/cc766385(WS.10).aspx
Tim Quan
Free Windows Admin Tool Kit Click here and download it now
February 9th, 2011 10:55pm
thanks Tim
I managed to do it using the instructions on the OPK help file.
Tamir
February 10th, 2011 4:14pm
Hi,
As the instructions in the OPK help file does not help, can you try the instructions in the above article?
Tim Quan
Free Windows Admin Tool Kit Click here and download it now
February 10th, 2011 8:37pm
The OPK help file did help as I mentioned before.
thanks
February 12th, 2011 4:00pm


