[SOLVED] Drivers Win7 x64 DELL
[SOLVED] Drivers Win7 x64 DELL
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
ENS de Lyon
Re: Drivers Win7 x64 DELL
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
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Drivers Win7 x64 DELL
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
ENS de Lyon
Re: Drivers Win7 x64 DELL
the winpedriver pack from Dell is not per model
http://en.community.dell.com/techcenter ... r-cab.aspx
regards,
Bardo Wolf
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Drivers Win7 x64 DELL
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
ENS de Lyon
Re: Drivers Win7 x64 DELL
Did you runo.ferre hat geschrieben: i've just put the dirvers into the WINPE ;
Code: Alles auswählen
create_driver_links.py
Please post the Output from
Code: Alles auswählen
opsi-package-manager -l win7-x64
showdrivers.py <client>
Bardo Wolf
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Drivers Win7 x64 DELL
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
Vielen Dank für die Nutzung von opsi. Im Forum ist unser Support begrenzt.
Für den professionellen Einsatz und individuelle Beratung empfehlen wir einen Support-Vertrag und eine Schulung.
Gerne informieren wir Sie zu unserem Angebot.
uib GmbH
Telefon: +49 6131 27561 0
E-Mail: sales@uib.de
Re: Drivers Win7 x64 DELL
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>
Thanks a lot D.Oertel for your help
Olivier
ENS de Lyon