[PR #1542] [CLOSED] feat(windows): Add support for booting Windows on arm64 #3001

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

📋 Pull Request Information

Original PR: https://github.com/netbootxyz/netboot.xyz/pull/1542
Author: @ashlcx
Created: 11/23/2024
Status: Closed

Base: developmentHead: development


📝 Commits (4)

  • da85fa0 Add Windows arm64 Support
  • 249439d fix wimboot_arm64_upstream_url missing .arm64
  • e698c4b fix isseq in wimboot kernel select
  • 3712ddf Merge branch 'netbootxyz:development' into development

📊 Changes

4 files changed (+12 additions, -6 deletions)

View changed files

📝 roles/netbootxyz/defaults/main.yml (+2 -0)
📝 roles/netbootxyz/tasks/generate_disks_base.yml (+5 -1)
📝 roles/netbootxyz/templates/menu/boot.cfg.j2 (+1 -1)
📝 roles/netbootxyz/templates/menu/windows.ipxe.j2 (+4 -4)

📄 Description

Adds support for booting Windows on arm64 using wimboot.arm64

  • add windows to arm64 boot menu
  • add wimboot.arm64 to menus
  • add arm64 arch in windows arch select
  • adds conditional for kernel

🔄 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/1542 **Author:** [@ashlcx](https://github.com/ashlcx) **Created:** 11/23/2024 **Status:** ❌ Closed **Base:** `development` ← **Head:** `development` --- ### 📝 Commits (4) - [`da85fa0`](https://github.com/netbootxyz/netboot.xyz/commit/da85fa0801e4f693b5e56495f8943fe9c3afe1fd) Add Windows arm64 Support - [`249439d`](https://github.com/netbootxyz/netboot.xyz/commit/249439d3980017ab94799e740b671d14ff2e5f76) fix wimboot_arm64_upstream_url missing .arm64 - [`e698c4b`](https://github.com/netbootxyz/netboot.xyz/commit/e698c4bce5881f4b78e3cb6ae19bc6237409341a) fix isseq in wimboot kernel select - [`3712ddf`](https://github.com/netbootxyz/netboot.xyz/commit/3712ddf213cf993e3eb99a43eeed653fda40610b) Merge branch 'netbootxyz:development' into development ### 📊 Changes **4 files changed** (+12 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `roles/netbootxyz/defaults/main.yml` (+2 -0) 📝 `roles/netbootxyz/tasks/generate_disks_base.yml` (+5 -1) 📝 `roles/netbootxyz/templates/menu/boot.cfg.j2` (+1 -1) 📝 `roles/netbootxyz/templates/menu/windows.ipxe.j2` (+4 -4) </details> ### 📄 Description Adds support for booting Windows on arm64 using wimboot.arm64 * add windows to arm64 boot menu * add wimboot.arm64 to menus * add arm64 arch in windows arch select * adds conditional for kernel --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-01 18:42:20 +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#3001
No description provided.