Attempts to use Boot Device Manager (BDM) to boot Windows 7, Windows 2008, and Windows 2008 R2 with a static IP addresses might fail; all systems other than the first might experience a fatal exception and display a blue screen with a duplicate IP address error message.
Complete the following steps to support static IP addresses on a Provisioning Services target device using BDM:
Caution! Refer to the Disclaimer at the end of this article before using Registry Editor.Start the vDisk to be used into a private image mode so that any changes made are permanent.
Access the Device Manager from the command prompt by typing devmgmt.msc.
Select Network adapters, expand the list, and then select the network device that is used to boot from.
Right-click the menu options and select Properties.
Open the properties dialog box for the device and select the Details tab.
Note: There are two property values that must be recorded:
For example, Citrix PV Ethernet Adapter. Note that the Friendly name is Citrix PV Ethernet Adapter #0, the #0 in this case is the instance of the device on the XenServer target.
This number is generated by the Windows Operating System and can be different on the system.Device class guid: In the Property drop-down menu, select Device class guid, select the value and perform a copy operation.
Using regedit, access HKEY_LOCAL_MACHINE\ CurrentControlSet\Control\Class\GUID.
Search all registry subkeys (HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Class\GUID\000 and so on) until you find the device in DriverDesc registry value. In this example, it is Citrix PV Ethernet Adapter.
Create a registry key in this hive "OverrideStaticIP"=dword: 00000001.
By default, the CNicteam.sys driver is installed but not set to run unless there is a nic team configured. Therefore, it must be set to start at start time.
Set the registry key: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Service\CNicTeam\Registry Start=0.
Shut down the target, change the VDisk mode to standard, and set up the BDM ISO and restart the target device.