Skip to content
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

Closed
dszidi opened this issue Feb 2, 2019 · 8 comments
Closed

Wrong URL for mfsbsd #302

dszidi opened this issue Feb 2, 2019 · 8 comments

Comments

@dszidi
Copy link

dszidi commented Feb 2, 2019

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

http://mfsbsd.vx.sk/files/images/${image_subdir}/mfsbsd-${image_ver}-${freebsd_arch}.img

It should be ...

http://mfsbsd.vx.sk/files/images/${image_subdir}/${freebsd_arch}/mfsbsd-${image_ver}-${freebsd_arch}.img 

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
Copy link

Ran into this as well

Additionally I noticed that mfsbsd.vx.sk is redirecting http to https. So I tried to building my own custom netboot.xyz and I could not get the freebsd installer to boot

@antonym
Copy link
Member

antonym commented Feb 18, 2019

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:

ipxe/ipxe#90

@fzipi
Copy link
Contributor

fzipi commented 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
Copy link
Contributor

fzipi commented Feb 18, 2019

Having label freebsd would be nice.

@fzipi
Copy link
Contributor

fzipi commented Apr 24, 2019

Seems like ipxe/ipxe#90 was fixed.

@patrakov
Copy link
Contributor

patrakov commented 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:

mmatuska/mfsbsd#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
Copy link
Member

antonym commented 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
Copy link
Member

thelamer commented Dec 5, 2019

We can just publish their assets as github releases I will be closing this tracking in #31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants