windows pe
i have a pe iso image that we use to boot from a cd and i am trying to setup a wds pxe boot server. that server is install fine and will boot with a pe 2.0 wim image how can i get it to boot with the iso image or how can i convert that image?
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
ashmite
17 years ago
Posted by:
bkelly
17 years ago
If you need to get your ISO back to WIM format...
From within your PE image, you can create a WIM of it using ximage. It is not included in PE by default, so if you didn't put it there you will need to get it from a network share ore removable media...
Assuming "S" were mapped to a network share where you wanted to place the WIM...
Imagex.exe /compress fast /capture C: S:\WinPE.wim "Updated Windows PE Image" /verify
This command will capture the C: drive, compress the image, name it WinPE.WIM (saving it to the network mapped drive) and name the catalog "Updated Windows PE Image" as well as verify the image during the capture process.
From within your PE image, you can create a WIM of it using ximage. It is not included in PE by default, so if you didn't put it there you will need to get it from a network share ore removable media...
Assuming "S" were mapped to a network share where you wanted to place the WIM...
Imagex.exe /compress fast /capture C: S:\WinPE.wim "Updated Windows PE Image" /verify
This command will capture the C: drive, compress the image, name it WinPE.WIM (saving it to the network mapped drive) and name the catalog "Updated Windows PE Image" as well as verify the image during the capture process.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.