Friday, February 18, 2011
As i promised to some folks, i’d publish my howto on how to deploy Windows 7. In this howto, i’m using image based distribution.
Essentials:
- vm or physical machine
- Windows 7 dvd
- Windows® Automated Installation Kit (AIK) (download here and mind your language)
Here we go
How to deploy?
There are very cool ways to automate all these steps but these are the basics:
That’s it. That wasn’t that hard was it?
Some more on the underlaying techniques:
You don’t want to create an answer file for every pc.
In Windows XP, if you used c:\sysprep\sysprep.inf while creating your sysprepped pc, after deployment you could change values like e.g. the COMPUTERNAME=”" to a different name and the unattended installation would pick that up.
That won’t work with Windows 7 anymore (considering you’ve used c:\windows\system32\sysprep\sysprep.xml).
What sysprep actually does is create a file called C:\Windows\Panther\Unattend.xml based on the sysprep you’ve created. So that’s pretty interesting.
After you’ve deployed your image and you copy the w7startup.bat file and the other installation files, why not edit the C:\Windows\Panther\Unattend.xml file and replace values like:
<ComputerName>SYSPREPMACHINE</ComputerName>
or change the license key
<ProductKey>AAAAA-THISC-OMPUT-ERSOW-NKEY1</ProductKey>
or if you want a different domain to join:
<Domain>DIFFERENTDOMAIN</Domain>
<Password>differentpass</Password>
<Username>differentjoinuser</Username>
Wednesday, February 2, 2011
We’re currently rolling out huge ammounts of workstations.
The base-image is FAT32 so at first boot, the partition is converted to NTFS.
Our monitoring system noticed 6 clients (out of currently ~8000) failed and were still FAT32.
I can’t find the exact memory requirements but here’s a guideline based on experience:
Disks >123 GB will fail on 512MB of RAM, upgrade to at least 1GB
Disks >54 GB will fail on 256MB of RAM, upgrade to at least 512MB
Thanx to Thuur for his work
Monday, January 3, 2011
Always the latest build:
Chromium download