Jump to content

Recommended Posts

Posted

We have purchased over 100 ASUS ET2400INT All-In-One PCs and decided to create a Windows 7 Ent 64bit image using WDS. However when we PXE boot to Win PE 3.0 we get the generic microsoft message saying that we need the correct network driver.

 

We have injected numerous realtek win7 (32 and 64 bit) from ASUS and Realtek but still no joy.

 

Has anyone else experienced this problem who could provide a solution?

Posted

Could you run the following command (from the command prompt) and post the hardware ID?

 

wmic nic where (NetConnectionID="Local Area Connection") get PNPDeviceID | find "PCI\"

Posted

Can I also mention, I can boot my old win pe 2.0 (x86) for my winxp images with network access, so I have correct drivers in there for vista 32bit architecture!

 

However that is no good, I need to boot with PE 3.0 and deploy win7 x64

 

This is really frustrating me, especially when I have injected the correct drivers.

Posted

is your boot image x86 or x64 (regardless of the os youre deploying you need x86 drivers for an x86 boot.wim and so on)

 

How are you injecting the drivers and are you sure thats working correctly?

Posted

My boot image is x64 and I'm injecting my drivers by mounting my wim file and using the following command:

 

DISM /image:c:\winpe_x64\mount /Add-Driver /driver:C:\YOUR_FOLDER_OF_INF_DRIVERS\ /recurse

 

and then unmounting it and adding it to WDS

Posted
Does it work if you do a fresh install of 7 from CD then add the drivers to the install. It could be that the driver si not adding properly or there is a conflicting version of driver. I had this with an intel NIC driver for a Toshiba laptop (why am I not supprised). That would inject but simply would not work under WinPE, I ended up having to use an older version of the driver that would work then installing the latest one afterwards because they had screwed something up in the driver which prevented it from being picked up under PE.
Posted
and then unmounting it and adding it to WDS

Are you committing the changes when unmounting the WIM? Just thought I would check. :)

dism /Unmount-Wim /Commit /MountDir:C:\winpe_x64\mount

Posted
Are you committing the changes when unmounting the WIM? Just thought I would check. :)

dism /Unmount-Wim /Commit /MountDir:C:\winpe_x64\mount

 

I am committing the unmount.

 

I do a fresh install of 7 and device manager doesn't see the nic driver. I install the same driver that I injected into win PE manually through device manager and it successfully installs.

 

:(

Posted (edited)

Would it be possible to post the commands you are using? e.g.

 

:: [b]Delete resources associated with a mounted image that have been corrupted[/b] (Optional)
dism /Cleanup-Wim

:: [b]Mount boot.wim[/b]
dism /Mount-Wim /WimFile:C:\WinPE_x64\Boot\boot.wim /Index:2 /MountDir:C:\WinPE_x64\Mount

:: [b]Inject drivers[/b]
dism /Image:C:\WinPE_x64\Mount /Add-Driver:C:\WinPE_x64\Drivers /recurse

[b]or[/b]

dism /Image:C:\WinPE_x64\Mount /Add-Driver:C:\WinPE_x64\Drivers\Realtek\x64\rt64win7.inf

:: [b]List injected drivers[/b] (Optional)
dism /Image:C:\WinPE_x64\Mount /Get-Drivers /Format:Table

:: [b]Unmount the boot.wim and commit changes[/b]
dism /Unmount-Wim /Commit /MountDir:C:\WinPE_x64\Mount

 

If you still don't have any luck with DISM, have you tried adding the drivers to your boot image via the WDS console (right-click your boot image under "Boot Images", select "Add Driver Packages to Image", follow Wizard)?

 

I do a fresh install of 7 and device manager doesn't see the nic driver. I install the same driver that I injected into WinPE manually through device manager and it successfully installs.

Are you injecting the driver(s) into your install image too (Windows 7 x64)?

Edited by Arthur
  • 2 months later...
Posted

Hello Guys

 

I'm looking for a solution for this problem since one month ago.

 

We're using a ASUS P7H55-M/USB3 Board with Realtek RTL8811E Gigabit Controller.

We have injected all possible drivers from ASUS and Realtek to the boot.wim and still no success!

 

We deploy our Images over WDS with MS Server 2008 R2.

 

We've tried all possible boot.wim files, Win Vista, 7 (x86 and x64).

 

With an another Board from ASUS (P7P55D-E) with Realtek RTL8112L it works without problems.

 

Did someone found a solution for this?

 

many thanks and sorry for my poor english!

mike

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



  • 47 When would you like EduGeek EDIT 2025 to be held?

    1. 1. Select a time period you can attend


      • I can make it in June\July
      • I can make it in August\Sept
      • Other time period. Comment below
      • Either time

×
×
  • Create New...