Check alle échte Black Friday-deals Ook zo moe van nepaanbiedingen? Wij laten alleen échte deals zien
Toon posts:

[WINXP] WDS XP uitrollen

Pagina: 1
Acties:

Verwijderd

Topicstarter
Hallo,

Wij gebruiken een WDS server voor het uitrollen van XP op werkstations. Helaas werkt dit niet altijd naar behoren. In sommige gevallen kan de WDS wizard geen verbinding maken met de WDS server. Dit wordt waarschijnlijk veroorzaakt door de driver die niet geinstalleerd kan worden of niet aanwezig is. Dit is duidelijk.

Het vreemde is, dat de PXE boot wel werkt, en er op dat moment wel een verbinding is met de server. Waarom lukt het na de PXE boot niet om een verbinding te maken. Voor de PXE boot is tenslotte ook een verbinding met de server gemaakt.

Iemand enig idee hoe ik dat kan oplossen?

  • TCP_IP
  • Registratie: Juni 2008
  • Laatst online: 05-11 20:42
Wat voor een WDS server? Server2008?

Als je met 5 of meer tegelijk gaat werken dan loopt de boel al snel vast, in dat geval je WDS even aanpassen Als je via multicast doet werkt het allemaal veel sneller en beter.

Verwijderd

Topicstarter
TCP_IP schreef op donderdag 11 juni 2009 @ 16:40:
Wat voor een WDS server? Server2008?

Als je met 5 of meer tegelijk gaat werken dan loopt de boel al snel vast, in dat geval je WDS even aanpassen Als je via multicast doet werkt het allemaal veel sneller en beter.
Server 2008 inderdaad. Vastlopen doet die niet. Maar hij laad de driver niet voor de NIC. Terwijl het werkstation wel de wizard kan opstarten die ook van het netwerk wordt geladen.

  • TCP_IP
  • Registratie: Juni 2008
  • Laatst online: 05-11 20:42
Begrijp het niet helemaal, mijn excuses.

Laadt hij de driver niet voordat de image word opgehaald of nadat de image erop is gezet?
In mijn gedachte was het meestal F12 voor networkboot, dan krijgt ie een IP en begint het proces van image binnenhalen.

Verwijderd

Topicstarter
Sorry voor de onduidelijkheid.

Het gaat als volgt.

Start de PC.

Druk inderdaad op F12. Vervolgens krijg je een laadbalk te zien (kopieren bestanden). Hierna volgt een wizard. In deze wizard kun je verschillende dingen invoeren, zoals Computername, Administrator password etc. In deze wizard gaat het dus fout. Ik krijg geen verbinding met de server, omdat de netwerkkaart niet wordt gevonden, wat heel vreemd is omdat, het PXE booten wel werkt (F12) 8)7

Afbeeldingslocatie: http://thelazyadmin.com/blogs/thelazyadmin/WindowsLiveWriter/BuildingaWindowsXPImageinBDD2007_13ABB/image%7B0%7D_thumb%5B16%5D.png

Hierboven nog een afbeelding van wizard. Misschien maakt dit het duidelijker.

[ Voor 18% gewijzigd door Verwijderd op 12-06-2009 16:01 ]


  • TCP_IP
  • Registratie: Juni 2008
  • Laatst online: 05-11 20:42
Ok, duidelijke taal.

Denk dat ik ook al een oplossing via google heb gevonden:

http://social.technet.mic...1f-4c92-8bde-862af51eb9f2


Ik copy/paste het verhaal wel even:

####################################################################################

The problem:

Even though the PC seems to be booting via PXE boot from BIOS and connecting to the WDS server to run the WDS CAPTURE BOOT IMAGE applet, when you are prompted to CONNECT to the WDS SERVER you get the error "NETWORK PATH CAN NOT BE FOUND". The issue here is that the network driver, although loading in PXE, is not loading in the 32bit Windows PE environment.


The Solution:

When you get to the initial screen prompting you to enter the image name and select the WDS server, (hit SHIFT + F10 BEFORE TRYING TO CONNECT TO THE WDS SERVER!!!)


SHIFT+F10 will bring up an [X:\windows\system32] prompt.

_______________________________________________________________

OPTION ONE:

Drop a CD with the network driver installation EXE or MSI kit in the CD ROM (assuming D:\ is your CD-ROM).

At the command prompt, type: D: (or whatever your CD-ROM drive letter is) and launch the NIC CARD DRIVER INSTALLER. (NOTE: Since WindowsPE is 32 bit, even though you are launching from a DOS prompt, you can run 32 bit applications - This can be really helpful running other utilities (disk dioagnostics, as well!)

_________________________________________

OPTION TWO:

Drop a CD with the network driver installation INF file in the CD ROM (assuming D:\ is your CD-ROM).

From the X:\windows\system32> prompt, type in DRVLOAD {inf path} (ex. DRVLOAD d:\e1000.inf )

_______________________________________________________________


Once your NIC CARD DRIVER is installed, you'll need to go back to the [X:\windows\system32>] prompt. From [D:] type X:


Now that you are back at the Windows PE [X:] prompt, run the following application:


X:\windows\system32> WPEUTIL INITIALIZENETWORK


This applet will initialize the new driver and startup the network in the Windows PE environment.


Verify that this worked by:

a) getting a SUCCESS message for starting the network as WPEUTIL INITIALIZENETWORK finishes running..

b) Do an IPCONFIG and you should now see the full load of IP address information for your PC's adapter on the network.


Once you see that you have an IP ADDRESS assignment, you can close the DOS windows ("X" out in the upper right of the DOS window), and then PROCEED with entering the WDS SERVER NAME and click "CONNECT".


You will then be prompted to provide logon credentials to your WDS server. Once you successfully connect to the WDS server, you can then place the image in the desired WDS image share folder (SVR (server) , WS (workstation), LT (Laptop) , etc.) When you continue from here, you should see a continuous count up of percentage loaded of your image to the server.

  • alt-92
  • Registratie: Maart 2000
  • Niet online

alt-92

ye olde farte

^^

En als ie het dan wel doet, dan zit er een verkeerde driver in je boot image/WDSClient image.

ik heb een 864 GB floppydrive! - certified prutser - the social skills of a thermonuclear device


  • SlinkingAnt
  • Registratie: December 2001
  • Niet online
En die driver kun je eenvoudig toevoegen via oa deze mini-howto.

Als je creatief googled, kun je ook een MS KB-article hierover vinden :)

Intel C2Q 9450@3.3 | Gigabyte P35-DS4 | Sapphire R280x | 4x 2GiB PC6400 Kingston DDR2 | 1x Intel 320SSD 240GB | 2x Spinpoint F1 320GiB


Verwijderd

Topicstarter
TCP_IP schreef op vrijdag 12 juni 2009 @ 17:36:
Ok, duidelijke taal.

Denk dat ik ook al een oplossing via google heb gevonden:

http://social.technet.mic...1f-4c92-8bde-862af51eb9f2


Ik copy/paste het verhaal wel even:

####################################################################################
Bedankt voor de oplossing. Ik ga dit maandag meteen proberen!

Verwijderd

Topicstarter
Nog één vraag.

De Out-Of-Box drivers in de Windows Deployment Bench worden in dit gedeelte dus niet gebruikt?
Pagina: 1