MSFN Forum: Winpe 3.1 networking issue - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Winpe 3.1 networking issue manual build of Win pe based on Win7x86sp1 DVD - network not working. Rate Topic: -----

#1 User is offline   Distalnak 

  • Group: Members
  • Posts: 5
  • Joined: 15-November 12
  • OS:none specified
  • Country: Country Flag

Posted 28 January 2013 - 12:39 PM

All,
I am doing a completely manual build of Win pe for my work & have almost everything working, but when I boot up, the Wpeinit doesnt setup the networking. When I go in, I can manually instlal the network card drivers, but then PE automatically gives a 169 addres, says that it is an unknown network and wont show me the prompt to choose what type of network. Also when I go into the properties of the network adaptor, the device doesnt show that there are any network components instlaled and will not allow me to add them manually.

any help would be appreciated...
(I grabbed the controlset001 from the install dvd and used it to build the pe)


#2 User is offline   GoodNPlenty 

  • Group: Members
  • Posts: 4
  • Joined: 21-March 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 29 January 2013 - 03:18 AM

I have listed some tips for you that will hopefully be helpful.

1. You need to build the network drivers into WinPE with DISM
Dism /image:R:\mountdir /Add-Driver /Driver:K:\driverdirectory\driver.inf

2. 'winpeinit' initializes WinPE and then 'wpeutil InitializeNetwork' initilizes the network.
startup.cmd example
@echo off
wpeinit
wpeutil WaitForRemovableStorage
wpeutil InitializeNetwork
ipconfig /all

3. 'but then PE automatically gives a 169 addres, says that it is an unknown network and wont show me the prompt to choose what type of network.'
This is a common symptom of Windows machines which have been configured for DHCP but for whatever reason are unable to contact a DHCP server.

#3 User is offline   Distalnak 

  • Group: Members
  • Posts: 5
  • Joined: 15-November 12
  • OS:none specified
  • Country: Country Flag

Posted 29 January 2013 - 07:29 AM

Actually, you dont have to add them via DISM when building.

I have found that as long as they are installed via device manager (or via dpinst command line) BEFORE wpeinit runs, it will find the network and initialize everyithing.

I backed up a few steps in my process and now can see all of the network stuff, but still stuck with a 169.xx,xx,xx address and it wont connect to the network. When you look at the Local Area Network it says 'authentication failed' now.


anyone encounter this before and know how to resolve it?

#4 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 8,689
  • Joined: 28-April 06
  • OS:Server 2012
  • Country: Country Flag

Posted 29 January 2013 - 09:17 AM

View PostDistalnak, on 28 January 2013 - 12:39 PM, said:

(I grabbed the controlset001 from the install dvd and used it to build the pe)


I am totally unfamiliar with building a PE this way. Did you follow some tutorial?

#5 User is offline   GoodNPlenty 

  • Group: Members
  • Posts: 4
  • Joined: 21-March 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 29 January 2013 - 07:29 PM

View PostDistalnak, on 29 January 2013 - 07:29 AM, said:


I backed up a few steps in my process and now can see all of the network stuff, but still stuck with a 169.xx,xx,xx address and it wont connect to the network. When you look at the Local Area Network it says 'authentication failed' now.

anyone encounter this before and know how to resolve it?


A 169.xxx.xxx.xxx network address means your adapter is configured for DHCP and cannot connect to a DHCP server.

1. What type of network do you have?

2. Do you have a DHCP server and if so what are you using ie router, Windows Server 2012 etc.?

#6 User is offline   Distalnak 

  • Group: Members
  • Posts: 5
  • Joined: 15-November 12
  • OS:none specified
  • Country: Country Flag

Posted 30 January 2013 - 10:39 AM

Connecting via router and hard line (wired) connection.
Router does DHCP

I can try to put in a static ip address and see if that will connect....

#7 User is offline   Distalnak 

  • Group: Members
  • Posts: 5
  • Joined: 15-November 12
  • OS:none specified
  • Country: Country Flag

Posted 07 February 2013 - 06:11 AM

Sorry that it has been a few days, but finally got it working. I ended up partially rebuilding.

Now, one last thing... when I try to go into Windows Media Center, I get a software restriction message.

anyone know how to get aroudn this? I have changed the version from WindowsPE to Ultimate in the HKLM\Software\Microsoft\Windows NT\CurrentVersion keys...

#8 User is offline   Distalnak 

  • Group: Members
  • Posts: 5
  • Joined: 15-November 12
  • OS:none specified
  • Country: Country Flag

Posted 08 February 2013 - 06:23 AM

ok, got that working by playing with the reg keys HKLM\Software\Micrsoft\Windows\currentVersion and \Windows nt\current Version as well as the HKLM\System\CS01\Control\ProductOptions.

Next, I am trying to get Terminal Services working. I have it working so that I can TS out fo the box to another machine, but am also trying to get it to work so that I can TS to this box. I have the Windows Firewall enabled and have added both an incoming and outgoing rule to allow MSTSC.exe to communicate through the firewall... interestingly enough, I cannot ping the Win PE computer but can ping my computer from the WinPE computer....

I am wondering if the SSTP service has anything to do with this problem? Thoughts anyone?

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

2 User(s) are reading this topic
0 members, 2 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy