Ghost Solution Suite

 View Only
Expand all | Collapse all

Deploy Anywhere fails on Lenovo T410 and Lenovo W510

Migration User

Migration UserMar 05, 2010 04:52 AM

  • 1.  Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 02, 2010 09:01 AM
      |   view attached
    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.

    Attachment(s)

    txt
    debug.txt   904 KB 1 version


  • 2.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 02, 2010 02:18 PM
    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


  • 3.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 02, 2010 11:40 PM
    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


  • 4.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 03, 2010 12:28 AM
    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


  • 5.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 03, 2010 01:53 AM
    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.




  • 6.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 03, 2010 03:18 AM
    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/document.do?lndocid=MIGR-74426

    also made topic to lenovo forum about this issue -> http://forums.lenovo.com/t5/T400-T500-and-newer-T-series/T410-and-W510-Intel-82577LM-driver-is-not-compatible-with/td-p/209776


  • 7.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 05, 2010 04:52 AM
    Here are latest log files.

    Attachment(s)

    txt
    ghDplyAw32_0.txt   751 KB 1 version
    txt
    pcidevs.txt   841 KB 1 version


  • 8.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 05, 2010 04:56 AM
      |   view attached
    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?

    Attachment(s)

    txt
    e1k5132.txt   95 KB 1 version


  • 9.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 05, 2010 05:25 AM
    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.


  • 10.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510
    Best Answer

    Posted Mar 05, 2010 06:31 AM
      |   view attached
    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.

    Attachment(s)

    zip
    NIC_XP_t410.zip   280 KB 1 version


  • 11.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 16, 2010 06:05 AM

    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?



  • 12.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 16, 2010 06:10 AM

    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/document.do?lndocid=MIGR-74428

    It works without modifications atleast for me.



  • 13.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 16, 2010 06:20 AM

    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

     

     



  • 14.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 16, 2010 07:10 AM

    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.



  • 15.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 16, 2010 07:21 AM

    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.

     



  • 16.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 16, 2010 07:44 AM

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

    Thank you



  • 17.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 17, 2010 11:44 AM

    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



  • 18.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 18, 2010 06:24 AM
    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


  • 19.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Mar 18, 2010 07:04 AM
    You should try if GPXE works on your Lenovo's
    http://en.wikipedia.org/wiki/GPXE

    its a simple bootcd that has PXE support


  • 20.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Apr 26, 2010 05:15 PM
    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


  • 21.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Apr 27, 2010 12:42 PM
    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


  • 22.  RE: Deploy Anywhere fails on Lenovo T410 and Lenovo W510

    Posted Apr 29, 2010 06:13 AM

    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?