Link to home
Start Free TrialLog in
Avatar of emeraldpiggy
emeraldpiggy

asked on

windows pe

hi does any know how to create a bootable cd using windows pe
i followed the walkthrough from technet but i ve got no luck at all
it did let me boot from the disc but it couldnt let me installed it via installation command
thanks in advance
@echo off
path=%PATH%;d:\;x:\users\public\documents
diskpart /s R:\scripts\diskpartactivate.txt
imagex /apply R:\image\XPE.win 1 c:\ /verify
cscript /nologo R:\scripts\ZTIHalDetect.vbs
echo The installation has completed. Please press CRTL+ALT+DEL to reboot.
@echo off
pause 
wpeutil reboot

Open in new window

Avatar of Adam Leinss
Adam Leinss
Flag of United States of America image

This is the article I used: http://www.svrops.com/svrops/articles/winvistape2.htm

This requires a free download of the WAIK.
Avatar of emeraldpiggy
emeraldpiggy

ASKER

hi aleinss
i ve installed aik as well as windows development tool kit
hi aleinss
thanks for the help . ive done installation but when i reboot it. it says bootmgr is missing. but it is in my root folder. do u know why it happens?
thanks
This is the command that makes the CD bootable:

oscdimg -n -h -bc:\winpe\etfsboot.com                           c:\winpe\iso c:\winpe\winpe.iso  <enter>

Are you trying this with a CD or USB flash drive?
hi aleiness
it turns out to be the wim i captured is not right
i tried to use sysprep and wds to capture the wim file
and when i use imagex  to mount it
it says the data is invalid

can u plz help me on this
ASKER CERTIFIED SOLUTION
Avatar of Adam Leinss
Adam Leinss
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks that was helpful