Tag: 7
Using WDS to deploy to a Mac (or any PC without PXE)
by cj on Oct.12, 2009, under Howto

I have been trying for a long time to find a way to image Macs from our WDS server to no avail…Macs don’t have PXE boot! WDS has had a feature to allow you to create a “Discover” image and a resulting disc to boot from. However, typically when just using the GUI to create this disc, it boots up with a command prompt window, runs winpeinit and then that’s it. After some deep searching, I found a blog with accurate instructions for how to actually create a disc that will not only boot up to winPE but also launch straight into the WDS deploy on a given server. It does require command line but the latest WAIK has some very verbose and useful tools, making it not too hard even for a WDS novice.
Thanks to David Bolton’s blog: http://www.davidbolton.com/?p=24
I also had to extract the network drivers from the Snow Leopard bootcamp disc but for general purposes, adding all of the drivers from the latest LAN Driver Pack to the disc image will make sure to cover a wide variety of machines. Check out my previous post for the easiest way to add these via command line!
Adding drivers to WDS Images with Windows 7 AIK
by cj on Oct.11, 2009, under Howto

I have been doing a lot of work lately on deployments of Windows 7 (Yes, companies are jumping on board already since they sat on their hands during the Vista years). Some of the new features of Windows Deployment Services in Server 2008 R2 are really nice, especially the driver package management. However, it is somewhat limited in flexibility as the drivers can only be applied to deployed images based on a few very inflexible filters. If there are some drivers that you want to apply directly to an image, you have to resort to the command line. In my case, I was actually creating a WDS boot CD (which is not as easy as Microsoft’s directions) using the directions here: http://www.davidbolton.com/?p=24 .
The problem comes in with the Windows 7 Automate Installation Kit because some of the commands I was familiar with have been done away with. This is not to say is is less feature packed, instead the peimg command has been rolled in with a few others under dism. Here is how you can use dism even more powerfully than peimg.








