Jump to content











Photo
- - - - -

PENetwork did'nt load config at startup


  • Please log in to reply
5 replies to this topic

#1 Chilloutfaktor

Chilloutfaktor
  • Members
  • 5 posts
  •  
    Germany

Posted 11 July 2011 - 04:26 PM

Hi there,
I've the config like that - and want to get an profile selector gui at startup. But if i build the pe, the config is totaly empty (also the profile list). If i reaload/import the config via the builded .ini file i have the different profiles.

Any ideas why my config file get not loaded at start?

Posted Image

thanks for any help :cheers:

Chill

#2 Chilloutfaktor

Chilloutfaktor
  • Members
  • 5 posts
  •  
    Germany

Posted 12 July 2011 - 07:37 AM

Here the Debug from PENM after Startup PE:
12.07.2011;09:21:46 -> IN: PENM version: 0.56

12.07.2011;09:21:46 -> IN: OS: WIN_2008

12.07.2011;09:21:46 -> IN: SP: Service Pack 1

12.07.2011;09:21:46 -> IN: OS lang: 0407

12.07.2011;09:21:46 -> IN: Proc arch: X86

12.07.2011;09:21:46 -> IN: Check for WinPE

12.07.2011;09:21:46 -> IN: IsWinPE20

12.07.2011;09:21:46 -> IN: Default net utility: netcfg.exe

12.07.2011;09:21:46 -> IN: Network check - TCPIP network support not installed yet

12.07.2011;09:21:46 -> IN: SystemSetupInProgress - value: 1

12.07.2011;09:21:46 -> IN: FirstRun - AutoStart: True

12.07.2011;09:21:46 -> IN: FirstRun - TopMostStartup: True

12.07.2011;09:21:46 -> IN: FirstRun - SmallTabStartup: True

12.07.2011;09:21:46 -> IN: FirstRun - ForceScanOnStartup: False

12.07.2011;09:21:46 -> IN: FirstRun - ShowTrayActivity: False

12.07.2011;09:21:46 -> IN: FirstRun - ShowMain: False

12.07.2011;09:21:46 -> IN: FirstRun - MinimizeToTray: False

12.07.2011;09:21:46 -> IN: FirstRun - EnableAutoIP: True

12.07.2011;09:21:46 -> IN: FirstRun - UseProfiles: False

12.07.2011;09:21:46 -> IN: FirstRun - UseProfileSelect: True

12.07.2011;09:21:46 -> IN: FirstRun - Profile-Default: 

12.07.2011;09:21:46 -> IN: FirstRun - UseProfileCountdown: False

12.07.2011;09:21:46 -> IN: FirstRun - ProfileCount: 0

12.07.2011;09:21:46 -> IN: FirstRun - UseStartCountdown: True

12.07.2011;09:21:46 -> IN: FirstRun - StartCount: 5

12.07.2011;09:21:46 -> IN: FirstRun - StartSharing: False

12.07.2011;09:21:46 -> IN: FirstRun - ShareAll: False

12.07.2011;09:21:46 -> OK: NetJoinDomain: WORKGROUP

12.07.2011;09:21:46 -> IN: DetectDevices


#3 wimmaker

wimmaker

    Member

  • Members
  • 55 posts
  •  
    United States

Posted 12 July 2011 - 02:32 PM

While i mainly work with XP, i feel the need to ask two dumb questions...
(#1 was replaced by the following question...)
1)Are you sure you have been saving the individual profiles?
2)have you tried editing the file IN the build folder like in a notepad?
(p.s if you don't know how, but want to try #2, let me know with general details and i try to build you myself...)

Edited by wimmaker, 12 July 2011 - 02:40 PM.


#4 Chilloutfaktor

Chilloutfaktor
  • Members
  • 5 posts
  •  
    Germany

Posted 13 July 2011 - 07:54 AM

Hi wimmaker,

first #1 - SURE :smiling9:
I've also tried to place the ini file at windows\system32 and the program folder itself, but didn't work. (load at startup)
If i go to profile and open the ini file by hand it works and i get the profiles..... (But no profile selector)

I've saved it as PENetwork.ini and PE_NETWORK.ini as well. (may if that's a problem)


Here is my ini file:
;*** Profile description ***

; For additional options use the profile editor

;

; Computername		- max. 15 chars; ? = random A-Z; + = random 0-9

;

; Workgroup		- network group to join; max. 15 chars

;

; NetAdapterX.UseDHCP	- 0/1 - use dynamic IP address for Netadapter X

; NetAdapterX.IP	- Static IP address(es) if DHCP=0 for Netadapter X - comma separated

; NetAdapterX.SM	- Static subnet mask(s) if DHCP=0 for Netadapter X - comma separated

; NetAdapterX.DG	- Static gateway(s) for Netadapter X - comma separated

; NetAdapterX.DNS	- Static DNS server address(es) for Netadapter X - comma separated

; NetAdapterX.WINS	- Static WINS server address(es) for Netadapter X - comma separated

; NetAdapterX.MAC	- Selfdefined MAC address for Netadapter X

;

; StartSharing		- Yes/No - Automatically start sharing after starting all network services

; ShareAll		- Yes/No - Automatically share all local drives

;

; Netpath		- predefined network path's which appear in network connect dialog

;

; Desc.LineX		- Profile description starting with index 1

;

; CMDStart.CMDX		- Command to run after starting network; starting with index 1

; CMDStart.StartX	- Normal/Hide/Minimized/Maximized; command startup mode; starting with index 1

; CMDStart.WaitX	- Wait/Nowait; command wait, means: just executing or wait until finished

;

;****************************

;ProfileDefault=Dynamic IP address



[PENetwork]

ProfileDefault=

UseProfileSelect=Yes

UseProfileCountdown=Yes

ProfileCountdown=30



[NetProfiles]

Dynamic IP address=

BBB-Leitstand=

NVASchur=

Static IP address=



[NVASchur]

Computername=RESTORE-NVA?

Workgroup=WORKGROUP

NetAdapter1.UseDHCP=0

NetAdapter1.IP=192.168.213.5

NetAdapter1.SM=255.255.255.0

NetAdapter1.DG=192.168.213.1

NetAdapter1.DNS=192.168.200.10

NetAdapter1.WINS=

NetAdapter1.MAC=

NetAdapter2.UseDHCP=0

NetAdapter2.IP=192.168.213.6

NetAdapter2.SM=255.255.255.0

NetAdapter2.DG=192.168.213.1

NetAdapter2.DNS=192.168.200.10

NetAdapter2.WINS=

NetAdapter2.MAC=

StartSharing=

ShareAll=

NetPath=images

NetDrv.Path1=\\nas\Backups

NetDrv.User1=

NetDrv.Pass1=

NetDrv.Letter1=S:

Desc.Line1=

CMDChange.CMD1=ping 192.168.213.1 -t

CMDChange.Start1=Normal

CMDChange.Wait1=Yes



[BBB-Leitstand]

Computername=RESTORE-PE?

Workgroup=WORKGROUP

NetAdapter1.UseDHCP=0

NetAdapter1.IP=192.168.201.5

NetAdapter1.SM=255.255.255.0

NetAdapter1.DG=192.168.201.1

NetAdapter1.DNS=192.168.200.10

NetAdapter1.WINS=

NetAdapter1.MAC=

NetAdapter2.UseDHCP=0

NetAdapter2.IP=192.168.201.6

NetAdapter2.SM=255.255.255.0

NetAdapter2.DG=192.168.201.1

NetAdapter2.DNS=192.168.200.10

NetAdapter2.WINS=

NetAdapter2.MAC=

StartSharing=

ShareAll=

NetPath=images

NetDrv.Path1=\\nas\Backups

NetDrv.User1=

NetDrv.Pass1=

NetDrv.Letter1=S:

Desc.Line1=

CMDChange.CMD1=ping 192.168.201.1 -t

CMDChange.Start1=Normal

CMDChange.Wait1=Yes



[Dynamic IP address]

Computername=RESTORE-PE?

Workgroup=WORKGROUP

NetAdapter1.UseDHCP=1

NetAdapter1.IP=

NetAdapter1.SM=

NetAdapter1.DG=

NetAdapter1.DNS=

NetAdapter1.WINS=

NetAdapter1.MAC=

StartSharing=

ShareAll=

NetPath=images

NetDrv.Path1=\\nas\Backups

NetDrv.User1=

NetDrv.Pass1=

NetDrv.Letter1=S:

Desc.Line1=IP: DHCP

Desc.Line2=Computername: MININT-PE....

Desc.Line3=Workgroup: workgroup



[Static IP address]

Computername=MININT-PE??++

Workgroup=WORKGROUP

NetAdapter1.UseDHCP=0

NetAdapter1.IP=192.168.0.200

NetAdapter1.SM=255.255.255.0

NetAdapter1.DG=192.168.0.1

NetAdapter1.DNS=

NetAdapter1.WINS=

NetAdapter1.MAC=

StartSharing=

ShareAll=

NetPath=images

NetDrv.Path1=\\nas\Backups

NetDrv.User1=

NetDrv.Pass1=

NetDrv.Letter1=S:

Desc.Line1=IP: 192.168.0.200

Desc.Line2=SM: 255.255.255.0

Desc.Line3=DG: 192.168.0.1

Desc.Line4=Computername: MININT-PE....

Desc.Line5=Workgroup: workgroup



[Dark]

ClrStateGreen		=0x00D000

ClrStateRed		=0xD25000

ClrSvcStart		=0x44DD44

ClrSvcStop		=0xDD4444

ClrBtnChkTxt		=0x000000

ClrBtnChkBk		=0xC5E0F0

ClrBtnChkGrad		=0x708090

ClrBtnUnchkTxt		=0x000000

ClrBtnUnchkBk		=0xE0F5FF

ClrBtnUnchkGrad		=0xB0D5D0

ClrBtnDhcpTxt		=0x000000

ClrBtnDhcpBk		=0xD0F5A8

ClrBtnDhcpGrad		=0x90A580

ClrBtnTxtDisabled	=0x353535

ClrBtnBkActive		=-1

ClrBtnFocus		=0xFF9000

ClrBtnNormalTxt		=0x000000

ClrBtnNormalBk		=0xFEFEFE

ClrBtnNormalGrad	=0xB0ADAD

ClrBtnFrame		=0x000000

ClrWiFiConnect		=0xFF9000

ClrTITxt		=0xFFFFFF

ClrTIBk			=0xF09040

ClrTIGrad		=0x804020

ClrTISelTxt		=0xFFA040

ClrTISelBk		=0x505050

ClrTISelGrad		=0x505050

ClrTIFocus		=0xFF9000

ClrTIConfTxt		=0x000000

ClrTIConfBk		=0xE0E0E0

ClrTIConfGrad		=0x606060

ClrTIConfSelTxt		=0xFFFFFF

ClrTIConfSelBk		=0x707070

ClrTIConfSelGrad	=0x707070

ClrGUIBkMain		=0x2F2F2F

ClrGUIBk		=0x505050

ClrGUIBkSub		=0x2F2F2F

ClrGUIBkConf		=0x707070

ClrTIWiFiTxt		=0x000000

ClrTIWiFiBk		=0xD4D4D6

ClrTIWiFiGrad		=0xD4D4D6

ClrTIWiFiSelTxt		=0x000000

ClrTIWiFiSelBk		=0xE6E4E4

ClrTIWiFiSelGrad	=0xE6E4E4

ClrGUIBkWiFi		=0xE6E4E4

ClrGUIBkAuth		=0xE6E4E4

ClrLblNormal		=0xFFFFFF

ClrLblConf		=0xFFFFFF

ClrLblWiFi		=0x000000

ClrLVWiFiBk		=0x2F2F2F

ClrLVWiFiTxt		=0xFFFFFF

ClrLVSharesTxt		=0xFFFFFF

ClrLVSharesBk		=0x2F2F2F

ClrLVDrivesTxt		= 0xFFFFFF

ClrLVDrivesBk		= 0x2F2F2F

ClrLVNetDrvTxt=0xFFFFFF

ClrLVNetDrvBk=0x2F2F2F

ClrLVPingTxt=0xFFFFFF

ClrLVPingBk=0x2F2F2F

ClrLProfileTxt=0xFFFFFF

ClrLProfileBk=0x2F2F2F

ClrLExtTxt=0xFFFFFF

ClrLExtBk=0x2F2F2F



[Silver]

ClrStateGreen		=0x007500

ClrStateRed		=0xB00000

ClrSvcStart		=0x44DD44

ClrSvcStop		=0xDD4444

ClrBtnChkTxt		=0x000000

ClrBtnChkBk		=0xC8DCFF

ClrBtnChkGrad		=0x96AAE6

ClrBtnUnchkTxt		=0x000000

ClrBtnUnchkBk		=0xE6FFFF

ClrBtnUnchkGrad		=0xB4D2D2

ClrBtnDhcpTxt		=0x000000

ClrBtnDhcpBk		=0xF0FFCD

ClrBtnDhcpGrad		=0xBECD9B

ClrBtnTxtDisabled	=0x353535

ClrBtnBkActive		=-1

ClrBtnFocus		=0xFF9000

ClrBtnNormalTxt		=0x000000

ClrBtnNormalBk		=0xFEFEFE

ClrBtnNormalGrad	=0xACACB0

ClrBtnFrame		=0x000000

ClrWiFiConnect		=0x0000FF

ClrTITxt		=0x000000

ClrTIBk			=0xD0D0D4

ClrTIGrad		=0x8D8D91

ClrTISelTxt		=0x000000

ClrTISelBk		=0xE4E4E8

ClrTISelGrad		=0xE4E4E8

ClrTIFocus		=0xFF9000

ClrTIConfTxt		=0x000000

ClrTIConfBk		=0xFFFFFF

ClrTIConfGrad		=0xBEBEC2

ClrTIConfSelTxt		=0x000000

ClrTIConfSelBk		=0xBEBEC2

ClrTIConfSelGrad	=0xBEBEC2

ClrGUIBkMain		=0xD4D4D8

ClrGUIBk		=0xE4E4E8

ClrGUIBkSub		=-1

ClrGUIBkConf		=0xBEBEC2

ClrTIWiFiTxt		=0x000000

ClrTIWiFiBk		=0xFFFFFF

ClrTIWiFiGrad		=0xBEBEC2

ClrTIWiFiSelTxt		=0x000000

ClrTIWiFiSelBk		=0xE4E4E8

ClrTIWiFiSelGrad	=0xE4E4E8

ClrGUIBkWiFi		=0xE4E4E8

ClrGUIBkAuth		=0xE4E4E8

ClrLblNormal		=0x000000

ClrLblConf		=0x000000

ClrLblWiFi		=0x000000

ClrLVWiFiBk		=0xFFFFFF

ClrLVWiFiTxt		=0x000000

ClrLVSharesTxt		=0x000000

ClrLVSharesBk		=0xFFFFFF

ClrLVDrivesTxt		= 0x0

ClrLVDrivesBk		= 0xFFFFFF

ClrLVNetDrvTxt=0x000000

ClrLVNetDrvBk=0xFFFFFF

ClrLVPingTxt=0x000000

ClrLVPingBk=0xFFFFFF

ClrLProfileTxt=0x000000

ClrLProfileBk=0xFFFFFF

ClrLExtTxt=0x000000

ClrLExtBk=0xFFFFFF



[Schemes]

Default=Silver

Scheme1=Dark

Scheme2=Silver

Edited by Chilloutfaktor, 13 July 2011 - 08:01 AM.


#5 wimmaker

wimmaker

    Member

  • Members
  • 55 posts
  •  
    United States

Posted 13 July 2011 - 01:41 PM

Challenge Accepted!
(just let me get a win7pe project and dig up my win7 disc... :smiling9: )
(+ i forgot to ask which 7 you were using...)

Edited by wimmaker, 13 July 2011 - 01:55 PM.


#6 wimmaker

wimmaker

    Member

  • Members
  • 55 posts
  •  
    United States

Posted 13 July 2011 - 03:26 PM

an hour later*(sorry in advance for bad spelling)
Well, i downloaded and built a win7PE using your posted .ini(which i tried to match with the posted picture in the build[actual build] editor)
copied it to USB(i don't cd/iso or whatever matter, ultimately the wim is what's loaded)
booted into it after five minutes(since my pc is picky when switching so quickly)
and this is odd, because it shows up just fine.

This bring several two things to mind...
* Since i used the Win7 install folder(my home basic, but i modified into an all versions...), it auto select Ultimate for me. What was your source?
* Since my build was a default/minimum build, is it possible something internet related maybe conflicting with each other?




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users