[GH-ISSUE #1071] Connection reset error message when trying to load WinPE #289

Closed
opened 2026-02-27 14:51:13 +03:00 by kerem · 1 comment
Owner

Originally created by @warheat1990 on GitHub (Feb 5, 2022).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1071

I'm trying to do Windows netboot but I'm getting error message "Connection Reset". I'm not really familiar with PXE boot so please let me know in which part I did wrong.

  1. I run netboot.xyz using docker (https://github.com/linuxserver/docker-netbootxyz/)
  2. I installed Windows ADK and WinPE-addon, then generate the WinPE iso.
C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment>MakeWinPEMedia /ISO D:\WinPE_amd64 D:\WinPE_amd64\WinPE_amd64.iso
Creating D:\WinPE_amd64\WinPE_amd64.iso...

100% complete

Success
  1. I extracted the content from WinPE_amd64.iso with 7zip
06-Feb-22  01:31 AM    <DIR>          .
06-Feb-22  01:31 AM    <DIR>          ..
06-Feb-22  01:29 AM    <DIR>          bg-bg
06-Feb-22  01:29 AM    <DIR>          Boot
18-Mar-19  03:29 PM           409,654 bootmgr
18-Mar-19  03:47 PM         1,509,688 bootmgr.efi
06-Feb-22  01:29 AM    <DIR>          cs-cz
06-Feb-22  01:29 AM    <DIR>          da-dk
06-Feb-22  01:29 AM    <DIR>          de-de
06-Feb-22  01:29 AM    <DIR>          EFI
06-Feb-22  01:29 AM    <DIR>          el-gr
06-Feb-22  01:29 AM    <DIR>          en-gb
06-Feb-22  01:29 AM    <DIR>          en-us
06-Feb-22  01:29 AM    <DIR>          es-es
06-Feb-22  01:29 AM    <DIR>          es-mx
06-Feb-22  01:29 AM    <DIR>          et-ee
06-Feb-22  01:29 AM    <DIR>          fi-fi
06-Feb-22  01:29 AM    <DIR>          fr-ca
06-Feb-22  01:29 AM    <DIR>          fr-fr
06-Feb-22  01:29 AM    <DIR>          hr-hr
06-Feb-22  01:29 AM    <DIR>          hu-hu
06-Feb-22  01:29 AM    <DIR>          it-it
06-Feb-22  01:29 AM    <DIR>          ja-jp
06-Feb-22  01:29 AM    <DIR>          ko-kr
06-Feb-22  01:29 AM    <DIR>          lt-lt
06-Feb-22  01:29 AM    <DIR>          lv-lv
06-Feb-22  01:29 AM    <DIR>          nb-no
06-Feb-22  01:29 AM    <DIR>          nl-nl
06-Feb-22  01:29 AM    <DIR>          pl-pl
06-Feb-22  01:29 AM    <DIR>          pt-br
06-Feb-22  01:29 AM    <DIR>          pt-pt
06-Feb-22  01:29 AM    <DIR>          ro-ro
06-Feb-22  01:29 AM    <DIR>          ru-ru
06-Feb-22  01:29 AM    <DIR>          sk-sk
06-Feb-22  01:29 AM    <DIR>          sl-si
06-Feb-22  01:29 AM    <DIR>          sources
06-Feb-22  01:29 AM    <DIR>          sr-latn-rs
06-Feb-22  01:29 AM    <DIR>          sv-se
06-Feb-22  01:29 AM    <DIR>          tr-tr
06-Feb-22  01:29 AM    <DIR>          uk-ua
06-Feb-22  01:29 AM    <DIR>          zh-cn
06-Feb-22  01:29 AM    <DIR>          zh-tw
  1. I put all these files above into my netboot.xyz docker container assets folder. I make sure all are available
    image

  2. Inside netboot
    image

image

image

Any idea why?

Originally created by @warheat1990 on GitHub (Feb 5, 2022). Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1071 I'm trying to do Windows netboot but I'm getting error message "Connection Reset". I'm not really familiar with PXE boot so please let me know in which part I did wrong. 1. I run netboot.xyz using docker (https://github.com/linuxserver/docker-netbootxyz/) 2. I installed Windows ADK and WinPE-addon, then generate the WinPE iso. ``` C:\Program Files (x86)\Windows Kits\10\Assessment and Deployment Kit\Windows Preinstallation Environment>MakeWinPEMedia /ISO D:\WinPE_amd64 D:\WinPE_amd64\WinPE_amd64.iso Creating D:\WinPE_amd64\WinPE_amd64.iso... 100% complete Success ``` 2. I extracted the content from `WinPE_amd64.iso` with 7zip ``` 06-Feb-22 01:31 AM <DIR> . 06-Feb-22 01:31 AM <DIR> .. 06-Feb-22 01:29 AM <DIR> bg-bg 06-Feb-22 01:29 AM <DIR> Boot 18-Mar-19 03:29 PM 409,654 bootmgr 18-Mar-19 03:47 PM 1,509,688 bootmgr.efi 06-Feb-22 01:29 AM <DIR> cs-cz 06-Feb-22 01:29 AM <DIR> da-dk 06-Feb-22 01:29 AM <DIR> de-de 06-Feb-22 01:29 AM <DIR> EFI 06-Feb-22 01:29 AM <DIR> el-gr 06-Feb-22 01:29 AM <DIR> en-gb 06-Feb-22 01:29 AM <DIR> en-us 06-Feb-22 01:29 AM <DIR> es-es 06-Feb-22 01:29 AM <DIR> es-mx 06-Feb-22 01:29 AM <DIR> et-ee 06-Feb-22 01:29 AM <DIR> fi-fi 06-Feb-22 01:29 AM <DIR> fr-ca 06-Feb-22 01:29 AM <DIR> fr-fr 06-Feb-22 01:29 AM <DIR> hr-hr 06-Feb-22 01:29 AM <DIR> hu-hu 06-Feb-22 01:29 AM <DIR> it-it 06-Feb-22 01:29 AM <DIR> ja-jp 06-Feb-22 01:29 AM <DIR> ko-kr 06-Feb-22 01:29 AM <DIR> lt-lt 06-Feb-22 01:29 AM <DIR> lv-lv 06-Feb-22 01:29 AM <DIR> nb-no 06-Feb-22 01:29 AM <DIR> nl-nl 06-Feb-22 01:29 AM <DIR> pl-pl 06-Feb-22 01:29 AM <DIR> pt-br 06-Feb-22 01:29 AM <DIR> pt-pt 06-Feb-22 01:29 AM <DIR> ro-ro 06-Feb-22 01:29 AM <DIR> ru-ru 06-Feb-22 01:29 AM <DIR> sk-sk 06-Feb-22 01:29 AM <DIR> sl-si 06-Feb-22 01:29 AM <DIR> sources 06-Feb-22 01:29 AM <DIR> sr-latn-rs 06-Feb-22 01:29 AM <DIR> sv-se 06-Feb-22 01:29 AM <DIR> tr-tr 06-Feb-22 01:29 AM <DIR> uk-ua 06-Feb-22 01:29 AM <DIR> zh-cn 06-Feb-22 01:29 AM <DIR> zh-tw ``` 3. I put all these files above into my `netboot.xyz` docker container `assets` folder. I make sure all are available ![image](https://user-images.githubusercontent.com/4485011/152655673-b3c62065-b960-420a-99ae-77b6c6381ce1.png) 4. Inside netboot ![image](https://user-images.githubusercontent.com/4485011/152655724-65c74063-31cf-4999-a4fd-3e30c80f54b9.png) ![image](https://user-images.githubusercontent.com/4485011/152655698-3b1d1de8-e76f-4ada-9e38-4da96c7a0070.png) ![image](https://user-images.githubusercontent.com/4485011/152655748-5a8f4f9e-900c-4817-8dfa-672624408166.png) Any idea why?
kerem 2026-02-27 14:51:13 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@warheat1990 commented on GitHub (Feb 6, 2022):

wrong URL port, should be 8081 instead of 8001

<!-- gh-comment-id:1030745001 --> @warheat1990 commented on GitHub (Feb 6, 2022): wrong URL port, should be 8081 instead of 8001
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#289
No description provided.