bluelou Posted August 27, 2004 Posted August 27, 2004 I know this has been a topic before, but I still need to be sureOn my Toshiba Tecra M2 under driver details on my netwrok card it says that the files are placed under the \system32 folder. 1 of the files is placed under \system32\drivers folder. When I copy those files under my \system32 and \system32\drivers folder on my PE source I would expect it to work. But it does not. When I PXE boot from my RIS server chooseing PE is stops under the loading of WindowsPE says that it cannot find the needed network driver. Got any ideas guys?
likuidkewl Posted August 27, 2004 Posted August 27, 2004 Adding 3rd party drivers to the Pe imagehttp://oem.microsoft.com/script/contentpag...d=520851#issue4Troubleshooting Network connections in WinPEhttp://oem.microsoft.com/script/contentpag...x?pageid=520906
ChrisBaksa Posted August 30, 2004 Posted August 30, 2004 The INF file goes in the I386\INF directory and the SYS file goes in the \I386\System32\Drivers Directory.Depending on the driver... you may need additional files which would go in \I386\System32.Chris
bluelou Posted August 30, 2004 Author Posted August 30, 2004 THnx for the feedback, but somehow this does not work.I have problem with the HP D530 Small Form Factor Modell and the Toshiba Tecra M2 laptop. The HP uses a Broadcom network adapter and the Toshiba uses a Intel adapter.Anyone have any experience with those models?
likuidkewl Posted August 30, 2004 Posted August 30, 2004 Have you looked through these links?http://www.msfn.org/board/index.php?showtopic=16764Most importantly the MS forums.
bluelou Posted August 30, 2004 Author Posted August 30, 2004 Yes I have, and I have also tried with no luck.. So here is what I doI have installed WinPE suooprt for RIS. So when I PXE boot i will get the WinPE.However on my HP Compaq D530 SFF and on my Toshiba Tecra M1 and M2 this is not working (it works on all computers that have native drivers support for their NIC in Win XP, so I might be doin something wring)I have installed Win XP manually on those models, and ofcoz WinXP cannot find the driver for the NIC. I have downloaded the different NIC drivers and installed 'em. Works fine. I extract the .inf the .sys the .cat .bin .dll .din files that are aviable and place them under the following structure on my WinPE (RIS) share.I386\INF for my .inf filesI386\system32\Drivers for my .sys filesI386\system32 for everything else.I then boot my RIS server and PXE boots into the RIS menu. When doing this on my D530 or Toshiba Tecra modells it never works. It stops during the loading sessions saying "The operating system image you selected does not contain the necessary drivers for your network adapter................" However when doin this on the computers that has native NIC driver support in WinXP it works perfect. So what am I doing wrong.
likuidkewl Posted August 30, 2004 Posted August 30, 2004 What version of WinPE are you using? Also I searched the MS OEM system builder site here and couldn't find your post. Also have you tried builing your PE image with SP2 or not?//EDIT//Also, do you have physical access to the machine? If so when you type "netcfg -v -s a" does it show your network adapter?
bluelou Posted August 30, 2004 Author Posted August 30, 2004 Version 1.2Not posted anything on the OEM forum.Not useing sp2
likuidkewl Posted August 30, 2004 Posted August 30, 2004 (edited) Version 1.2Not posted anything on the OEM forum.Not useing sp2New WinPE will be available to Sys. Builders soon, seems to fix some errors, also I am thinking back and i had this problem to when running "factory -winpe", I fixed it by utilizing a batch which included this:regsvr32 /s netcfgx.dllfactory -minintnetcfg -v -winpenet start dhcpnet start nlaThis uses plug and play to find your network card.//EDIT//Didn't we cover this before and you said you got it working here:http://www.msfn.org/board/index.php?showto...ndpost&p=177237 Edited August 30, 2004 by likuidkewl
bluelou Posted August 30, 2004 Author Posted August 30, 2004 I have those lines in my startnet.cmd fileAlso my PE over RIS fails before it can load startnet.cmd. (coz of the the missing network drivers)When I run the PE from a CD, it loads but it does not load with drivers for my NIC.(coz the correct drivers are not there)If that did make any sense.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now