Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Deploy Anywhere fails on Lenovo T410 and Lenovo W510

Updated: 30 May 2010 | 21 comments
pashyn's picture
+1 1 Vote
Login to vote
This issue has been solved. See solution.

Hi,

I just got latest lenovo laptop models Lenovo T410 and Lenovo W510.
Problem is that Deploy Anywhere fails when its trying to copy drivers.

Short error message is:
A cancel has been requested.

Missing drivers detected:

Device type  : Network Device
PCI ID       : PCI\VEN_8086&DEV_10EA&SUBSYS_215317AA&REV_06
Description : Device Description Unavailable

also i added full debug info to attachment if someone can take a look.

Comments

FT4's picture
02
Mar
2010
1 Vote +1
Login to vote

go to

lenovo homepage to download the network drivers for the T410 and The w510 and add/include them in winpe-510 preos image

Read the first two sections to fix your problem
https://www-secure.symantec.com/connect/forums/how-resolve-quotdrivers-could-not-be-found-preos-following-devicesquot

pashyn's picture
02
Mar
2010
1 Vote +1
Login to vote

I have already done that

I have already done that step.
Network is working on Preos (PE2.1) also image is corretly deployed so mass storage drivers are also working.
Im using same drivers on Deploy anywhere driver database that im using at WinPE2.1

pashyn's picture
02
Mar
2010
1 Vote +1
Login to vote

pcidevs.txt is missing

From debug log i can understand that file named pcidevs.txt is missing but i dont understand where is it needed.
Its not needed to any older lenovo models.
What is it used for?

I tried to copy pcidevs.txt from here http://members.datafast.net.au/~dft0802/downloads.htm but it didnt help

pashyn's picture
02
Mar
2010
1 Vote +1
Login to vote

Problem solved 1. Added

Problem solved

1. Added vendor, device, subsystem and revision numbers to pcidevs.txt
2. Deploy anywhere driver was using wrong inf file. Copied e1k5132.inf  from RIS folder and overwrite original e1k5132.inf.

pashyn's picture
03
Mar
2010
1 Vote +1
Login to vote

UPDATE: Problem not solved

Ok. Problem is not fully solved yet....
Now deploy anywhere installs all missing drivers but when windows boots network driver is missing from it. (Windows xp image)
This is the driver im using http://www-307.ibm.com/pc/support/site.wss/documen...

also made topic to lenovo forum about this issue -> http://forums.lenovo.com/t5/T400-T500-and-newer-T-...

pashyn's picture
05
Mar
2010
1 Vote +1
Login to vote

Latest log files

Here are latest log files.

AttachmentSize
ghDplyAw32.txt 751.77 KB
pcidevs.txt 841.01 KB
pashyn's picture
05
Mar
2010
1 Vote +1
Login to vote

Driver

This is the netwrk driver inf file im trying to use.
i can see that it contains PCI\VEN_8086&DEV_10EA&SUBSYS_215317AA
But its still wont work.

any suggestions?

AttachmentSize
e1k5132.txt 95.28 KB
pashyn's picture
05
Mar
2010
1 Vote +1
Login to vote

Prompt for a driver for

Prompt for a driver for device
----------------------------------------------------------------------------
mId                 : PCI\VEN_8086&DEV_10EA&SUBSYS_215317AA&REV_06
mType               : PCI
mDeviceDesc         : @oem17.inf,%e10eanc.devicedesc%;Intel(R) 82577LM Gigabit Network Connection
mService            : e1kexpress
mClassGUID          : {4d36e972-e325-11ce-bfc1-08002be10318}
mClass              : Net
mInfPath            : oem17.inf
mInfSection         : E10EA.6.0.1
mInfSectionExt      :
mMatchingDeviceId   : pci\ven_8086&dev_10ea&subsys_215317aa
mDriver             : {4d36e972-e325-11ce-bfc1-08002be10318}\0000
mInstance           : 3&b1bfb68&0&C8
mHardwareIds
    PCI\VEN_8086&DEV_10EA&SUBSYS_215317AA&REV_06
    PCI\VEN_8086&DEV_10EA&SUBSYS_215317AA
    PCI\VEN_8086&DEV_10EA&CC_020000
    PCI\VEN_8086&DEV_10EA&CC_0200
mCompatibleIds
    PCI\VEN_8086&DEV_10EA&REV_06
    PCI\VEN_8086&DEV_10EA
    PCI\VEN_8086&CC_020000
    PCI\VEN_8086&CC_0200
    PCI\VEN_8086
    PCI\CC_020000
    PCI\CC_0200
mServices
mInfFile details
    mpath           :
    mInfSource      : Unknown - should not happen    <- What could this mean?
    mHardwareId     :
    mDescription    :
    mRank           : 4294967295
    mDate           : 1601-01-01Z
mServicesInitialized: 0
mDeviceDriverStart  : Unknown
mIsTargetDevice     : 0
mDDBOsIndex         : 0
PCI Class Code      : 0x200 is not necessary for boot.

pashyn's picture
05
Mar
2010
2 Votes +2
Login to vote

FINALLY SOLVED!

Here is solution.

I had to modify e1k5132.inf

Under section

[Intel.NTx86.5.1]

i added

%E10EANC.DeviceDesc%            = E10EA,       PCI\VEN_8086&DEV_10EA
%E10EANC.DeviceDesc%            = E10EA,       PCI\VEN_8086&DEV_10EA&SUBSYS_215317AA

These is modified driver in attchments ready for download.

i wasted almost 2 full working days to solve this....
I hope this helps someone else in future.

also pcedevs.txt is not needed.

AttachmentSize
NIC_XP_t410.zip 280.61 KB
Styriait's picture
16
Mar
2010
1 Vote +1
Login to vote

Hello,   We have the same

Hello,

 

We have the same problem. We using WDS for imaging our new clients. I tryied to add your driver in our winpe image.

But when i boot from the network and the winpe start, he coudn´t find the nic-driver.

 

Do you have a solution?

noodleNT's picture
26
Apr
2010
1 Vote +1
Login to vote

I had the same problem with

I had the same problem with the Windows7 64 bit drivers. I had to modify elk62x64.inf

Under section

[Intel.NTamd64.6.1]

i added

%E10EANC.DeviceDesc%            = E10EA,       PCI\VEN_8086&DEV_10EA
%E10EANC.DeviceDesc%            = E10EA,       PCI\VEN_8086&DEV_10EA&SUBSYS_215317AA

noodleNT's picture
27
Apr
2010
1 Vote +1
Login to vote

Have the same problem with

Have the same problem with the wireless driver now but this time I can't find where to edit the inf file. Is there a way to setup DA to ignore a driver? I really don't need the wireless installed during windows setup.

I have tried the Lenovo and Intel Win7 x64 Drivers Only with no luck. Keeps prompting for:

PCI\VEN_8086&DEV_4239&SUBSYS_13118086&REV_35

pashyn's picture
16
Mar
2010
2 Votes +2
Login to vote

what hardware id you have?

i can add your device id to inf file if you give your hardware id (PCI ID)

 

are you using PE2.1? if yes you can use this driver http://www-307.ibm.com/pc/support/site.wss/documen...

It works without modifications atleast for me.

Styriait's picture
16
Mar
2010
1 Vote +1
Login to vote

WOW thanks for the fast

WOW thanks for the fast answer!

 

I hope this is the id you want.

I get it from the Error massage: PCI\VEN_8086&DEV_10EA&SUBSYS_215317AA&REV_06

 

PS: Yes we use PE2.1 to install our clients with WIN_XP.

Now we get the new lenovo T510 serie for information, but the driver shoud be the same as the T410

 

 

pashyn's picture
16
Mar
2010
1 Vote +1
Login to vote

That hardware id is same as

That hardware id is same as mine T410 so that driver that i shared before should work.

 

What versio you have from Deploy anywhere (Ghost Solution version)?

You need to have version 11.5.1.2266 to get this driver working.

Styriait's picture
16
Mar
2010
1 Vote +1
Login to vote

No we use Windows Deployment

No we use Windows Deployment Service (Win2008srv). I found your topic at google. And so i hoped that even you can help us because it is the same error.

 

Styriait's picture
16
Mar
2010
1 Vote +1
Login to vote

Solved to ;-)

Hi i found my mistake, the vista driver works fine.

Thank you

PCGirl's picture
17
Mar
2010
1 Vote +1
Login to vote

PXE boot with Lenovo T410 or T510

Has anyone tried PXE booting to a Ghostcast server with the T410 or T510?  We keep receiving a "PXE-E74 bad or missing pxe menu and or prompt information" error message.  We ran into the same problem with the Lenovo X200 but worked around it by downgrading the BIOS.  The BIOS downgrade on the T410 or T510 did not help us.  We are running the latest version Symantec Ghost 11.5.1.2266 and only have 5 selections in the PXE menu.  After getting this error, we can take any Dell computer that we have and PXE boot without any issues.  Any thoughts?

Regards,
PCGirl

pashyn's picture
18
Mar
2010
1 Vote +1
Login to vote

PXE works

PXE boot work fine in my site using Lenovo T410

PXE server is Altiris Deployment solution 6.9 SP3

We only have 3 options on PXE menu

1. Boot WinPE 1.6
2. Boot WinPE 2.1
3. Boot from harddrive

pashyn's picture
18
Mar
2010
1 Vote +1
Login to vote

Try GPXE

You should try if GPXE works on your Lenovo's
http://en.wikipedia.org/wiki/GPXE

its a simple bootcd that has PXE support

johnnyh's picture
29
Apr
2010
0 Votes 0
Login to vote

I get no luck with this. Have

I get no luck with this.

Have a boot image on my wds and have added the vista win32 and winx64 inf files but same error. can't find card driver.
I'm installing windows 7 from my wds.

any ideas?

edit:
anyone that having a boot.wim that is working and can put it up for download?