[PR #462] [MERGED] Windows Testing Fixes #2432

Closed
opened 2026-03-01 18:40:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/462
Author: @thelamer
Created: 12/29/2019
Status: Merged
Merged: 12/29/2019
Merged by: @antonym

Base: developmentHead: winfix


📝 Commits (1)

  • cef54a2 disable sig check logic and free mem before loading kernel and initrds, also add UEFI bootmgr loading

📊 Changes

1 file changed (+8 additions, -12 deletions)

View changed files

📝 roles/netbootxyz/templates/menu/windows.ipxe.j2 (+8 -12)

📄 Description

I wanted to automate Windows download and file org stuff in the web app , went pretty far down the rabbit hole.
First off good information here:
http://mistyrebootfiles.altervista.org/documents/TinyPXEServer/files/winpe_wimboot.htm

Without imgfree and the sig check stuff removed I always got bad cpio magic from wimboot when trying to extract the files.

I got this booting in VM and bare metal, Bare metal gets farther in the install process though it asks for a USB/CD containing drivers to load up stuff.
To do win7 all the files would need to be renamed, though given it is EOL I think we should be good with win10 support only.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbootxyz/netboot.xyz/pull/462 **Author:** [@thelamer](https://github.com/thelamer) **Created:** 12/29/2019 **Status:** ✅ Merged **Merged:** 12/29/2019 **Merged by:** [@antonym](https://github.com/antonym) **Base:** `development` ← **Head:** `winfix` --- ### 📝 Commits (1) - [`cef54a2`](https://github.com/netbootxyz/netboot.xyz/commit/cef54a2ac3a288c1727fdd3da5c0bbb135f928b1) disable sig check logic and free mem before loading kernel and initrds, also add UEFI bootmgr loading ### 📊 Changes **1 file changed** (+8 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `roles/netbootxyz/templates/menu/windows.ipxe.j2` (+8 -12) </details> ### 📄 Description I wanted to automate Windows download and file org stuff in the web app , went pretty far down the rabbit hole. First off good information here: http://mistyrebootfiles.altervista.org/documents/TinyPXEServer/files/winpe_wimboot.htm Without imgfree and the sig check stuff removed I always got `bad cpio magic` from wimboot when trying to extract the files. I got this booting in VM and bare metal, Bare metal gets farther in the install process though it asks for a USB/CD containing drivers to load up stuff. To do win7 all the files would need to be renamed, though given it is EOL I think we should be good with win10 support only. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:40:03 +03:00
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#2432
No description provided.