Jump to content

IBM Thinkcentre and Intel Extreme Graphics sysprep


baza23

Recommended Posts

I've got a problem with some machines in work, the IBM Thinkcentre and Netvista series, they both have onboard Intel Extreme Graphics. The problem is that if I include the path to the Intel Extreme Graphics drivers in the oempnpdrivers line of sysprep.inf and run the mini-setup, upon bootup the PC hangs, so I have to turn it on and off, anyone have any ideas to get around this?

I've found someone with the same issue here, but can't get his solution to work.

http://www.toussaint.ca/unattend/IntelExtremeSysprep.html

Link to comment
Share on other sites


  • 3 weeks later...

Hi,

My first post, so hoping it helps someone...

We also have a lot of these IBM computers at work, so I also created an unattended setup for them. I install the drivers like this:

Using [GuiRunOnce]

from install.cmd,

ECHO.

ECHO Installing Intel Video Drivers

ECHO Please wait...

start /wait %systemdrive%\install\video\SETUP -overwrite -nolic -s

as documented inside the driver's Readme.txt file, section 7. Installs without problems. You can even set the resolution, refresh rate and bits-per -pixel, just have a look at the readme mentioned.

Also the sound drivers :

ECHO.

ECHO Installing SoundMax Audio Drivers

ECHO Please wait...

start /wait c:\install\sound\setup -s

There, hope it helps.

Link to comment
Share on other sites

Yes, I definitvely agree, I've got the same problem using IBM hardware (M50 -8187 machyne type) , to me the only solution was to install the INF and the Sound using an unattanded method, none of the standard drivers installation method has worked.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...