mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 07:05:56 +03:00
[GH-ISSUE #302] Wrong URL for mfsbsd #1665
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#1665
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 @dszidi on GitHub (Feb 2, 2019).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/302
When I try to load any of the BSD installs it fails. After checking through the scripts I found in the file
/src/freebsd.ipxeon line 32 the url for the image is being set. It is missing architecture level in the path.Currently the url it is trying to load is
It should be ...
BTW I would have done this myself and created a patch but there is a lack of build instructions currently. Also I've not had any luck using the feature that should allow me to test my own fork.
@sarcasticadmin commented on GitHub (Feb 16, 2019):
Ran into this as well
Additionally I noticed that
mfsbsd.vx.skis redirectinghttptohttps. So I tried to building my own custom netboot.xyz and I could not get the freebsd installer to boot@antonym commented on GitHub (Feb 18, 2019):
Yeah thanks for making an issue for this, I have a PR up for correcting the URL:
github.com/antonym/netboot.xyz@e82d679dfbBut there may be an upstream bug with iPXE https talking to Let's Encrypt certs that's causing iPXE to trigger a Permission Denied (0227e13e) when trying to talk to the https server. I'm currently tracking a PR that's being actively worked to fix this:
https://github.com/ipxe/ipxe/pull/90
@fzipi commented on GitHub (Feb 18, 2019):
Well, I made PR #309 with the url change. Also addedd FreeBSD 12. Would have commented earlier, but the title of this issue was not calling me to read it.
@fzipi commented on GitHub (Feb 18, 2019):
Having label
freebsdwould be nice.@fzipi commented on GitHub (Apr 24, 2019):
Seems like https://github.com/ipxe/ipxe/pull/90 was fixed.
@patrakov commented on GitHub (Oct 22, 2019):
The wrong URL is a moot point, because the SSL setup for mfsbsd.vx.sk is incompatible with iPXE due to the mismatch of supported ciphersuites. I have already notified the maintainer:
https://github.com/mmatuska/mfsbsd/issues/101
Due to their lack of response, I guess there is no other choice than removing FreeBSD from the list of systems offered by netboot.xyz.
@antonym commented on GitHub (Oct 22, 2019):
Yeah, since they added https, it's been busted, thanks for opening up a ticket upstream, it might just be a good idea to reference that ticket in the BSD menu and then anyone interested in it can go poke that issue.
@thelamer commented on GitHub (Dec 5, 2019):
We can just publish their assets as github releases I will be closing this tracking in https://github.com/netbootxyz/netboot.xyz/issues/31