Deployment Solution

 View Only
  • 1.  Imaging Win7 - 64 bit

    Posted Apr 07, 2010 06:46 PM
    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 


  • 2.  RE: Imaging Win7 - 64 bit

    Posted Apr 08, 2010 02:23 AM
    ‘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. 


  • 3.  RE: Imaging Win7 - 64 bit

    Posted Apr 13, 2010 02:14 AM

    ...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.

     


  • 4.  RE: Imaging Win7 - 64 bit

    Posted Apr 26, 2010 05:41 AM
    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/