Jump to content


  • 0
anyweb

Windows Deployment Services (WDS)

Question

What is WDS ?

 

Windows Deployment Services (Windows DS or WDS) is the updated/redesigned version of RIS (Remote Installation Services).

 

It replaces Remote Installation Services (RIS) and is available as an add-on for Windows 2003 SP1 through the WAIK (Windows Automated Installation Kit).

 

How can I install it in Server 2003 SP1 ?

 

If you want to install it in Windows Server 2003 Sp1 then use the included EXE file on the WAIK DVD (or mount the ISO) The WDS installation file (for Windows Server 2003 SP1) is available in two versions

 

windows-deployment-services-update-x86.exe

 

and

 

windows-deployment-services-update-amd64.exe

 

choose whichever version is appropriate to your release.

 

How can I install it in Server 2003 SP2 ?

 

Windows Deployment Services is included in Windows Server 2003 SP2. To install WDS in Server 2003 SP2, go into control panel, add remove programs and click on Add Remove Windows Components

 

arcomponents.JPG

 

Scroll down to the bottom, select Windows Deployment Services by placing a checkmark and click Next.

 

select wds.JPG

 

 

If it prompts for the CD enter it and click next, click Finish when done.

 

finsih when done.JPG

 

You will be prompted to restart the server, so click on Yes to reboot.

 

restart.JPG

 

How can I install it in Server 2008 ?

 

WDS is a role in Windows Server 2008, you just have to add it and configure it.

 

 

 

What can I do with WDS ?

 

With WDS, you can install Windows Vista, Windows Server 2008, Windows XP, Windows Server 2003, and Windows 2000 images. In addition, the WIM images are sysprepped. Windows Deployment

Services uses WinPE as the boot environment on the target PC, WinPE can be customised and WinPE is deployed as a compressed WIM image with RAMDISK boot support.

 

WDS provides a new set of management tools for common server tasks, for example there is the UI tool itself which is a MMC console application, and there is a command line tool which is scriptable (wdsutil), both of these tools use the MGMT API layer. WDS can be remotely administered and the management console can handle multiple WDS servers.

 

WDS offers a capture utility, a GUI utility to capture images into WIM format, this is a light version of imageX/capture functionality plus a UI. WDS features an Active Directory users and computers extension and an updated version of RISETUP (Windows Server 2003 only). Windows Server 2008 will offer multicast capabilites with WDS.

 

How does WDS work ?

 

There are three modes of operation for WDS.

 

Legacy

 

In Legacy mode (Windows Server 2003), the WDS server uses WDS binaries but gives RIS functionality, it still uses the 'dos' based oschooser and RISetup and RIPrep funtionality. Management is via RIS utilities.

 

Mixed

 

In mixed mode (Windows Server 2003), WDS offers both OSChooser and WinPE booting, plus RISetup, RIPrep and WIM functionality. Management of RIS is via the RIS utilities, and management of WDS via the WDS mmc console or command line utility (wdsutil). The mode requires that RIS has been pre-configured on the Windows 2003 server.

 

Native

 

In native mode (both Windows Server 2003 and Windows Server 2008), there is NO RIS functionality, you will only have access to WinPE or WIM images. Management of WDS is via the WDS mmc console or via command line, and Native mode is the only option in Windows Server 2008.

 

 

If you would like to configure WDS via the MMC gui then please read this post.

 

Troubleshooting WDS

 

IF you get access denied errors when configuring WDS via the command prompt:-

 

see below

 

D:\Program Files\Windows Resource Kits\Tools>wdsutil /verbose /progress /initial

ize-server /reminst:"e:\RemoteInstall"

 

Windows Deployment Services Management Utility [Version 6.0.6000.16386]

Copyright © Microsoft Corporation. All rights reserved.

 

Setting up server...

 

-> Creating Windows Deployment Services installation tree

 

---> Creating Windows Deployment Services installation root at \\xavhk8rtapbn5jr

.ris.local\e$\RemoteInstall

 

---> Creating Windows Deployment Services share at \\xavhk8rtapbn5jr.ris.local\R

EMINST

 

---> Creating Windows Deployment Services folder \\xavhk8rtapbn5jr.ris.local\REM

INST\Images

 

 

An error occurred while trying to execute the command.

Error Code: 0x5

Error Description: Access is denied.

 

the access denied error above occurred immediatly after trying to create a folder called images on the WDS SHARE (REMINST). So I checked the properties of the share and gave EVERYONE full acess. Now when I tried wdsutil it worked, see below.

 

D:\Program Files\Windows Resource Kits\Tools>wdsutil /verbose /progress /initial

ize-server /reminst:"e:\RemoteInstall"

 

Windows Deployment Services Management Utility [Version 6.0.6000.16386]

Copyright © Microsoft Corporation. All rights reserved.

 

Setting up server...

 

-> Creating Windows Deployment Services installation tree

 

---> Creating Windows Deployment Services installation root at \\xavhk8rtapbn5jr

.ris.local\e$\RemoteInstall

 

---> Creating Windows Deployment Services share at \\xavhk8rtapbn5jr.ris.local\R

EMINST

 

---> Creating Windows Deployment Services folder \\xavhk8rtapbn5jr.ris.local\REM

INST\Images

 

---> Creating Windows Deployment Services folder \\xavhk8rtapbn5jr.ris.local\REM

INST\Boot

 

---> Creating Windows Deployment Services folder \\xavhk8rtapbn5jr.ris.local\REM

INST\Boot\x86\Images

 

---> Creating Windows Deployment Services folder \\xavhk8rtapbn5jr.ris.local\REM

INST\Boot\ia64\Images

 

---> Creating Windows Deployment Services folder \\xavhk8rtapbn5jr.ris.local\REM

INST\Boot\x64\Images

 

---> Creating Windows Deployment Services folder \\xavhk8rtapbn5jr.ris.local\REM

INST\Boot\Fonts

 

---> Creating Windows Deployment Services folder \\xavhk8rtapbn5jr.ris.local\REM

INST\Mgmt

 

---> Creating Windows Deployment Services folder \\xavhk8rtapbn5jr.ris.local\REM

INST\WdsClientUnattend

 

---> Creating Windows Deployment Services folder \\xavhk8rtapbn5jr.ris.local\REM

INST\Templates

 

-> Installing Windows Deployment Services files

 

---> Installing system files

.

 

---> Installing boot files for x86

....

 

---> Installing boot files for ia64

..

 

---> Installing boot files for x64

..

 

-> Updating registry

 

-> Configuring the TFTPD service

 

-> Configuring BINL SCP

 

Enabling Windows Deployment Services services...

 

Restarting active Windows Deployment Services services...

 

The command completed successfully.

 

 

 

So to recap:- to initialize your WDS server you could do it via the gui wizard

 

wds_not_configured_yet.JPG

 

or via command line by issuing

 

wdsutil /verbose /progress /initialize-server /reminst:"e:\RemoteInstall"

 

the e:\Remoteinstall path should be changed to the path of your RemoteInstall folder. In addition once done make sure to open up the WDS MMC gui at least once.

 

 

 

You can use WDS to capture 4 types of images

 

* boot

* capture

* install

* discover

 

A discover image is used when you do not have access to a PXE server.

 

 

how can I CAPTURE an Image using WDS ?

 

To capture an image using WDS do as follows

 

how can I DEPLOY an Image using WDS ?

 

To deploy an image using WDS do as follows:

Share this post


Link to post
Share on other sites

Recommended Posts

  • 0

I've configured a WDS server on Server 2008 R2. I've set the response policy to respond to all, I've configured DHCP correctly but when I do a PXE boot from some clients PC `s get the Following error,

 

PXE-T04: Access Violation

PXE-E36: Error received from TFTP server

PXE-M0F: Exiting PXE ROM

Share this post


Link to post
Share on other sites

  • 0

Now we have removed SCCM box from the network. Please provide the solution without SCCM. We are using only MDT 2010 with WDS. Still we are getting the same error msg.

PXE-T04: Access Violation

PXE-E36: Error received from TFTP server

PXE-M0F: Exiting PXE ROM

Share this post


Link to post
Share on other sites

  • 0

And we can not this command also.

C:\Users\Administrator>wdsutil /get-server /show

Windows Deployment Services Management Utility [Version 6.1.7600.16385]

Copyright © Microsoft Corporation. All rights reserved.

 

An error occurred while trying to execute the command.

Error Code: 0xC1040104

Error Description: The value is not optional for parameter /show in command /get-server.

  • Like 1

Share this post


Link to post
Share on other sites

  • 0

Please find the WDS server log file (am really sorry becaz Icont able to attach this)

Kindly provide the solution ASAP)

 

[1532] 09:24:14: ===>Starting logging of module [WDSServer]

[1532] 09:24:14: [uDPPorts] Policy: 1, Dynamic Port Range: 64001-65000.

[1532] 09:24:14: [RPC] Using Tcp Port 5040 for Rpc Calls.

[1532] 09:24:14: [RPC] Client Impersonation Logging=Disabled

[1532] 09:24:14: [RPC] Host Name: BLR-MDTSRV-01.robox.int

[1532] 09:24:14: [RPC] NTLM/Kerberos Spn: ldap/BLR-MDTSRV-01.robox.int

[1532] 09:24:14: [RPC] Initialized

[1576] 09:24:14: [RPC] Server Started.

[1532] 09:24:15: [bINLSVC][RPC][Ep={5F4FB9F0-C0E3-41C1-AA00-9A7C690AC3A3}] Registered

[1532] 09:24:15: [bINLSVC] Provider Initialized.

[1532] 09:24:15: [WDSDDPS][RPC][Ep={FA0A27E1-C2BA-4B3B-94B2-025E82FFAA6D}] Registered

[1532] 09:24:15: [WDSDDPS][RPC][Ep={011D24AC-CB3A-4739-A339-5D2E1B5306CE}] Registered

[1532] 09:24:20: [WDSDDPS] Provider Initialized.

[1532] 09:24:20: [6265][WdsImgSrv] -> WdsProviderInitialize

[1532] 09:24:20: [6265][WdsImgSrv] GetDSSServer: Domain=

[1532] 09:24:20: [6265][WdsImgSrv] GetDSServer: Ldap Server=BLR-DC-01.robox.int

[1532] 09:24:20: [6265][WdsImgSrv] CLdap::Open: Server=BLR-DC-01.robox.int, Port=389, DN=

[1532] 09:24:20: [6265][WdsImgSrv] GetDSSServer: Domain=robox.int

[1532] 09:24:20: [6265][WdsImgSrv] GetDSServer: Ldap Server=BLR-DC-01.robox.int

[1532] 09:24:20: [6265][WdsImgSrv] CLdap::Open: Server=BLR-DC-01.robox.int, Port=389, DN=

[1532] 09:24:20: [6265][WdsImgSrv] -> pInitializeManagement

[1532] 09:24:20: [6390][WdsImgSrv] <- pInitializeManagement=0

[1532] 09:24:20: [6390][WdsImgSrv] -> pWdsImgSrvRefreshSettings

[1532] 09:24:20: [6609][WdsImgSrv] <- pWdsImgSrvRefreshSettings=0

[1532] 09:24:20: [6671][WdsImgSrv] Image Cache: Refreshing...

[1532] 09:24:20: [6687][WdsImgSrv] Image Cache: Total 0 Images Found.

[1532] 09:24:20: [WdsImgSrv][RPC][Ep={D8DEEB5A-EFFD-43B2-99FC-1A8A5921C227}] Registered

[1532] 09:24:20: [6687][WdsImgSrv] <- WdsProviderInitialize=0

[1532] 09:24:20: [WdsImgSrv] Provider Initialized.

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Exp Window Size=8 packets.

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Max Window Size=64 packets.

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Max Repairs=2

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Client Inactive Timeout=60000ms

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Client Keep Alive Interval=15000ms

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Kick Interval=15000ms

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Socket Send Buffer Size=16384 bytes

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Socket Recv Buffer Size=16384 bytes

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Multicast TTL=32

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Open Window Interval=40ms

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Open Cache Interval=20ms

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Close Cache Interval=600ms

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Security Mode=65537

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: RSA Key Length=2048

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Hash Algorithm=32780

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: HMAC Algorithm=32777

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: HMAC Symmetric Key Algorithm=26115

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: HMAC Symmetric Key Length=0

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Server: Maximum Bandwidth=100%

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Max Bandwidth Per Session Group=0

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Slow Client Handling Policy=1

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Slow Client Fallback=1

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Slow Client Wait Time=5000 ms

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Low Resources Monitor=0

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Application: Block Size=8785 bytes

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Application: Boot Block Size=1024 bytes

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Application: Inactive Session Timeout=300000ms

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Application: Inactive Namespace Timeout=1800000ms

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Application: CRR Merge Interval=30000ms

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Application: Force CIR Interval=60000ms

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Server: Allow Boot Clients=1

[1532] 09:24:21: [7093][WDSMC] Profile[Default] Transport: Force IPv4=0

[1532] 09:24:21: [7093][WDSMC] [bandwidth] Maximum 100% bandwidth usage allowed.

[1532] 09:24:22: [8359][WDSMC] Content Provider: Name=WDS, DLL=C:\Windows\system32\wdscp.dll, InitRoutine=WdsTransportProviderInit

[1532] 09:24:22: [8500][WDSMC] Content Provider 'WDS' Initialized.

[1532] 09:24:22: [8500][WDSMC] Content Provider: Name=WDSBOOT, DLL=C:\Windows\system32\wdsbcp.dll, InitRoutine=WdsTransportProviderInitialize

[1532] 09:24:22: [8609][WDSMC] Content Provider 'WDSBOOT' Initialized.

[1532] 09:24:22: [8609][WDSMC] [bandwidth] Maximum 100% bandwidth usage allowed.

[1532] 09:24:22: [WDSMC][RPC][Ep={865BCE30-ACF1-410C-B5ED-142096663914}] Registered

[1532] 09:24:22: [WDSMC][RPC][Ep={6F13A317-3687-4B54-81A5-504DAA9062FA}] Registered

[1532] 09:24:22: [WDSMC][uDP][Ep=5041] Registered

[1532] 09:24:22: UpdEndpoint::UdpEndpoint = 0000000001476360

[1532] 09:24:22: [WDSMC][uDP][Ep=fe80::bdaf:6285:a518:a4aa:5041][0x0000000001476360] Created

[1532] 09:24:22: UpdEndpoint::UdpEndpoint = 00000000013E7920

[1532] 09:24:22: [WDSMC][uDP][Ep=172.16.100.209:5041][0x00000000013E7920] Created

[1532] 09:24:22: UpdEndpoint::UdpEndpoint = 0000000000EDAEA0

[1532] 09:24:22: [WDSMC][uDP][Ep=::1:5041][0x0000000000EDAEA0] Created

[1532] 09:24:22: [WDSMC] Provider Initialized.

[1532] 09:24:22: [8625][WDSPXE] -> CBannedGuids::Initialize

[1532] 09:24:22: [8625][WDSPXE] -> CBannedGuids::Shutdown

[1532] 09:24:22: [8625][WDSPXE] <- CBannedGuids::Shutdown=0

[1532] 09:24:22: [8625][WDSPXE] <- CBannedGuids::Initialize=0

[1532] 09:24:22: [8625][WDSPXE] Initializing BINLSVC Provider using 'C:\Windows\system32\binlsvc.dll'.

[1532] 09:24:22: [8625][WDSPXE] [bINLSVC] GetDSSServer: Domain=

[1532] 09:24:22: [8625][WDSPXE] [bINLSVC] GetDSServer: Ldap Server=BLR-DC-01.robox.int

[1532] 09:24:22: [8625][WDSPXE] [bINLSVC] CLdap::Open: Server=BLR-DC-01.robox.int, Port=389, DN=

[1532] 09:24:22: [8625][WDSPXE] [bINLSVC] GetDSSServer: Domain=robox.int

[1532] 09:24:22: [8625][WDSPXE] [bINLSVC] GetDSServer: Ldap Server=BLR-DC-01.robox.int

[1532] 09:24:22: [8625][WDSPXE] [bINLSVC] CLdap::Open: Server=BLR-DC-01.robox.int, Port=389, DN=

[1532] 09:24:27: [13765][WDSPXE] BINLSVC Provider initialized successfully.

[1532] 09:24:27: [13765][WDSPXE] Bind Policy: Exclude Registered

[1532] 09:24:27: [WDSPXE][uDP][Ep=67] Registered

[1532] 09:24:27: UpdEndpoint::UdpEndpoint = 0000000000EDD560

[1532] 09:24:27: [WDSPXE][uDP][Ep=172.16.100.209:67][0x0000000000EDD560] Created

[1532] 09:24:27: [WDSPXE][uDP][Ep=4011] Registered

[1532] 09:24:27: UpdEndpoint::UdpEndpoint = 000000000128E320

[1532] 09:24:27: [WDSPXE][uDP][Ep=172.16.100.209:4011][0x000000000128E320] Created

[1532] 09:24:27: [13765][WDSPXE] Rogue Detection: Auth Recheck Time=3600

[1532] 09:24:27: [13765][WDSPXE] Rogue Detection: Auth Failure Retry Time=30

[1532] 09:24:27: [13765][WDSPXE] Rogue Detection: Disable Rogue Detection=Yes

[1532] 09:24:27: [13765][WDSPXE] Rogue Detection: Authorization State Changed. Old=Not Authorized, New=Authorized

[1532] 09:24:27: [WDSPXE] Provider Initialized.

[1676] 09:24:27: [13765][WDSPXE] Rogue Detection: Wait=0

[1676] 09:24:27: [13765][WDSPXE] Rogue Detection: Server Role=NT5 Domain

[1676] 09:24:27: [13765][WDSPXE] Rogue Detection: Server Domain=robox.int

[1676] 09:24:27: [13765][WDSPXE] Rogue Detection: Wait=3600

[1532] 09:24:27: [13859][WDSTFTP] CTftpServer::ReadParameters: Root Folder=D:\RemoteInstall

[1532] 09:24:27: [13859][WDSTFTP] CTftpServer::ReadParameters: File Cache Size=524288 Bytes

[1532] 09:24:27: [13859][WDSTFTP] CTftpServer::ReadParameters: Socket Send Buffer Size=0 KB

[1532] 09:24:27: [13859][WDSTFTP] CTftpServer::ReadParameters: No limit on Negotiated Block Size

[1532] 09:24:27: [13859][WDSTFTP] CFolderFilter::ReadParameters: Read Filter[0] = '\boot\*'

[1532] 09:24:27: [13859][WDSTFTP] CFolderFilter::ReadParameters: Read Filter[1] = '\tmp\*'

[1532] 09:24:27: [13859][WDSTFTP] CFolderFilter::ReadParameters: Read Filter[2] = 'boot\*'

[1532] 09:24:27: [13859][WDSTFTP] CFolderFilter::ReadParameters: Read Filter[3] = 'tmp\*'

[1532] 09:24:27: [WDSTFTP][uDP][Ep=69] Registered

[1532] 09:24:27: UpdEndpoint::UdpEndpoint = 00000000018415E0

[1532] 09:24:27: [WDSTFTP][uDP][Ep=fe80::bdaf:6285:a518:a4aa:69][0x00000000018415E0] Created

[1532] 09:24:27: UpdEndpoint::UdpEndpoint = 00000000013F2960

[1532] 09:24:27: [WDSTFTP][uDP][Ep=172.16.100.209:69][0x00000000013F2960] Created

[1532] 09:24:27: UpdEndpoint::UdpEndpoint = 0000000000EE4CE0

[1532] 09:24:27: [WDSTFTP][uDP][Ep=::1:69][0x0000000000EE4CE0] Created

[1532] 09:24:27: [WDSTFTP] Provider Initialized.

[1532] 09:24:28: Dynamic Update Timer: 900000 ms

[1532] 09:24:28: WDS Server started successfully.

[1568] 09:24:54: [40562][WDSPXE] [bINLSVC] Request from 10.1.255.143:68 Len:300

[1568] 09:24:54: [40562][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.143:68 Dst:10.1.255.143:68 Len:1024

[1568] 09:24:54: [40562][WDSPXE] [bINLSVC] Processed 10.1.255.143:68, Action=1

[1564] 09:26:49: [155593][WDSPXE] [bINLSVC] Request from 10.1.255.142:68 Len:300

[1564] 09:26:49: [155593][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.142:68 Dst:10.1.255.142:68 Len:1024

[1564] 09:26:49: [155593][WDSPXE] [bINLSVC] Processed 10.1.255.142:68, Action=1

[1564] 09:26:49: [155625][WDSPXE] [bINLSVC] Request from 10.1.255.138:68 Len:300

[1564] 09:26:49: [155625][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.138:68 Dst:10.1.255.138:68 Len:1024

[1564] 09:26:49: [155625][WDSPXE] [bINLSVC] Processed 10.1.255.138:68, Action=1

[1564] 09:26:49: [155671][WDSPXE] [bINLSVC] Request from 10.1.255.137:68 Len:300

[1564] 09:26:49: [155671][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.137:68 Dst:10.1.255.137:68 Len:1024

[1564] 09:26:49: [155671][WDSPXE] [bINLSVC] Processed 10.1.255.137:68, Action=1

[1564] 09:26:49: [155703][WDSPXE] [bINLSVC] Request from 10.1.255.140:68 Len:300

[1564] 09:26:49: [155703][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.140:68 Dst:10.1.255.140:68 Len:1024

[1564] 09:26:49: [155703][WDSPXE] [bINLSVC] Processed 10.1.255.140:68, Action=1

[1564] 09:26:49: [155734][WDSPXE] [bINLSVC] Request from 10.1.255.141:68 Len:300

[1564] 09:26:49: [155734][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.141:68 Dst:10.1.255.141:68 Len:1024

[1564] 09:26:49: [155734][WDSPXE] [bINLSVC] Processed 10.1.255.141:68, Action=1

[1568] 09:26:49: [155781][WDSPXE] [bINLSVC] Request from 10.1.255.139:68 Len:300

[1568] 09:26:49: [155781][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.139:68 Dst:10.1.255.139:68 Len:1024

[1568] 09:26:49: [155781][WDSPXE] [bINLSVC] Processed 10.1.255.139:68, Action=1

[1568] 09:26:52: [158437][WDSPXE] [bINLSVC] Request from 10.1.255.143:68 Len:300

[1568] 09:26:52: [158437][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.143:68 Dst:10.1.255.143:68 Len:1024

[1568] 09:26:52: [158437][WDSPXE] [bINLSVC] Processed 10.1.255.143:68, Action=1

[1568] 09:28:46: [272669][WDSPXE] [bINLSVC] Request from 10.1.255.235:68 Len:300

[1568] 09:28:46: [272669][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.235:68 Dst:10.1.255.235:68 Len:1024

[1568] 09:28:46: [272669][WDSPXE] [bINLSVC] Processed 10.1.255.235:68, Action=1

[1564] 09:28:46: [272669][WDSPXE] [bINLSVC] Request from 10.1.255.222:68 Len:300

[1564] 09:28:46: [272685][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.222:68 Dst:10.1.255.222:68 Len:1024

[1564] 09:28:46: [272685][WDSPXE] [bINLSVC] Processed 10.1.255.222:68, Action=1

[1568] 09:30:11: [357837][WDSPXE] [bINLSVC] Request from 10.1.255.219:68 Len:300

[1568] 09:30:11: [357837][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.219:68 Dst:10.1.255.219:68 Len:1024

[1568] 09:30:11: [357837][WDSPXE] [bINLSVC] Processed 10.1.255.219:68, Action=1

[1564] 09:30:19: [365868][WDSPXE] [bINLSVC] Request from 10.1.255.210:68 Len:300

[1564] 09:30:19: [365868][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.210:68 Dst:10.1.255.210:68 Len:1024

[1564] 09:30:19: [365868][WDSPXE] [bINLSVC] Processed 10.1.255.210:68, Action=1

[1568] 09:30:20: [365915][WDSPXE] [bINLSVC] Request from 10.1.255.212:68 Len:300

[1568] 09:30:20: [365915][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.212:68 Dst:10.1.255.212:68 Len:1024

[1568] 09:30:20: [365915][WDSPXE] [bINLSVC] Processed 10.1.255.212:68, Action=1

[1564] 09:30:20: [365977][WDSPXE] [bINLSVC] Request from 10.1.255.211:68 Len:300

[1564] 09:30:20: [365977][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.211:68 Dst:10.1.255.211:68 Len:1024

[1564] 09:30:20: [365977][WDSPXE] [bINLSVC] Processed 10.1.255.211:68, Action=1

[1568] 09:30:22: [368711][WDSPXE] [bINLSVC] Request from 10.1.255.235:68 Len:300

[1568] 09:30:22: [368711][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.235:68 Dst:10.1.255.235:68 Len:1024

[1568] 09:30:22: [368711][WDSPXE] [bINLSVC] Processed 10.1.255.235:68, Action=1

[1564] 09:30:22: [368711][WDSPXE] [bINLSVC] Request from 10.1.255.222:68 Len:300

[1564] 09:30:22: [368711][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.222:68 Dst:10.1.255.222:68 Len:1024

[1564] 09:30:22: [368711][WDSPXE] [bINLSVC] Processed 10.1.255.222:68, Action=1

[1568] 09:32:22: [488840][WDSPXE] [bINLSVC] Request from 10.1.255.210:68 Len:300

[1568] 09:32:22: [488840][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.210:68 Dst:10.1.255.210:68 Len:1024

[1568] 09:32:22: [488840][WDSPXE] [bINLSVC] Processed 10.1.255.210:68, Action=1

[1564] 09:32:23: [488903][WDSPXE] [bINLSVC] Request from 10.1.255.212:68 Len:300

[1564] 09:32:23: [488903][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.212:68 Dst:10.1.255.212:68 Len:1024

[1564] 09:32:23: [488903][WDSPXE] [bINLSVC] Processed 10.1.255.212:68, Action=1

[1568] 09:32:23: [488934][WDSPXE] [bINLSVC] Request from 10.1.255.211:68 Len:300

[1568] 09:32:23: [488934][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.211:68 Dst:10.1.255.211:68 Len:1024

[1568] 09:32:23: [488934][WDSPXE] [bINLSVC] Processed 10.1.255.211:68, Action=1

[1564] 09:34:55: [641151][WDSPXE] [bINLSVC] Request from 10.1.255.210:68 Len:256

[1564] 09:34:55: [641151][WDSPXE] [bINLSVC] Processed 10.1.255.210:68, Action=4

[1568] 09:34:55: [641151][WDSPXE] [bINLSVC] Request from 10.1.255.212:68 Len:256

[1568] 09:34:55: [641151][WDSPXE] [bINLSVC] Processed 10.1.255.212:68, Action=4

[1560] 09:34:55: [641151][WDSPXE] [bINLSVC] Request from 10.1.255.211:68 Len:256

[1560] 09:34:55: [641151][WDSPXE] [bINLSVC] Processed 10.1.255.211:68, Action=4

[1560] 09:34:55: [641151][WDSPXE] [bINLSVC] Request from 10.1.255.219:68 Len:256

[1560] 09:34:55: [641151][WDSPXE] [bINLSVC] Processed 10.1.255.219:68, Action=4

[1568] 09:34:55: [641151][WDSPXE] [bINLSVC] Request from 10.1.255.222:68 Len:256

[1568] 09:34:55: [641151][WDSPXE] [bINLSVC] Processed 10.1.255.222:68, Action=4

[1568] 09:34:55: [641151][WDSPXE] [bINLSVC] Request from 10.1.255.235:68 Len:256

[1568] 09:34:55: [641151][WDSPXE] [bINLSVC] Processed 10.1.255.235:68, Action=4

[1568] 09:35:42: [688721][WDSPXE] [bINLSVC] Request from 10.1.255.86:68 Len:256

[1568] 09:35:42: [688721][WDSPXE] [bINLSVC] Processed 10.1.255.86:68, Action=4

[1560] 09:35:42: [688721][WDSPXE] [bINLSVC] Request from 10.1.255.77:68 Len:256

[1560] 09:35:42: [688721][WDSPXE] [bINLSVC] Processed 10.1.255.77:68, Action=4

[1564] 09:35:42: [688721][WDSPXE] [bINLSVC] Request from 10.1.255.85:68 Len:256

[1564] 09:35:42: [688721][WDSPXE] [bINLSVC] Processed 10.1.255.85:68, Action=4

[1564] 09:35:42: [688721][WDSPXE] [bINLSVC] Request from 172.16.100.242:68 Len:256

[1564] 09:35:42: [688721][WDSPXE] [bINLSVC] Processed 172.16.100.242:68, Action=4

[1560] 09:35:42: [688721][WDSPXE] [bINLSVC] Request from 10.1.255.117:68 Len:256

[1560] 09:35:42: [688721][WDSPXE] [bINLSVC] Processed 10.1.255.117:68, Action=4

[1560] 09:35:47: [693800][WDSPXE] [bINLSVC] Request from 10.1.255.209:68 Len:300

[1560] 09:35:47: [693800][WDSPXE] [bINLSVC] Reply Sent - Request:10.1.255.209:68 Dst:10.1.255.209:68 Len:1024

[1560] 09:35:47: [693800][WDSPXE] [bINLSVC] Processed 10.1.255.209:68, Action=1

[1564] 09:36:09: [715319][WDSTFTP] -> CClientContext::FindSession

[1564] 09:36:09: [715319][WDSTFTP] <- CClientContext::FindSession=2

[1564] 09:36:09: [uDPPorts] Allocated dynamic port 64937.

[1564] 09:36:09: Dynamic Port: 64937

[1564] 09:36:09: [WDSTFTP][uDP][Ep=64937] Registered

[1564] 09:36:09: UpdEndpoint::UdpEndpoint = 0000000001486B20

[1564] 09:36:09: [WDSTFTP][uDP][Ep=172.16.100.209:64937][0x0000000001486B20] Created

[1564] 09:36:09: [715319][WDSTFTP] TftpSession[0x00000000013F7260:172.16.35.72:2070] - Initialized: Local=172.16.100.209:69

[1564] 09:36:09: [715319][WDSTFTP] [d:\w7rtm\base\ntsetup\opktools\wds\transport\server\tftp\tftpsession.cpp:573] Expression: , Win32 Error=0x5

[1564] 09:36:09: [715319][WDSTFTP] [d:\w7rtm\base\ntsetup\opktools\wds\transport\server\tftp\tftpsession.cpp:621] Expression: , Win32 Error=0x5

[1564] 09:36:09: [715319][WDSTFTP] [d:\w7rtm\base\ntsetup\opktools\wds\transport\server\tftp\tftpserver.cpp:626] Expression: , Win32 Error=0x5

[1560] 09:36:09: [715319][WDSTFTP] -> CClientContext::FindSession

[1560] 09:36:09: [715319][WDSTFTP] <- CClientContext::FindSession=2

[1560] 09:36:09: [uDPPorts] Allocated dynamic port 64932.

[1560] 09:36:09: Dynamic Port: 64932

[1560] 09:36:09: [WDSTFTP][uDP][Ep=64932] Registered

[1560] 09:36:09: UpdEndpoint::UdpEndpoint = 000000000167A660

[1560] 09:36:09: [WDSTFTP][uDP][Ep=172.16.100.209:64932][0x000000000167A660] Created

[1560] 09:36:09: [715319][WDSTFTP] TftpSession[0x0000000001489060:172.16.35.72:2071] - Initialized: Local=172.16.100.209:69

[1560] 09:36:09: [715319][WDSTFTP] [d:\w7rtm\base\ntsetup\opktools\wds\transport\server\tftp\tftpsession.cpp:573] Expression: , Win32 Error=0x5

[1560] 09:36:09: [715319][WDSTFTP] [d:\w7rtm\base\ntsetup\opktools\wds\transport\server\tftp\tftpsession.cpp:621] Expression: , Win32 Error=0x5

[1560] 09:36:09: [715319][WDSTFTP] [d:\w7rtm\base\ntsetup\opktools\wds\transport\server\tftp\tftpserver.cpp:626] Expression: , Win32 Error=0x5

[772] 09:36:09: [WDSTFTP][uDP][Ep=172.16.100.209:64937] Deleted.

[772] 09:36:09: [715335][WDSTFTP] TftpSession[0x00000000013F7260:172.16.35.72:2070] - Endpoint Removed. Killing session.

[772] 09:36:09: UpdEndpoint::~UdpEndpoint = 0000000001486B20

[772] 09:36:09: [WDSTFTP][uDP][Ep=0] Closed

[772] 09:36:09: [uDPPorts] Dynamic Port 64937 freed.

[772] 09:36:09: [715335][WDSTFTP] TftpSession[0x00000000013F7260:172.16.35.72:2070] - Shutdown

[772] 09:36:09: [715335][WDSTFTP] TftpSession[(null)] - Shutdown

[772] 09:36:09: [WDSTFTP][uDP][Ep=172.16.100.209:64932] Deleted.

[772] 09:36:09: [715335][WDSTFTP] TftpSession[0x0000000001489060:172.16.35.72:2071] - Endpoint Removed. Killing session.

[772] 09:36:09: UpdEndpoint::~UdpEndpoint = 000000000167A660

[772] 09:36:09: [WDSTFTP][uDP][Ep=0] Closed

[772] 09:36:09: [uDPPorts] Dynamic Port 64932 freed.

[772] 09:36:09: [715335][WDSTFTP] TftpSession[0x0000000001489060:172.16.35.72:2071] - Shutdown

[772] 09:36:09: [715335][WDSTFTP] TftpSession[(null)] - Shutdown

Share this post


Link to post
Share on other sites

  • 0

Now we have removed SCCM box from the network. Please provide the solution without SCCM. We are using only MDT 2010 with WDS. Still we are getting the same error msg.

PXE-T04: Access Violation

PXE-E36: Error received from TFTP server

PXE-M0F: Exiting PXE ROM

 

Did you get this fixed? I'm having the same issue.

Share this post


Link to post
Share on other sites

  • 0

I know this question is a bit old, but maybe this will help (or help others).

This error message is often due to DHCP problems or IP Helper (BOOTP) settings on the router. There is a knowledgebase article about the DHCP issue, and I have found several conversations about this where this is discussed. I have linked what I think are the 2 most helpful to your issue.

1. http://social.technet.microsoft.com/Forums/en/configmgrosd/thread/26af0eb0-08c6-453b-9edf-86ed9ae26ee7

2. http://social.technet.microsoft.com/Forums/en-US/winserversetup/thread/e39e4c8c-ed48-460b-901b-aebf1f1f8d95

 

Hope this helps,

David

Windows Outreach Team - IT Pro

www.microsoft.com/springboard

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.