Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Imaging Win7 - 64 bit

Updated: 27 Oct 2010 | 3 comments
Gordon Smith 2's picture
0 0 Votes
Login to vote

I am using DS 6.9 sp3. I am creating Win7 64 bit images. Ive created my first base, and captured it. When I deploy it to another box, It wont boot, saying BootMgr is missing. Ive tried recaptuing and deploying multiple times. Im using WinPE as a preboot, and have not used sysprep, instead just using Altiris' tools.
Am I missing something here? Do I HAVE to use sysprep with 7/ 64 bit? ( I havent had to with Win 7 32 bit)
Any suggestions appreciated. Thx 

Comments

Saket's picture
07
Apr
2010
0 Votes 0
Login to vote

Imaging without Sysprep is not recommended by Microsoft

‘Imaging without sysprep on Vista, Windows7 etc is not recommended by Microsoft. Also it is recommended to use WINPE only as preboot.

Please try with Sysprep and Winpe preboot.

Thanks. 

spolton's picture
12
Apr
2010
0 Votes 0
Login to vote

Just a guess...

...but are you missing the 100MB partition at the start of the drive?  if it is there then maybe try using these parameters in your deployment task.

-szf -restoresig

I've had to do that in much earlier versions (5.3) for cloning citrix images otherwise they would be in a boot loop after deployment.  Maybe 64 bit windows 7 cloning is not quite fully supported yet?

All of this said you should still sysprep your images - especially for production machines.

 

JohanE's picture
26
Apr
2010
0 Votes 0
Login to vote

Firstly, I recommend reading

Firstly, I recommend reading up on the Windows 7 deployment guide. With Vista/Win 7 deployment is a whole new ball game.
I do the following for a successfull deployment, after having captured my image using ImageX:

Use a diskpart script to create a C:\ 100Mb SystemRestore partition and a D:\ Windows partition. Windows will fix the drive letters after reboot so that the Windows partition get the letter C:

Use ImageX to deploy the image to D:\

Use the BootSect.exe /nt52 C: and BootSect.exe /nt60 C: commands from within the eXpress\WAIK\.. folder (Not sure if this is necessary anymore, but it works so...)

Use the following commad to create the boot files on the 100 Mb partition: d:\Windows\System32\BCDboot.exe d:\Windows /s c:
Now, this is what really dows the trick. Note however that för 64-bit OS deployment you have to use the 64-bit PE and vice versa for the 32-bit OS.

Regards/