Jump to content

Recommended Posts

Posted

hi

 

I've just set up WDS on my SBS 2011 std and am trying to capture the images of some new bespoke pc's I've build, all using Gigabyte MOBO's. However when ever I try to capture the image I get a message about no matching network card drivers installed.

I can't put the drivers directly into WDS as they're not signed apparently and when I try and install them using DISM it seems to make no difference.

Does anyone have any suggestions please.

 

thanks

 

Elliott

Posted
standard gigabyte network card drivers - for windows 7 x64 - I had downloaded the ini's but wds didn't seem to like them and suggested they were unsigned :(
Posted

Hi, you can add unsigned drivers, its just a bit of a pain to do.

 

Injecting x64 unsigned drivers to boot.wim

 

 

Download correct driver

 

 

PXE boot > Wait for Error about Network Driver > Shift F10 >mount drive with driver on (Diskpark) and Exit

 

Check you have the correct driver - boot the PC and wait for error

 

 

> Shift F10 >drvload "\enter path to driver"\nameofdriver.inf > initializeNetwork >IPConfig /all - check for IP

 

 

On the server – take a copy of your boot.wim

# Mount the boot.wim image.

dism /Mount-wim /WimFile:\boot.wim /index:2 /MountDir:

 

 

# Add a single driver

Dism /Image: /Add-Driver /Driver:c:\drivers\mydriver.INF

 

 

# Or recursive if you have a directory full of drivers

Dism /Image: < pathtomountedwimfile> /Add-Driver /Driver:c:\drivers /Recurse

 

 

# For unsigned drivers

Dism /Image: < pathtomountedwimfile > /Add-Driver /Driver:c:\drivers\mydriver.INF /ForceUnsigned

 

 

# Save the changes to boot.wim.

Dism /Unmount-Wim /MountDir: /Commit

  • Thanks 1
Posted

that sorted it :)

 

I was missing the line with "forceunsigned" - now I just need to work out how to capture the image as it's only giving me the option to deploy?!!!!!!!

Posted

in the WDS console right click your boot image with the correct driver and click create capture image......if when you have done this the capture images fails to allow the machine to boot. mount the image using dism, don't make any changes then unmount and commit, re-import the image and you should be good to go.

 

oh an you will will need to sysprep the pc otherwise the drive won't show up in the capture menu.

  • Thanks 1
Posted

so my capture worked fine (I believe) but now I'm getting WDSClient: an error occurred while obtaining an IP address from the DHCP server --- I have tried injecting loads of different drivers from the original gigabyte mobo cd but it has made no difference :(

 

HELP

 

thx

 

Elliott

Posted
THERE'S YOUR PROBLEM!!

 

Change it to legacy BIOS. Usually in the advanced bit, make sure PXE is enabled in legacy mode.

 

if you have a 2012r2 server and a windows 8.1/10 boot image you don't need to do that and are better off not as the cps boot faster I find in uefi mode

Posted
if you have a 2012r2 server and a windows 8.1/10 boot image you don't need to do that and are better off not as the cps boot faster I find in uefi mode

 

OP said they were using SBS 2011...?

 

I've found UEFI never works for me. I'm using 2008 R2. I deploy Windows 7 images and with new laptops I have to revert to legacy BIOS to reimage the machine, then you can put the bios back to UEFI for Windows 8.1 / 10 builds. I believe UEFI won't work with Windows 7 though (not in the several schools I've set up WDS in anyways!).

Posted
OP said they were using SBS 2011...?

 

I've found UEFI never works for me. I'm using 2008 R2. I deploy Windows 7 images and with new laptops I have to revert to legacy BIOS to reimage the machine, then you can put the bios back to UEFI for Windows 8.1 / 10 builds. I believe UEFI won't work with Windows 7 though (not in the several schools I've set up WDS in anyways!).

no im not 100% sure win7 supports uefi at least out of the box

Posted
uefi windows 7 works absolutlely fine and I've captured images with it, BUT I can't rollout those images using wds apparently - so do I have to convert the windows 7 installation to bios (if even possible) or start again from scratch with a bios image
Posted

OK does your image machine not boot with legacy BIOS enabled then?

 

Have you tried putting a machine into legacy BIOS to put the image on it, then changing the BIOS back to UEFI when it's imaged?

  • Thanks 1
Posted
Excellent! Good to hear. I've had nightmares with UEFI BIOSes, imaging and acer machines in the past. This was all in a reception classroom. It was a living nightmare! Hah!

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



×
×
  • Create New...