Questions tagged [imagex]

ImageX is Microsoft's command-line imaging utility designed for capturing, editing and deploying disk images.

19 questions
4
votes
1 answer

ImageX in Windows PE is complaining that the subsystem is not present

I'm trying to use ImageX from the Windows PE command line. When I run a capture command from the console cmd> e:\imagex.exe /capture I get a nasty error like the subsystem needed to support the image type is not present What does that…
Anthony Mastrean
  • 441
  • 1
  • 6
  • 18
3
votes
1 answer

Should you defrag before capturing an image?

If I'm capturing an image with imagex.exe /capture ..., does it matter if I defrag the hard disk prior to doing so (or strictly speaking, before sysprep)? Is there any benefit to doing so with a file-based imager like this? Would there be any…
Tim Lehner
  • 255
  • 2
  • 9
2
votes
1 answer

Using spanned images (.swm) with ImageX /ref switch

I can't seem to find any working examples of usage of the /ref switch with ImageX. Can anyone provide known working syntax?
Doug Chase
  • 753
  • 3
  • 12
  • 22
2
votes
2 answers

Best way to integrate applications to windows 7 install.wim image

I have right now an unmodified .iso of a windows 7 32bit and 64bit installation disk. And I need to integrate to that some applications (office, adobe reader etc) and windows updates so that when windows are installed the above applications/updates…
cyph3r
  • 123
  • 1
  • 1
  • 5
2
votes
3 answers

Proper Imaging Procedures to Restore and Deploy Image with Separate System Reserved Partition

UPDATE: As per my experience here, no one responded. If I do not hear back from TechNet forum members about it, I will post a bounty here, if it makes a difference. I have banged my head against a wall for what seems like all week. I am going to…
songei2f
  • 1,924
  • 1
  • 20
  • 30
2
votes
2 answers

Create "raw disk file" from WIM file

First timer here. I've searched around here, but haven't found a question like the one I have. Apologies if I missed it. The challenge at hand: produce a "raw disk image file" from a given WIM file. What I am pursuing so far is to use imagex.exe…
joebalt
  • 211
  • 2
  • 11
2
votes
2 answers

Live WIM image capture?

Is there a tool that can capture a live Server WIM image? Without having to boot the server into WinPE and use imageX. A free or commercial tool would be OK. Thanks!
Mike
  • 295
  • 3
  • 9
1
vote
2 answers

Using ImageX for ghosting Windows XP

I'm in a project where the hardware specification is closed. The Windows XP image will run always on top of the same configuration. We are thinking on using ghosting for enabling a quick restore of the system in case of failure. I understand…
yeyeyerman
  • 135
  • 1
  • 7
1
vote
1 answer

Do Microsoft's imagex/dism have the equivalent of wimlib's --delta-from?

For pushing small changes to an existing wim image, you can significantly reduce network traffic by using the previous wim file as a base wim and a file that contains only the "changes" as the main wim. wimlib is an open source library for playing…
aggieNick02
  • 266
  • 2
  • 9
1
vote
0 answers

Creating 1 Windows image with multiple drivers for different hardware

We have two different computer builds. One AMD Chipset with FirePro graphics card. The other Intel Chipset with NVIDIA graphics card . If I include a answerfile for the Windows image, will it know what graphics driver to use based off the hardware?…
Benjamin Jones
  • 326
  • 1
  • 9
  • 22
1
vote
0 answers

Error in Office 2010 when deploying as part of .wim?

We're deploying Windows onto PCs with a very simple VM image setup, capture, and deploy using WinPE and imagex to create a single .wim with no network dependencies or capabilities involved in the setup process aside from adding the PC to the domain…
1
vote
0 answers

Device imaging process Won't work first time

I'm having an issue regarding a disk imaging process. To get the machine into it's initial state, I first run a simple DISKPART CLEAN, and then restart the machine. . Diskpart sel disk 0 clean exit I then boot the machine into a Win-PE…
1
vote
2 answers

Is ImageX needed after a Sysprep when preparing Virtual PC's for duplication?

I have researched this question and there seems to be two methods: 1) Run Sysprep, and 2) Run Sysprep followed by ImageX (this is what Microsoft says should be done). What does ImageX do and any pointers on the general process to follow? I am…
Sabuncu
  • 161
  • 9
1
vote
5 answers

Dual-Boot Macs: What voodoo is this?

When we manually deploy dual-boot Apple devices, this sequence of steps works well: Install OS X image over the network Use Boot Camp to prepare the disk for Windows Use a Windows XP installation disc to install vanilla Windows Stop the…
Doug Chase
  • 753
  • 3
  • 12
  • 22
1
vote
1 answer

Easy way to deploy the recovery parition in Windows 7?

We're using ImageX to deploy Windows 7 Professional. We've gotten the Windows partition to work, but the recovery partition (100-200MB at the front of the drive in a standard install) isn't as simple. This TechNet Guide has been useful. That looks…
Jesse K
1
2