[GH-ISSUE #552] Support MXLinux antiX #1712

Closed
opened 2026-03-01 18:35:40 +03:00 by kerem · 1 comment
Owner

Originally created by @thelamer on GitHub (Jan 21, 2020).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/552

Originally assigned to: @thelamer on GitHub.

I have a basic loop working here:

#!ipxe
imgfree
set url https://github.com/thelamer/boot-assets/releases/download/MXDemo/
kernel ${url}vmlinuz fetch=${url}linuxfs initrd=initrd
initrd ${url}initrd
boot

It is rough but functional I don't use their built ins for messages and just echo stuff, also I just mashed the kernel modules from the squash into the initrd.

I filed upstream to see if this is something they would be interested in adding to their Live CDs:
https://bugs.mxlinux.org/show_bug.cgi?id=235

Originally created by @thelamer on GitHub (Jan 21, 2020). Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/552 Originally assigned to: @thelamer on GitHub. I have a basic loop working here: ``` #!ipxe imgfree set url https://github.com/thelamer/boot-assets/releases/download/MXDemo/ kernel ${url}vmlinuz fetch=${url}linuxfs initrd=initrd initrd ${url}initrd boot ``` It is rough but functional I don't use their built ins for messages and just echo stuff, also I just mashed the kernel modules from the squash into the initrd. I filed upstream to see if this is something they would be interested in adding to their Live CDs: https://bugs.mxlinux.org/show_bug.cgi?id=235
kerem 2026-03-01 18:35:40 +03:00
Author
Owner

@thelamer commented on GitHub (Apr 6, 2020):

Non response upstream after months, this will not be supported.

<!-- gh-comment-id:609944263 --> @thelamer commented on GitHub (Apr 6, 2020): Non response upstream after months, this will not be supported.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#1712
No description provided.