I have been using Config manager 2012 for 9 months now without any issues. We are using Microsoft DHCP server and everything is working perfect.
We are migrating our DHCP over to our core switch. I have added in all the necessary options as below to the cisco DHCP pool. ip dhcp pool SCCM2012 network 10.10.66.0 255.255.255.0 domain-name ******** dns-server 10.20.6.1 default-router 10.10.66.1 option 66 ip 10.4.73.38 option 67 ascii "\SMSBoot\x86\wdsnbp.com" option 60 ip 10.4.73.38
I have also added the IP helper command on the VLAN interface.
THe machine boots to win PE as normal and receives an IP address ok. However after I enter the pxe password to begin the task sequence it fails.
" an error occured while trying to retreive a policyfor this cmputer the task sequence. 0x8004005"
I know the this is not down to sccm as it works perfectly fine using a Microsoft dhcp server.
SMSts loghas the following,
<![LOG[Failed to get information for MP: http://**********.com 80072ee2.]LOG]!><time="11:09:46.286+480" date="05-07-2013" component="TSPxe" context="" type="3" thread="1456" file="tsmbootstraputil.cpp:1475">
<![LOG[RegOpenKeyExW failed for Software\Microsoft\SMS\Task Sequence]LOG]!><time="11:10:01.314+480" date="05-07-2013" component="TSBootShell" context="" type="2" thread="864" file="utils.cpp:258">
<![LOG[GetTsRegValue() failed. 0x80070002.]LOG]!><time="11:10:01.314+480" date="05-07-2013" component="TSBootShell" context="" type="2" thread="864" file="utils.cpp:279">
Has anyone come across this. Its like the device cannot contact the SCCM server. I can ping server by hostname and ip address after pressing f8.
Again this only happens when using dhcp on a cisco switch.