mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-26 07:35:57 +03:00
[PR #525] [CLOSED] Additions to support WindowsPE #2480
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#2480
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/525
Author: @drizuid
Created: 1/15/2020
Status: ❌ Closed
Base:
development← Head:development📝 Commits (3)
4412c1fUpdate menu.ipxe.j25002c53Create winmenu.ipxec047808Create winpe.ipxe📊 Changes
3 files changed (+82 additions, -1 deletions)
View changed files
📝
roles/netbootxyz/templates/menu/menu.ipxe.j2(+1 -1)➕
roles/netbootxyz/templates/menu/winmenu.ipxe(+26 -0)➕
roles/netbootxyz/templates/menu/winpe.ipxe(+55 -0)📄 Description
Added a windows menu to select between a Windows Install disc and the Windows Presinstallation Environment. This was necessary due to some case differences between windows images and PE, namely that in the windows image, the boot directory is "boot" and bcd is "bcd" but in PE, boot is "Boot" and bcd is "BCD" While this doesn't matter in windows, it does in a linux based boot environment and caused a failure.
I tested this on my personal machine.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.