mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 07:05:56 +03:00
[GH-ISSUE #475] Add support for ArcoLinux and it's flavors #160
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#160
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 @thelamer on GitHub (Jan 2, 2020).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/475
Originally assigned to: @thelamer on GitHub.
Have a functional POC here:
But this is custom built. Hope upstream can add PXE hooks to their existing live assets:
https://github.com/arcolinux/arcolinux-iso/pull/20
@arcolinuxz commented on GitHub (Jan 11, 2020):
github.com/arcolinux/arcolinux-iso-dev@f33ea128e2I have added the code on this development github.
lets both test it out now
@thelamer commented on GitHub (Jan 11, 2020):
@arcolinuxz sorry if I was not clear, but I have used those exact changes to build that POC boot snippet. Here is a video of the boot process if you don't have an IPXE setup:
https://netboot-test.s3-us-west-2.amazonaws.com/bootarco.webm
What we need downstream is these changes to be in your rolling ISO downloads: (these files)
https://bike.seedhost.eu/arcolinux/iso/
Is the arcolinux/arcolinux-iso-dev repo code used to publish any iso assets on any of these mirrors ?
I can ingest them and show you another boot demo.
@arcolinuxz commented on GitHub (Jan 11, 2020):
I have created this in my development iso
github.com/arcolinux/arcolinux-iso-dev@f33ea128e2I have build the iso that way.
It gives us a LOT of messages when we build it - hardware stuff missing.
But nevertheless it builds and installs fine.
We have the iso
i provide the download link and you test it.
Does that sound good?
erik
On Sat, Jan 11, 2020 at 6:36 PM Ryan Kuba notifications@github.com wrote:
@thelamer commented on GitHub (Jan 11, 2020):
Sure
@arcolinuxz commented on GitHub (Jan 12, 2020):
https://www.dropbox.com/sh/4iiv2r9yjjtx2w2/AAB3sWwNPhMDxKCNS4Ns17xNa?dl=0
Lets agree you tell when you got it and I delete the share.
@thelamer commented on GitHub (Jan 12, 2020):
I only see a checksum and package list in that share:

@thelamer commented on GitHub (Jan 12, 2020):
got it
arcolinux-dev-v20.2.1.iso@arcolinuxz commented on GitHub (Jan 12, 2020):
It was uploaded 44 minutes ago.
Just timing
On Sun, Jan 12, 2020 at 7:44 AM Ryan Kuba notifications@github.com wrote:
@thelamer commented on GitHub (Jan 12, 2020):
Yeah boots up great, should work on all your flavors if you add these hooks to the ISO build process:

New boot snippet with updated assets from your ISO:
Side note about
Possible missing firmwarethat is just an initramfs builder thing, it is a desync between distro firmware packages and what the head kernel wants. In any case not a cause for concern as it will embed what it has available.@arcolinuxz commented on GitHub (Jan 12, 2020):
Cool
Do you have a link I can test it before I delete the iso?
@arcolinuxz commented on GitHub (Jan 12, 2020):
is the resolution a bit ok
@thelamer commented on GitHub (Jan 12, 2020):
The boot snippet is the link (you need an ipxe setup to try it )here are the assets :
https://github.com/thelamer/boot-assets/releases/tag/arco20x-dev
The resolution is just because I wanted a small screenshot in virtualbox. The livecd experience is all there.
I could build you a custom ipxe iso that loads this remote content , would you be interested in that for testing ?
@arcolinuxz commented on GitHub (Jan 12, 2020):
If that is not too much trouble and work, yes please.
So I can show my team members.
Cheers
erik
On Sun, Jan 12, 2020 at 4:39 PM Ryan Kuba notifications@github.com wrote:
@thelamer commented on GitHub (Jan 12, 2020):
I would recommend this iso in a VM locally: (legacy pcbios iso format also the VM will need ~4 gigs of mem)
https://netboot-test.s3-us-west-2.amazonaws.com/netboot.xyz.iso
But if needed here are USB images and EFI compatible flavors:
https://netboot-test.s3-us-west-2.amazonaws.com/netboot.xyz.usb
https://netboot-test.s3-us-west-2.amazonaws.com/netboot.xyz-efi.iso
https://netboot-test.s3-us-west-2.amazonaws.com/netboot.xyz-efi.usb
Let me know if you have any questions.
Edit: if you want to see our current real menu the current release is here:
https://boot.netboot.xyz/ipxe/netboot.xyz.iso
@arcolinuxz commented on GitHub (Jan 12, 2020):
I see it will boot up and show calamares.
@thelamer commented on GitHub (Jan 12, 2020):
Yep that's it, just the Live CD experience except downloaded at boot time instead of loading an ISO locally.
If your team decides to merge these changes into your build configuration let us know and we will turn on asset ingestion and advertise the boot options in our menus.
@arcolinuxz commented on GitHub (Jan 13, 2020):
I was thinking
it only makes sense to do that for ArcoLinux - all the rest is NOT done
because not interesting. Just ArcoLinux (xfce, openbox and i3) should be
created.
On Sun, Jan 12, 2020 at 10:31 PM Ryan Kuba notifications@github.com wrote:
@thelamer commented on GitHub (Jan 13, 2020):
From upstream:
I do not 100% understand the reasoning I think some of it is lost in translation.
All of the ISOs are running arch and capable of using these hooks, the messages about firmware missing are just normal warns durinig initramfs generation.
In any case they have made a decision so closing this out.