06-24-2010 02:38 PM - edited 06-24-2010 02:41 PM
Hi community!
I have to set up a bunch of T410 laptops and try to load an image via WDS. I've downloaded and injected the proper drivers into a WDS image (32 bit drivers and 32 bit wim, both Win7), but the network card isn't working. ipconfig /all only shows a "hybrid" miniint-xxxxxxx, but no ethernet adapter.
On the command line (Shift+F10) the driver can be loaded manually from the injected boot.wim via
drvload X:\Windows\System32\DriverStore\FileRepository\e1k
After loading the driver with drvload the Intel 82577LM is up and running.
Any help would be greatly appreciated!
content of X:\Windows\System32\DriverStore\FileRepository\e1k
24.06.2010 21:46 4.436 component.man
14.12.2009 15:37 94.434 e1k6232.inf
18.12.2009 05:31 10.136 e1k6232.cat
10.12.2009 08:36 214.696 e1k6232.sys
09.10.2009 10:43 3.138 e1k6232.din
26.05.2009 08:05 28.792 NicCo36.dll
10.10.2009 22:28 62.144 NicInstK.dll
21.04.2009 15:39 72.288 e1kmsg.dll
setupapi.app.log (only failed; full log exceed 20,000 character limit):
[Device Install Log]
OS Version = 6.1.7600
Service Pack = 0.0
Suite = 0x0100
ProductType = 1
Architecture = x86
[BeginLog]
[Boot Session: 2010/06/24 22:56:15.468]
(...)
>>> [DIF_SELECTBESTCOMPATDRV - PCI\VEN_8086&DEV_10EA&SUBSYS_215317AA&REV_06\3&B1B
>>> Section start 2010/06/24 22:56:38.666
cmd: X:\Sources\setup.exe
!!! dvi: Loading module 'X:\WINDOWS\system32\wlaninst.dll' failed.
!!! dvi: Error 126 loading CoInstaller(wlaninst.dll,WlanDeviceClassCoInstalle
!!! dvi: Loading module 'X:\WINDOWS\system32\wwaninst.dll' failed.
!!! dvi: Error 126 loading CoInstaller(wwaninst.dll,WwanDeviceClassCoInstalle
<<< Section end 2010/06/24 22:56:38.697
<<< [Exit status: SUCCESS]
(...)
>>> [Build Driver List - PCI\VEN_8086&DEV_3B67&SUBSYS_216217AA&REV_06\3&B1B
>>> Section start 2010/06/24 22:56:43.611
cmd: X:\Sources\setup.exe
cpy: Policy is set to make all digital signatures equal.
<<< Section end 2010/06/24 22:56:43.689
<<< [Exit status: SUCCESS]
! cci: NCI: Failed to read config from registry. hr = 0x80070002
>>> [Build Driver List - ROOT\MS_MSCLIENT\0000]
>>> Section start 2010/06/24 22:56:43.720
cmd: X:\Sources\setup.exe
cpy: Policy is set to make all digital signatures equal.
<<< Section end 2010/06/24 22:56:43.814
<<< [Exit status: SUCCESS]
(...)
>>> [SetupInstallServicesFromInfSectionEx - MSClient.ndi.Services]
>>> Section start 2010/06/24 22:56:43.814
cmd: X:\Sources\setup.exe
<<< Section end 2010/06/24 22:56:43.814
<<< [Exit status: FAILURE(0xe0000101)]
(...)
>>> [SetupInstallServicesFromInfSectionEx - MS_NETBT_SMB.PrimaryInstall.Services]
>>> Section start 2010/06/24 22:56:44.750
cmd: X:\Sources\setup.exe
<<< Section end 2010/06/24 22:56:44.750
<<< [Exit status: FAILURE(0xe0000101)]
(...)
>>> [DIF_SELECTBESTCOMPATDRV - PCI\VEN_8086&DEV_10EA&SUBSYS_215317AA&REV_06\3&B1B
>>> Section start 2010/06/24 22:56:46.824
cmd: X:\Sources\setup.exe
!!! dvi: Loading module 'X:\WINDOWS\system32\wlaninst.dll' failed.
!!! dvi: Error 126 loading CoInstaller(wlaninst.dll,WlanDeviceClassCoInstalle
!!! dvi: Loading module 'X:\WINDOWS\system32\wwaninst.dll' failed.
!!! dvi: Error 126 loading CoInstaller(wwaninst.dll,WwanDeviceClassCoInstalle
<<< Section end 2010/06/24 22:56:46.840
<<< [Exit status: SUCCESS]
Solved! Go to Solution.
06-29-2010 08:49 AM
did you manage to solve? I have exactly the same problem?
Cheers
06-30-2010 12:25 AM
I started from scratch with a fresh boot.wim from Win7 32bit and used dism (AIK for Windows 7, download from http://www.microsoft.com/downloads/details.aspx?fa
Just for documenation: if you want to run XP on T410 you have to change 'SATA Controller Mode Option' to 'Compatibility' in BIOS (Config > Serial ATA (SATA)) to prevent BSOD.
07-07-2010 12:18 AM
Do you have another solution for this? We are trying to build winpe 3.0 for x64 .. and the network drivers are not loaded. we've tried your solution but we see the same failure "NIC: failed to read config from registry" in the log files.
07-07-2010 01:29 AM
Sorry, I didn't test x64. Surely e1k6232.inf is the 32bit driver. Did you use the proper x64 driver an can the driver be loaded via drvload?
Where is the benefit using a 64bit start image? Imho also Win7 x64 should be setup via WDS using a 32bit start image.
07-07-2010 04:21 AM
I just tried it. It does not work. When I am trying to ping 127.0.0.1 it says Unable to contact IP driver. General failure. This is on x86. And on x64 pinb 127.0.0.1 works, but to another ip PING: transmit failed. General failure. Any thoughts on these errors?