mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #572] CentOS 8 mirror link for arm64 is wrong #178
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#178
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 @stratakis on GitHub (Feb 5, 2020).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/572
When trying to do an ipxe boot of CentOS 8 for arm64, the $arch variable that is used in the link is defined as
arm64which results in a failure when trying to fetch the image. The proper platform triplet which should be used for that link isaarch64.[0] https://github.com/netbootxyz/netboot.xyz/blob/development/roles/netbootxyz/templates/menu/centos.ipxe.j2#L21
@vielmetti commented on GitHub (Feb 5, 2020):
This is related to multi-arch support, #162
@github-actions[bot] commented on GitHub (Nov 24, 2020):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@vielmetti commented on GitHub (Nov 24, 2020):
Blocked on #162
@antonym commented on GitHub (Aug 28, 2021):
Should be fixed with the latest https://github.com/netbootxyz/netboot.xyz/pull/971