Calazan.com
Share the Knowledge
-
How to capture an image using BDD 2007 and ImageX
Posted on November 13th, 2008 No commentsI was looking through some old notes and found this, hope this helps:
- PXE boot on the computer you wish to image.
- At the first prompt, choose the option “Exit to command Prompt.”
- Map a network drive to your distribution share and run ImageX. Example:
- net use x: \\bddserver\distribution
- cd x:\Tools\x86
- imagex /capture c: x:\Captures\ImageName.wim “Computer Image Description”
Source: http://lukenotley.wordpress.com/2007/05/20/bdd-2007-how-to-capture-a-reference-computer-image/
-
BDD 2007: Can’t connect to the deployment share
Posted on January 29th, 2008 4 commentsError message: “A connection to the deployment share (\\server\deployment_share) could not be made. The deployment will not proceed.”
I ran into this problem this morning when trying to load Windows XP on a new computer using Business Desktop Deployment and Windows Deployment Services. It turned out that the reason for this is because my WinPE boot image didn’t have the network drivers for the new computer (when you type in ipconfig /all in the command prompt in WinPE, you’ll notice that there’s no IP assigned).
I fixed this problem by doing the following:
- Download the network drivers for the computer having this issue.
- Open the Deployment Workbench.
- Add the network drivers to Distribution Share->Out-of-Box Drivers.
- Go to Deploy->Deployment Points, select your deployment point and click Update. This will update your WinPE boot image (LiteTouchPE_x86.wim) to include the new drivers.
- Open Windows Deployment Services and replace your boot image.
- Reboot the client machine and boot in WinPE again, it should now be able to connect to the deployment share.


Recent Comments