May 3, 200422 yr Hi all!I'm a newbie on Windows PE... n i'm just trying to add network drivers in my Custom CD... So i hav follow-up instructions to do that; i hav found theses files that may concern nic (the mobo is a MSI K7N2G):nvenet.catjedih2rx.binramsed.binjedireg.patnvenet.sysnvenetxp.infso i've delete the .cat (not used, right?), and put the .sys into the system32\drivers folder, the .inf into the inf folder n all others in system32...but when winPE load, it fail on Network Installer...What is wrong?PS: i already do that for a dlink nic and it was working fine so im wondering what is the pb...
May 12, 200422 yr nvenet.cat -> deletejedih2rx.bin -> deleteramsed.bin -> deletejedireg.pat -> deletenvenet.sys -> system32 and system32\driversnvenetxp.inf -> infWorks for me.BUT:anyone got the nForce3/250 drivers working?
May 14, 200422 yr hello,this is sufficient?you don´t need to add any entries in winbom.ini or winpeoem.sif?at the moment i am trying to add the intel 1000-network drivers that way, but it won´t work
May 14, 200422 yr Normally you can just do what is described in the PE documentation : put the files in the right place...but it seems it doesn't work as expected, it's not the first time someone has this problem.I don't have the solution...but it's becoming a common issue :/
May 17, 200422 yr The problem is, that the location of files is uncertain. With most NIC drivers, you put the .INF file in I386\INF, the .SYS file in I386\SYSTEM32\DRIVERS and all other files in I386\SYSTEM32.But some drivers, like the nVidia or Intel NIC drivers, put the files in other locations.What you can do to find the right locations, is install Windows, install the NIC, and search the files. Write down where the files are found, and put them in the same location on the WinPE CD.This works almost all the time, I only have a problem with the new nForce3-250 chipset.
May 26, 200422 yr 'Twould seem the Intel 100/1000 driver is stubborn to installation using the normal "put files here" method. I even created an installation capture on "regular" XP SP1 using WinInstall LE 2003 to note file locations, and I had all the files in the same locations (except the INF files which got renamed to OEM1.INF and OEM2.INF). One thing I saw was that in regular XP SP1, which recognized the card, it was originally using the E1000NT5.SYS driver.I switched to a build of MS PE created from Server 2003 instead of WinXP SP1, and the Pro/1000 XT in my test system was recognized right away. That eliminates the problem, but doesn't answer the question of why XPSP1-PE didn't load the E1000325.INF file.The native 2003 file that loads support is NETE1000.INF. The only file listed in the [e1000.CopyFiles] section is e1000325.sys,,,2 - don't know if that "2" refers to the [WinntDirectories] value of "2" = system32, but the driver is only in the DRIVERS folder.I'm going to try using the Win2003 INF/SYS in a WinXP SP1 PE and see what happens. Ve let you know.-syrynxx
May 26, 200422 yr No dice with the transplanted E1000325.INF and SYS files from 2003 in XP PE. I am baffled. Ich bin baff. Je nege. And so on.-syrynxx
May 28, 200422 yr I have that Intel driver working in XP PE.Couldn't get it to work in the beginning, gave up in the end.Later, I created a new revision of PE for some other card (without removing the Intel NIC files) and to my surprise, the Intel NIC worked, and it still does several PE revision further.......I am playing with XP PE SP2 RC1 at the moment, and it has a new tool to inject drivers into PE (before creating the ISO). I think this tool also works with the current PE, as it only copies the files to the right locations.I'd like to supply the file to you, but I think that violates the copyrights...
June 3, 200422 yr am trying to do the same thing with my "marvell yukon" the dir includes some htm, dll and the catafter deleting those i remain with the yukonwxp.infyukonwxp.sysso i put those in system32\infsystem32\driverand then it should boot ? or am i forgetting something here
June 7, 200422 yr The Marvel Yukon is a tricky card.yukonwxp.inf -> \I386\INFyukonwxp.sys -> I386\SYSTEM32\DRIVERSgewmi.mof -> I386\SYSTEM32\WBEM\MOF (create the directory!)mrvdlg.dll -> I386\SYSTEM32I couldn't get this one to work at first, but I placed the gewmi.mof file in the wrong dir.
November 29, 200421 yr I had all these problems too for Intel Pro/1000 XT booting with winpe xpsp2. This worked for me!For .iso, copy these to sytem32:31000325.din, e1000msg.dll, IntelNic.dll and Prounstl.exeDrivers:e1000325.sysINF:oem2.inf
July 7, 200521 yr Hey,got to your post by google. I am using Bart Network Boot disk with the same card, Marvell Yukon . I had a ton of trouble finding the cab for the Marvell Yukon gigabit ethernet card and ended up making my own. it is located at http://dsanchez.homelinux.net/~rbanerje/yuknd.cabhope it is helpful to others out there.
July 21, 200521 yr drvinst anyone?Or just build your source with /pnp and put the .inf files in i386\INF, .sys files in i386\System32\drivers and that's it. pnp detect will do the rest for you when factory.exe runs.
Create an account or sign in to comment