mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #1260] RHEL Distros broken? #1910
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#1910
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 @o0-o on GitHub (Jun 24, 2023).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1260
Describe the bug
CentOS Stream 8, 9 and Fedora 38 appear to fail while retrieving vmlinuz and initrd files. Possible more RHEL distributions are affected, I did not test exhaustively. I am able to install other distributions and I was able to install CentOS Stream 8 a couple days ago on the same system. I have tested across several systems now at 2 different locations.
To Reproduce
Steps to reproduce the behavior:
Attempt to install CentOS Stream using netboot.xyz.iso.
Expected behavior
vmlinuz and initrd files should load and installation should proceed as usual.
Screenshots
@antonym commented on GitHub (Jun 25, 2023):
It appears that mirror.stream.centos.org is using TLS 1.3 and iPXE does not at this time support it. It was working at one point so I suspect they dropped TLS 1.2 on Cloudfront. I also noticed that they still list http in their list of mirrors, but it automatically does a redirect to https now too.
https://mirrors.centos.org/mirrorlist?path=/9-stream/BaseOS/x86_64
I'll have to switch mirrors to get it to work. Fedora 38 seemed to work for me tho.
@antonym commented on GitHub (Jun 27, 2023):
I reached out to a contact at Red Hat to see if they see if they could dig into it.
@antonym commented on GitHub (Jul 1, 2023):
Updating the mirror for now, will continue to monitor if we can get it fixed to work with us upstream.
@o0-o commented on GitHub (Jul 1, 2023):
And apparently won't anytime soon.
https://github.com/ipxe/ipxe/issues/787
Thanks for the fix though @antonym