homehowtokbslinksaboutcontactprojectsmusic

Index > Knowledge Base > ImageX
[Use Windows PE bootable disk with imagex]
Boot From Disk
Making disk ready for imaging 
Run diskpart
DISKPART> select disk 0
DISKPART> clean

delete any existing partition if any 
DISKPART> select partition 1
DISKPART> delete partition 

Creating partition
DISKPART> create partition primary 
DISKPART> select partition 1
DISKPART> active
DISKPART> format fs=ntfs (This might take time)
DISKPART> assign letter=c
DISKPART>exit

Applying image
imagex /apply win7.wim 1 c:

Copy boot file bcdboot 
c:\windows\System32\bcdboot.exe c:\windows

Editing the boot file 
c:\Windows\System32>bcdedit
Remove following entry
systemroot              \windows
resumeobject            {2f21d639-a4e8-11e1-87e1-6c626d954bc5} <<--this value may be differ in every system

c:\Windows\System32>bcdedit /delete  /cleanup