mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 07:05:56 +03:00
[GH-ISSUE #43] Manjaro support #1560
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#1560
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 @Strit on GitHub (Jan 19, 2016).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/43
Since manjaro has alot of "edition", it would be great if one could just plug in this usb key, and have access to most, if not all, of them.
Hope it is possible.
@antonym commented on GitHub (Jan 19, 2016):
Manjaro does not work unfortunately with memdisk, I gave it a try last week as I was going through the distrowatch list. See http://netboot.xyz/faq/#will-my-favorite-distribution-work for more information. Please feel free to raise it to them though and maybe that's something we can get working.
@Strit commented on GitHub (Jan 19, 2016):
Oh, alright. I'll mention it for them.
@antonym commented on GitHub (Jan 19, 2016):
Thanks! Much appreciated!
@Strit commented on GitHub (Jan 25, 2016):
Seems the tools used for building the iso's does not support pxe boot. :(
@antonym commented on GitHub (Jan 25, 2016):
Yeah, that's what I'm running into on a lot of the distros that are ISO only without a network installer. Using the phram module seems to be the best way to do it if using memdisk, but that does involve a bit of work within the initramfs using memdiskfind to locate the ISO in memory and mapping it to a mount. The more distros that can figure out the implementation details, the more options I'll be able to make available.
I'm surprised so many still ship ISOs, they'd alleviate a lot of bandwidth and improve speed if they just let you pull the packages as needed. Plus no one wants to use CDs/DVDs anymore.
@antonym commented on GitHub (Feb 1, 2016):
Looks like we'll hopefully be set up to use Manjaro on the next release as they enabled memdisk support.
@Strit commented on GitHub (Feb 1, 2016):
They did? That's awesome!
@antonym commented on GitHub (Feb 25, 2016):
Manjaro Cinnamon 16.02 was pushed yesterday and it has the proper memdisk support built in. I pushed up initial support for that version and I'll continue to update them as new ones come out.
https://github.com/antonym/netboot.xyz/pull/84
Thanks for the request!
@antonym commented on GitHub (May 27, 2016):
Added 16.06-rc1 images of XFCE, KDE, and Net-Install. Please test out if you get a chance. I'll see about getting community images added later. I'm only doing x86_64 as there were some phram issues with x86.
(https://wiki.archlinux.org/index.php/USB_flash_installation_media#Boot_the_entire_ISO_from_RAM see bottom around vmalloc)
https://github.com/antonym/netboot.xyz/pull/101