Friday, January 5, 2018

How to use ImageX

imagex /capture <source disk> <destination disk>:\<wim filename> "description"
imagex /capture d: z:\c.wim "wimtest"

DISKPART>list disk
DISKPART>select disk (id)
DISKPART>online disk (if the disk is not online)
DISKPART>clean
DISKPART>convert mbr (or gpt)
DISKPART>create partition primary
DISKPART>select part 1
DISKPART>active (if this is the boot partition)
DISKPART>format fs=ntfs label=(name) quick
DISKPART>assign letter c:
DISKPART>list volume
DISKPART>exit

X:\Tools>net use n: \\server\share /user:Domain\username "password"
X:\Tools>imagex /apply <source disk>:\<wim filename> "samedescription" c:
X:\bcdboot c:\windows
chkdsk c: /f /v /x

1.  go to windows aik tools directory and run "copype.cmd x86 c:\winpe" to create winpe structure to c:\winpe.

2.  mount the wim file on c:\winpe\winpe.
                      "imagex /mountrw d:\boot.wim 1 d:\image.mount"

3.  edit image........
4.  unmount the wim file and commit changes.
                      "imagex /umount /commit d:\image.mount"

5.  copy the wim file to winpe structure created in step 1.  c:\winpe\ISO\sources

6.  create an iso from image.
                      "oscdimg -n -bc:\winpe\iso\boot\etfsboot.com c:\winpe\iso d:\ghost.iso"

No comments:

Post a Comment

Thank you for your comment.