Using Differencing Disk and Sysprep Image to Create Hyper-V Guest on Windows Server 2008 R2 By Dan Stolts
Video Source: https://technet.microsoft.com/en-us/edge/Gg269420
If your on Twitter please let me know what you think about this post @ITProGuru. Otherwise, Please place a comment on my blog.
Using a Sysprep image gives us the capability to create any number of servers with the base install done once. In this short video, we walk step-by-step through the process of creating the machine in Hyper-V and attaching the disk as a differencing disk. We will also look at the process to create the sysprep image.
Using a Sysprep image gives us the capability to create any number of servers with the base install done once. You can make a copy of the image to use as the boot drive of a new machine with an expandable or fixed disk. However, you can also use a differencing disk with this image. If you use a differencing disk you can build multiple machines with the same parent sysprep image. I use this technology constantly in my demonstration environments. I have about 30 guest machines on my laptop. Without differencing technology, I would need to have the 6-7gb that the OS takes up duplicated all 30 times. Instead of doing that, I have many of the machines pointing to the parent sysprep image and I only need that one file with the OS for all of them. Other situations that work well with this technology are for setting up training machines, development environments or any other environment where you want to optimize space. In addition to optimizing space, this technology very significantly reduces the time to get a server up and running. With a Sysprep image, I can get a server up and running in about 7 minutes from start to finish. {no kidding}
Simple Steps:
1) Create the Sysprep Image if you do not have it
Install the OS on a Hyper-V Guest.
Open Command Prompt and run Sysprep…
CD %WINDIR%\system32\sysprep
sysprep.exe /generalize /shutdown
2) Create the Virtual Machine
3) Create the Virtual HD for the machine (using differencing disk)
4) Boot the new machine and walk through the "First Run" steps of the OS
}Detailed Blog Post:
Using Differencing Disk and Sysprep Image to Create Hyper-V Guest on Windows Server 2008 R2 By Dan Stolts
}Sysprep Technical Reference https://technet.microsoft.com/en-us/library/dd744263(WS.10).aspx
}What is Sysprep
https://technet.microsoft.com/en-us/library/dd799240(WS.10).aspx
}How Sysprep Works
https://technet.microsoft.com/en-us/library/dd744512(WS.10).aspx
}Sysprep Support for Server Roles
http://technet.microsoft.com/en-us/library/dd744581(WS.10).aspx
If your on Twitter please let me know what you think about this post @DanStolts. Otherwise, Please place a comment on my blog.
Comments
- Anonymous
February 23, 2011
Sorry if I am mistaken, but you copied your base to zazu folder and the afterwards used the original not the copied drive as base? If so why? Thamks anyhow for the video and explanaition. Andre
I may have. If so, it was just an oversight. The only reason to even copy it is so you can reuse the sysprep image many times.
- Anonymous
December 03, 2015
The comment has been removed