November 30, 200718 yr I had a perfect working Vista PE boot CD that seemed to get an IP when any computer booted from it.I got a new HP DC5800 that I am testing on, and recieve the following error message:An error occurred while renewing interface Local Area Network Connection: unable to contact your DHCP server. Request has timed out.An error occured while releasing inferface Loopback Pseudo-Interface 1: the system cannot find the file specified.My Startnet.cmd begins with:@echo offTITLE Boot CD v 3.1wpeinit:MenuCLSREM Makes sure that an IP has been obtainedipconfig /renewI checked with our network guy, and this computer doesn't even show up on the network...Any ideas?
December 3, 200718 yr i think u need add HP DC5800 network adapter driver to PE.it will be automatic obtain a IP address form DHCP server after PE startup, so u don't need use "ipconfig /renew" command.
December 3, 200718 yr Author I have it in there. And actually, after a few minutes, it seems to find the IP. It just needs to wait, and I don't know how to stall my script for that.
December 3, 200718 yr if you run just ipconfig does it list any adapters? If not installed the appropriate drivers, if it does verify that you have a good network connection from a full windwos OS.
December 3, 200718 yr Author It does find an IP, but not right away. I get a 169.* IP, and then I get the DHCP error
December 3, 200718 yr Author It appears after I wait a few minutes, it then gets an IP address. I started my startnet.cmd with a ipconfig /release *LOCAL* and /renew *local*, with no avail. It told me: An address has not yet been associated with the network endpoint.So it seems the network adapter needs to "initialize" or something Edited December 3, 200718 yr by dkreifus
December 3, 200718 yr It seems to me that is what wpeinit was supposed to do.. try adding a "start /wait" in front of it and see what happens.
December 3, 200718 yr looks like you got a ZeroConf/APIPA addresshttp://en.wikipedia.org/wiki/APIPA#Choosing_addressesI'd guess either your DHCP server isnt running or it is configured not to give out adresses to your PE. Maybe it uses client-ids , class-ids or something else.Did you try to boot your PE on other hardware?oh and another idea:get some cheap hub, another PC/Laptop with WireShark and hook that up so you can sniff the traffic. Maybe you can find the real problem easier if you can see what happens on the line.--http://www.wireshark.org/ Edited December 3, 200718 yr by bj-kaiser
December 3, 200718 yr Author It seems to me that is what wpeinit was supposed to do.. try adding a "start /wait" in front of it and see what happens.looks like you got a ZeroConf/APIPA addresshttp://en.wikipedia.org/wiki/APIPA#Choosing_addressesI'd guess either your DHCP server isnt running or it is configured not to give out adresses to your PE. Maybe it uses client-ids , class-ids or something else.Did you try to boot your PE on other hardware?oh and another idea:get some cheap hub, another PC/Laptop with WireShark and hook that up so you can sniff the traffic. Maybe you can find the real problem easier if you can see what happens on the line.--http://www.wireshark.org/I have successfly got it working on all my other machines. This is a brand new, obviously, its a beta. I got this error before, but i added the ipconfig /renew and it seemed to work. I'll start the star /wait....Also, I'm using the Vista drivers...as I believe I should be Edited December 3, 200718 yr by dkreifus
December 3, 200718 yr Author I used: start /wait wpeinitipconfig /renew *Local*Then I got:An error occurred while renewing interface Local Area Network Connection: unable to contact your DHCP server. Request has timed out.As soon as I ran IPCONFIG /RENEW manually again, it took an IP address...
Create an account or sign in to comment