May
29
2007

New Site for OS Deployment Information

In working on implementing the MS BDD 2007 “LiteTouch” deployment system, I have needed to generate a ton of documentation. Rather than blog it all here, I have created a new Sharepoint team site. This allows for better organization of structured data, and for distributed editing of content.
Read all about our BDD infrastructure, [...]

0
May
11
2007

VMWare “BootRun” Service hangs on ESX Guests

I have been getting intermittant errors on Server 2003 systems that we have deployed on our ESX servers:
“The Virtual BootRun Service failed to start”.
Apparently this service is called during deployment of a VM Guest from a template, and is not needed after deployment:
http://www.vmware.com/community/thread.jspa?threadID=6007&messageID=39465
Ass I had to do was run:
c:\WINDOWS\vmware_imc\bootrun -unregserver

0