mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[PR #462] [MERGED] Windows Testing Fixes #892
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#892
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
development← Head:winfix📝 Commits (1)
cef54a2disable 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 magicfrom 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.