mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 07:05:56 +03:00
[GH-ISSUE #1484] Installing CentOS Stream 9 through ipxe on an Equinix Metal aarch64 mtjade hypervisor fails #2018
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#2018
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 (Jul 15, 2024).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1484
On Equinix Metal, after choosing custom_ipxe and using https://boot.netboot.xyz/ I'm able to boot to the menu to choose an OS.
However on selecting either the graphical or the text based network installer for CentOS Stream 9 I receive this error:
NBP file downloaded successfully.
iPXE initialising devices...ok
iPXE 1.21.1+ (g0cc8) -- Open Source Network Boot Firmware -- https://ipxe.org
Features: DNS HTTP HTTPS NFS TFTP VLAN EFI Menu
Welcome to Neverland!
Booting from net0...
(Ethernet) [open]
[Link:down, TX:0 TXE:1 RX:0 RXE:0]
[Link status: Unknown (https://ipxe.org/1a086194)]
[TXE: 1 x "Network unreachable (https://ipxe.org/28086090)"]
Configuring ()... ok
net0: gw
net0: gw
net1: (inaccessible)
net2: (inaccessible)
Next server: 147.28.152.140
Filename: nonexistent
tftp://147.28.152.140/nonexistent... No such file or directory (https://ipxe.org/2d12608e)
Checkpoint 92
Checkpoint 92
Checkpoint 92
Checkpoint 92
Checkpoint A0
Checkpoint 92
Checkpoint 92
Checkpoint A0
Checkpoint 92
Checkpoint 92
Checkpoint 92
Checkpoint 92
Checkpoint 92
Checkpoint A0
Checkpoint A0
Checkpoint DA
ERROR: Boot option failed
I've also tried to used the developer endpoints through the utilities menu to no avail.
@stratakis commented on GitHub (Jul 16, 2024):
Same happening for AlmaLinux 9
@antonym commented on GitHub (Aug 31, 2024):
I tried CentOS 9 Stream and Almalinux (text) with a c3.large.arm64 on Equinix Metal and it booted up without any issues. I was able to get all the way to the text mode install prompts.
@stratakis commented on GitHub (Sep 2, 2024):
The issue was the APEI setting in the BIOS. After disabling it it was possible to proceed with the installation.