Windows Server Codename Vail – Headless Installation
Posted
April 27, 2010 by Patrick Kennedy in
Software
Quick tip for those with headless systems that want to test Windows Server Codename VAIL (and that don’t have IPMI 2.0). To create a USB drive capable of a headless installation follow these two steps:
- Make a USB installer with the win7 download tool and your WHS ISO.
- Then make a cfg.ini file in the root of the new USB drive with the following code:
[WinPE] InstallSKU=SERVERHOMEPREMIUM ConfigDisk=1 CheckReqs=0 SystemPartitionSize=60 [InitialConfiguration] Language=en-US Locale=0409 Country=US KeyboardLayout=00000409 AcceptEula=true ServerName=VailPremServer PlainTextPassword=Head13$$ PasswordHint=See ServeTheHome.com Settings=All
Just make sure you read Microsoft’s EULA and accept the terms before using this. Also, it WILL ERASE ALL DATA ON THE MACHINE VAIL IS INSTALLED ON. Do not use this on a machine with existing data!!!!!
To make it a bit easier feel free to download the cfg.ini file here.
Related posts:
- Windows Home Server (WHS) V2 Vail Beta Preview
- Add 2TB+ GPT Disk/Volume to Windows Home Server v2 VAIL
- Exclude System Disk from Server Storage in Windows Home Server (WHS) V2 Vail
- Windows Home Server (WHS) V2 VAIL – Installed in Hyper-V – Early Release Clue
- Install Illumian on ESXi 5.0 for All-in-One ZFS Installation
- How to remove a drive in Windows Home Server
cfg, eula, headless, microsoft, servername, two steps, usb drive, vail, WHS, Windows Home Server, windows server
About the Author
Patrick Kennedy
Patrick has been running ServeTheHome since 2009 and covers a wide variety of home and small business IT topics. For his day job, Patrick is a management consultant focused in the technology industry and has worked with numerous large hardware and storage vendors in the Silicon Valley. The goal of STH is simply to help users find some information about basic server building blocks. If you have any helpful information please feel free to post on the forums.
More articles by Patrick Kennedy »















I used this and it worked. thanks!