mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 15:15:56 +03:00
[GH-ISSUE #1057] Arch Linux 2021.12.01 - No such file or directory #1821
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#1821
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 @seiuneko on GitHub (Dec 6, 2021).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1057
https://boot.netboot.xyz/ipxe/netboot.xyz.lkrn
@antonym commented on GitHub (Dec 7, 2021):
If you go into the iPXE shell, can you do a echo
${arch}and let me know what you get? It sounds like it's not identifying the arch or it's beyond the scope of the two checks:The ${os_arch} is the part probably not getting set after /boot.
@seiuneko commented on GitHub (Dec 7, 2021):
@antonym commented on GitHub (Dec 7, 2021):
Make sure you are on the latest version of the menus and ipxe image. I refactored the arch stuff a few months ago. I tested with latest tonight and could not reproduce.
@seiuneko commented on GitHub (Dec 7, 2021):
It is already the latest version.

@github-actions[bot] commented on GitHub (Jan 7, 2022):
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.
@null-dev commented on GitHub (Feb 7, 2022):
I'm having the same issue.
I believe the issue is caused by using a static IP. It causes this
gototo be invoked:github.com/netbootxyz/netboot.xyz@7ffd805cb7/roles/netbootxyz/templates/menu/archlinux.ipxe.j2 (L6)which then causes this line to be skipped:github.com/netbootxyz/netboot.xyz@7ffd805cb7/roles/netbootxyz/templates/menu/archlinux.ipxe.j2 (L8)Introduced in this commit:
github.com/netbootxyz/netboot.xyz@179ec5c614EDIT: Actually, just ended up creating a PR to fix this: https://github.com/netbootxyz/netboot.xyz/pull/1072