Posts

Showing posts with the label WDS

Windows Deployment Service ( WDS ) and Errors and Solutions

Image
Hi Guys... This post is all about Windows Deployment service WDS and its Errors and solutions. WDS is used to deploy Operating System Images and also is SCCM OSD Component. Many times we all have faced WDS issues and errors. Following are Some of Issues and their solutions Error 10048 Description: The Windows Deployment Services Server service terminated with service-specific error 10048 This issue occurs if the following conditions are true: ·          The DHCP server and the WDS server are installed on the same computer. ·          The  Do not listen on port 67  option is  NOT  enabled in the DHCP tab. Cause When the DHCP server and the WDS server are installed on the same computer, the WDS Service tries to use the port 67. However, the DHCP server already uses this port. Solution: Method 1 At the command prompt, type the following command, and th...

DHCP, WDS, PXE Boot and Common Issues

Image
Hi Guys, Again i am back with very common information about DHCP,WDS & PXE and issues troubleshooting and their solutions. DHCP, WDS, and PXE are the main and needed components which plays very important role in SCCM OSD. They function and provide a very cool and automatize the OS installations (Network based). So why is the Need? DHCP : DHCP offers automatic ip address assigning functionality to machines at both booting state and online state. DHCP Scope options are one main key component. WDS : WDS offers the PXE functionality (Not SCCM) for network based OS installation (boots machine in to windows installation mode from network) So when we install the SCCM PXE service Point on WDS Server, It just overrides the settings of WDS PXE. Now Common PXE Boot Issues: ·         PXE-E53: No boot filename received   ·         PXE-T01: File not found ·    ...