Seite 1 von 1

[SOLVED] Drivers Win7 x64 DELL

Verfasst: 14 Sep 2012, 09:28
von o.ferre
Hi,

i've got a problem with some Dell series and drivers for Windows7-X64

The model is Dell Precision T3400 (and i think T3500 too) ; and the driver is Broadcom 57XX Gigabit Integrated Controller (LAN Driver)
I use PXE installation ; After the first reboot of the computer, the window "c:\opsi\startnet.cmd initializing...please wait... the command finish successfully" ; after that appears the Microsoft window "Start the installation program"... and then I come back again with the commindline windows and the prompt "x:\windows\system32>"

has soemone got this Dell series and the same problem ?

Thanks
O.Ferre

Re: Drivers Win7 x64 DELL

Verfasst: 14 Sep 2012, 10:59
von koepkek
Hi

you take the special DELL-WINPE Drivers into the WINPE?

http://download.uib.de/opsi4.0/doc/html ... ckages-nt6

Help this?

regards

Karsten Köpke

Re: Drivers Win7 x64 DELL

Verfasst: 17 Sep 2012, 15:01
von o.ferre
Hi,
well, there's no winpe pack for this model (precicison t3400)

so i download driver directly from broadcom site ; but its always the same problem.

Thanks a lot
O.Ferre

Re: Drivers Win7 x64 DELL

Verfasst: 18 Sep 2012, 08:35
von wolfbardo
Hi,

the winpedriver pack from Dell is not per model

http://en.community.dell.com/techcenter ... r-cab.aspx

regards,
Bardo Wolf

Re: Drivers Win7 x64 DELL

Verfasst: 18 Sep 2012, 10:46
von o.ferre
Thanks Bardo Wolf

i've just put the dirvers into the WINPE ; put, i always got the same problem
so I don't really know if it is a problem with the winpe or the drivers into opsi (/opt/pcbin/install/product/drivers...)

when I return in the commindline windows and the prompt "x:\windows\system32>" I can see in the file c:\opsi\work.cmd that it try to load the b57nd60a.inf driver (in c:\drv\2)

the ethernet controller Broadcom NetXtreme BCM5754 Gigabit Ethernet PCI Controller.

thanks a lot
O.Ferre

Re: Drivers Win7 x64 DELL

Verfasst: 18 Sep 2012, 13:24
von wolfbardo
Hi,
o.ferre hat geschrieben: i've just put the dirvers into the WINPE ;
Did you run

Code: Alles auswählen

create_driver_links.py
again?

Please post the Output from

Code: Alles auswählen

opsi-package-manager -l win7-x64
showdrivers.py <client>
regards,
Bardo Wolf

Re: Drivers Win7 x64 DELL

Verfasst: 18 Sep 2012, 13:33
von d.oertel
Hi,

according to your first post the winpe starts and is able to start the windows setup.exe.

So this means we have no problem with winpe drivers.
We have to think why the setup crashes.
First candidate:
Did you make changes at the uattend.xml ?

regards
d.oertel

Re: Drivers Win7 x64 DELL

Verfasst: 19 Sep 2012, 11:01
von o.ferre
Hi,
yes of course i make some changes at the unattend.xml.

so after your post, I try to replace the unattend.xml with the unattend.xml (unattend.xml.template) that I find in /opt/pcbin/install/products/opsi/
and it works !!
so I modify my unattend.xml and the problem is here :

Code: Alles auswählen

  ====================
  WINDOWSPE SETTINGS
  ====================
  The windowsPE configuration pass is used to configure settings specific to Windows PE as well as settings that apply to installation.
  For example, you can specify the display resolution of Windows PE, where to save a log file, and other Windows PE-related settings.
  -->
  <settings pass="windowsPE">

    <component name="Microsoft-Windows-PnPCustomizationsWinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      <DriverPaths>
        <PathAndCredentials wcm:keyValue="1" wcm:action="add">
          <Path>C:\drv</Path>
        </PathAndCredentials>
      </DriverPaths>
    </component>
I comment this part and it works !
Thanks a lot D.Oertel for your help

Olivier