Ask a questionAsk a question
 

AnswerSCCM SP2 and Windows 7 Deployment

  • Monday, November 02, 2009 10:37 PMRustinh Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    For the past few weeks I have been trying to successfully deploy Windows 7 using SCCM SP2.  I have successfully captured Win7 using the capture media from SCCM and when I import the WIM file it imports it with two volumes that the install creates.  When I create the task sequence it wants to create and format two partitions, the 100 meg partition and the boot partition where Win7 will reside.  That task sequnce wants to create the second primary partion with a fixed size to the size of the hard drive of the machine that I originally captured.  This is causing my task sequence to fail when deploying to a different machine every time.  I want to two partions to get created as this is the initial behavior of a Windows 7 install.  I thought SP2 was ready to deploy Windows 7 out of the box but I am having all kinds of issues deploying it because of this partition issue. 


    Anyone have any ideas?
    Rustin H.

Answers

  • Monday, November 09, 2009 4:46 AMRustinh Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    The folks at Microsoft supplied me with the answer I have been looking for.  Below are the steps taken within the task sequence to deploy a multipled partition of Windows 7.

    1.     In the Configuration Manager Console, select the Task Sequence and the from Actions pane select Edit.

    2.     The Task Sequence Editor will open. In the left pane select Partition Disk

    3.     Double click on the first item under Volume to bring up the Partition Properties. Under Formatting options, select Quick Format and under the Advance Options in the Variable field, type BOOTPART. Click OK.

    4.     Double click on the second item under Volume to bring up the Partition Properties. In the Partition options, select Use a percentage of remaining free space. The Size(%) should be set to 100.  Under Formatting options, select Quick Format and under the Advance Options in the Variable field, type OSPART. Click OK.

    5.     Select Apply Operating System.  Change the Image drop down menu from 1-1 to 2-2.  Select from the Destination drop-down menu Logical drive letter stored in variable. In the Variable name field, type OSPART. Click OK.

    6.     Click on the Apply Data Image 1. Click on the Options tab and select Disable this step. Click Ok.


    Rustin H.

All Replies

  • Tuesday, November 03, 2009 5:40 AMNiall C. Brady Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    the 100mb partition is created for bitlocker, are you using the Entreprise edition of Windows 7 or what ?

    I have a build and capture guide for Windows 7 here and no where do I see the second partition

    http://www.windows-noob.com/forums/index.php?/topic/1182-deploy-windows-7-enterprise/


    cheers
    niall

    my SCCM step by step Guides > http://www.windows-noob.com/forums/index.php?showtopic=1064
  • Tuesday, November 03, 2009 2:22 PMRustinh Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Yes I'm trying to deploy Windows 7 Enterprise.  I'm not capturing Windows 7 the way you explain in the walkthrough.  It's my understanding that I can use the capture media created by SCCM once I have Win7 installed and configured the way that I want it configured.  When I use the capture media is when the WIM image is created with the two partitions 1-1 and 2-2.  I would like that second partition to be installed as we want to use Bitlocker.  I will try your walkthrough using the build and capture to see if it captures the second partition as well.
    Rustin H.
  • Tuesday, November 03, 2009 2:30 PMJannes AlinkMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi,

    Correct when you used the capture media you will have two partitions. In your task sequence there will also be two partitions. But let say my disk is 10 GB it creates one drive with 100 MB and one drive with 10 Gb. The task sequence will fail because it is not able to create that 10 GB driver because only 9900MB is left.

    I fixed this to configure the second partition to use 100% of the available space left on the drive.

    Follow me through my blog!

  • Tuesday, November 03, 2009 4:02 PMRustinh Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I tried your solution and the task sequence tries to assign a drive letter to each partition so the 100 meg partition is getting drive C: and the system partition is getting D:.  The original install of Win7 doesn't do this.  It's creating the 100 meg partition as the primary volume but has no drive letter.  I can't specify this in the task sequence options.
    Rustin H.
  • Tuesday, November 03, 2009 6:05 PMJannes AlinkMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    How do you apply your images. 1-1 on the 100mb partition and the 2-2 on the other (larger) one?

    Follow me through my blog!

  • Tuesday, November 03, 2009 6:35 PMDEUFI Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    How do you apply your images. 1-1 on the 100mb partition and the 2-2 on the other (larger) one?

    Follow me through my blog!

    Hi,

    i have the same issue

    yes i apply my images. 1-1 on the 100mb partition and the 2-2 on the other (larger) one

    but
    for sccm sp2 " With the link above there is no clarification for me
  • Tuesday, November 03, 2009 9:38 PMRustinh Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    The task sequence tries to apply 2-2 to the Next available formatted partition in the "Apply Operating System" step and then there's a new step titled "Apply Data Image 1" where the 1-1 partition is applied again to the Next available formatted partition.


    Rustin H.
  • Friday, November 06, 2009 4:12 AMRustinh Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I have opened a case with Microsoft on Tuesday.  Still no word on what the fix is for this.  I will post when I get one.
    Rustin H.
  • Monday, November 09, 2009 4:46 AMRustinh Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    The folks at Microsoft supplied me with the answer I have been looking for.  Below are the steps taken within the task sequence to deploy a multipled partition of Windows 7.

    1.     In the Configuration Manager Console, select the Task Sequence and the from Actions pane select Edit.

    2.     The Task Sequence Editor will open. In the left pane select Partition Disk

    3.     Double click on the first item under Volume to bring up the Partition Properties. Under Formatting options, select Quick Format and under the Advance Options in the Variable field, type BOOTPART. Click OK.

    4.     Double click on the second item under Volume to bring up the Partition Properties. In the Partition options, select Use a percentage of remaining free space. The Size(%) should be set to 100.  Under Formatting options, select Quick Format and under the Advance Options in the Variable field, type OSPART. Click OK.

    5.     Select Apply Operating System.  Change the Image drop down menu from 1-1 to 2-2.  Select from the Destination drop-down menu Logical drive letter stored in variable. In the Variable name field, type OSPART. Click OK.

    6.     Click on the Apply Data Image 1. Click on the Options tab and select Disable this step. Click Ok.


    Rustin H.
  • Friday, November 20, 2009 12:36 PMNiall C. Brady Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    excellent, thanks for sharing.
    my SCCM step by step Guides > http://www.windows-noob.com/forums/index.php?showtopic=1064