mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #978] Arch detection may behave differently based on iPXE image being used #1795
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#1795
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?
Originally created by @antonym on GitHub (Aug 30, 2021).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/978
With some of the recent changes I've made to refactor the architecture, a scenario popped up where the built-in ${buildarch} variable isn't always reliable and may obscure some menus by default thinking it's running 32-bit when it's actually 64-bit.
From https://ipxe.org/cfg/buildarch:
I have changed the behavior here to hopefully avoid this scenario in the future by leveraging cpuid at the beginning of menu load:
https://github.com/netbootxyz/netboot.xyz/pull/977
@antonym commented on GitHub (Aug 30, 2021):
If you run into this issue, you can turn menus back on by changing the settings for the menu you want here:
https://github.com/netbootxyz/netboot.xyz/blob/development/roles/netbootxyz/templates/menu/boot.cfg.j2#L50
From the iPXE shell:
@antonym commented on GitHub (Aug 31, 2021):
Resolved with https://github.com/netbootxyz/netboot.xyz/pull/977