Hi,
I installed windows 2003 in one of the Proliant Servers. I captured the image using:
imagex /capture c: z:\%1 "Drive c"
Then I tried to apply this to another server using:
diskpart
select disk 0
clean
create partition primary
select partition 1
assign letter=c
active
format fs=ntfs quick
exit
imagex /apply z:\%1 1 c:
Now after rebooting the later server. I am getting BSOD and in a flash (so I couldn't read the error message). Interesting thing is that I tried taking a couple of images and out of them some of them give the same problem and some of them work without any issues. And it is reproducible across a couple of servers. But I am unable to figure out what makes some particular images work while not the others. Please help me and I would appreciate greatly.
Thanks