Jump to content


  • 0
fabdub

Lenovo OSD driver problem

Question

Hi,

I have a problem deploying my win7 image to lenovo models 81 and m90z.

It used to work on MDT without any problem with the same imported drivers.

It currently works with the m55 m57 m58 models.

 

The problem is that network drivers don't seem to install properly so the task install windows but that's it.

If I boot into windows with the local admin password I see no drivers installed : network nor video.

 

The drivers I imported are from the lenovo web site and I don't see why it would cause problems.

I don't use the driver packages.

 

Do you have any idea on how to work around this ?

 

 

thanks very much!

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

You may have to create an Auto Apply Drivers item in your OS task sequence before the generic "Apply Device Drivers" item that is limited to a category containing the known good driver. What might be happening is that the machine is picking up a NIC driver it "thinks" is the right one, and thus not continuing to search the driver repository any further. You'll probably need to use a WMI filter for the specific model to ensure that it doens't cause problems with yet other models.

 

For example, to filter things so that only a Dell Latitude E6420 would initiate the section, you could use a filter query like this:

select * from Win32_ComputerSystem where Model like "%E6420%"

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.