SCCM 2007 R2 SP2: PXE Error (PXE-T04: Access violation)
SCCM 2007 R2 SP2: PXE Error (PXE-T04: Access violation) Basically this error happens in Linux DHCP server . After getting this error I connected from a other client station to the SCCM Server via TFTP and tried to download wdsnbp.com file. At this client we got also the same error. When we replaced the "/" with "\" it works from the client site. But when booting from PXE the error still comes. I searched on the Internet and was pointed in the right direction. I changed the following Register Key/Value on the SCCM Server: Original: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\Providers\WDSTFTP] ReadFilter= \boot\* \tmp\* \SMSBoot\* \SMSTemp\* \SMSImages\* Changed to: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\Providers\WDSTFTP] ReadFilter= \boot\* \tmp\* \SMSBoot\* \SMSTemp\* \SMSImages\* /boot/* /tmp/* /SMSBoot/* /SMSTemp/* /SMSImages/* As final step I restarted the WDS Server service a...