WinPE Wired Autoconfig 802.1x

Ze Wong 1 Reputation point
2021-05-28T04:43:00.09+00:00

Hey,

I am using WinPE Version 10.0.19041 with IEEE 802.1x network authentication protocol.

During the start up I am using

Net Start dot3svc

But receiving the error below

The Wired AutoConfig service is starting
The Wired AutoConfig service could not be started
A System error has occurred.
System error 2753 has occurred.
There are no more endpoints available from the endpoint mapper.

Is anyone experiencing the issue? I am trying to incorporate 802.1x into the Imaging process and it's failing before i can even import the network profile.

Thank you,

Microsoft Security | Intune | Configuration Manager | Deployment
{count} votes

6 answers

Sort by: Most helpful
  1. Balazot, William 11 Reputation points
    2021-12-02T18:02:33.033+00:00

    Hello,
    We are experiencing the same issue also.
    Upgraded our infrastructure to 2107, upgraded ADK to 10.0.22000, creating a new bootimage and a bootmedia with our 8021.x customizations :
    Dot3svc service does not work, Wired Autoconfig tries to start but never does.
    On a different forum, someone proposed to copy the "mobilenetworking.dll" from a Windows 11 image into the winpe wim, which we did.
    This solved the issue with the "Wired Autoconfig" not starting, but still the authentication failed.
    I think there might be some more things not working and preventing the authentication to happen.
    On the Radius side, there was no request showing the computer had tried to send the proper authentication.

    I will open a ticket to MS regarding this issue, hopefully if I get answers I will share them here

    2 people found this answer helpful.

  2. Merins, Daniel 6 Reputation points
    2022-01-20T14:14:25.02+00:00

    Cool News!

    from https://www.reddit.com/r/SCCM/comments/px4uvl/dot3svc_cannot_start_in_winpe_100220001_sccm/ I get the info about missing mobilenetworking.dll in ADK.

    I extract the mobilenetworking.dll from Windows 11 ISO, mount the boot.wim, copy the file in C:\windows\system32\ & unmount the image.

    Now can the dot3svc service be started!

    1 person found this answer helpful.

  3. Shawn lockner 6 Reputation points
    2022-02-23T16:10:11.137+00:00

    in additions to copying the mobilenetworking.dll

    I also had to mount the WIM and then load the system reg hive

    and create the following key

    ControlSet001\Services\EAPHost /t REG_DWORD /v UseLegacyTlsStack /d 1

    this resolved the failed authorization issues

    1 person found this answer helpful.
    0 comments No comments

  4. Colin Ford 1,026 Reputation points
    2021-05-28T04:45:16.087+00:00
    0 comments No comments

  5. Merins, Daniel 6 Reputation points
    2022-01-14T13:01:26.897+00:00

    I get the same error:

    netsh
    The following helper DLL cannot be loaded: DOT3CFG.DLL

    In the Task Manager I see that the dot3svc service ist starting...

    Do you have any news about it?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.