Jump to content

WinPE 2.0 Network error


dkreifus

Recommended Posts

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 off
TITLE Boot CD v 3.1
wpeinit

:Menu
CLS
REM Makes sure that an IP has been obtained
ipconfig /renew

I checked with our network guy, and this computer doesn't even show up on the network...

Any ideas?

Link to comment
Share on other sites


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 by dkreifus
Link to comment
Share on other sites

looks like you got a ZeroConf/APIPA address

http://en.wikipedia.org/wiki/APIPA#Choosing_addresses

I'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 by bj-kaiser
Link to comment
Share on other sites

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 address

http://en.wikipedia.org/wiki/APIPA#Choosing_addresses

I'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 by dkreifus
Link to comment
Share on other sites

I used:

start /wait wpeinit
ipconfig /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...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...