Search English (United States)  Svenska (Sverige)
den 7 februari 2012 ..:: Home ::.. Register  Login
 Text/HTML Minimize

On March 21, the first day of MMS 2011, I announced the immediate availability of the Deployment Research blog and Deployment Research Facebook page. Sites filled with video-tutorials on how to deploy operating systems. Information about this new site, as well a bunch of other deployment related community sites was by the way also printed (thank you FedEx) and put in the attendee-bag (Thank you Microsoft) for every MMS 2011 attendee, about 4000 people.

This also means that the deployvista.com blog will not be much active anymore. It will still exist, but the content will gradually be migrated over to the new site, cleaned-up and converted into the new format…

Happy deployment, and I hope to see you online in the forums…

Regards / Johan Arwidmark
Microsoft MVP – Setup & Deployment


 Print   
 Deploying Hyper-V servers using ConfigMgr 2007 SP2 Minimize
Location: BlogsJohan Arwidmark    
Posted by: johan 5/25/2010

When deploying Hyper-V servers using MDT 2010 Zero Touch Roles and Features and ConfigMgr 2007 SP2, you quickly realize that the Hyper-V installation reboots the task sequence during the process and never processes the rest of it. This also requires you do to some additional housecleaning afterwards...

But what if you want to do things in the task sequence after the step that installs Hyper-V, or want to avoid the housecleaning?

Well, simply create a separate operating system image package where Hyper-V is enabled offline already.

1. Create a copy of your Windows Server 2008 R2 image Custom Image

2. Mount the image using imagex

ImageX /mountrw W2K8R2-001.wim 1 D:\Mount

3. Inject Hyper-V using Dism

dism /image:d:\mount /Enable-Feature /FeatureName:Microsoft-Hyper-V

dism /image:d:\mount /Enable-Feature /FeatureName:Microsoft-Hyper-V-Management-Clients

4. Commit the changes

ImageX /unmount /commit D:\mount

5. Update the distribution point

/ Johan

Permalink |  Trackback

  
Copyright Deployvista.com 2006-2010 (c)   Terms Of Use  Privacy Statement
DotNetNuke® is copyright 2002-2012 by DotNetNuke Corporation