-
-
Notifications
You must be signed in to change notification settings - Fork 711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong URL for mfsbsd #302
Comments
Ran into this as well Additionally I noticed that |
Yeah thanks for making an issue for this, I have a PR up for correcting the URL: e82d679 But 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: |
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. |
Having label |
Seems like ipxe/ipxe#90 was fixed. |
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: 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. |
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. |
We can just publish their assets as github releases I will be closing this tracking in #31 |
When I try to load any of the BSD installs it fails. After checking through the scripts I found in the file
/src/freebsd.ipxe
on 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.
The text was updated successfully, but these errors were encountered: