https://wiki.alpinelinux.org/wiki/Requirements# #XcpNg can boot #AlpineLinux (From #NetbootXyz ram) since it only requires 128Mto install , probably more would work using the 32 bits versions
https://wiki.alpinelinux.org/wiki/Requirements# #XcpNg can boot #AlpineLinux (From #NetbootXyz ram) since it only requires 128Mto install , probably more would work using the 32 bits versions
https://netboot.xyz/# #NetBootXyz is a great tool, I use use to offload the storage of my ISO, and install from the internet, to use it in #XcpNG a couple of command line can help:
cd /opt/xensource/packages/iso/
wget https://boot.netboot.xyz/ipxe/netboot.xyz.iso
xe sr-list | sed -n -s 's/uuid .*: \(.*\)/\1/gp' | xargs -i -n1 xe sr-scan uuid={}
xe cd-list
uuid ( RO) : 2e865d56-669c-4839-9d8a-8f2463cf7a20
name-label ( RW): netboot.xyz.iso
#SecoB68 is powered by #BIOS #AmericaMegatendsInc 1.13 it can boots in legacy or #UEFI , for #PXE only #efi seems supported at least i can see the query in my #DnsMasq logs ... But #grubs does not show up... I also tried with #pxelinux and #netbootxyz ...
https://xcp-ng.org/forum/user/rzr# #XcpNg : Just installed xcp-ng-8.3.0-20250606-netinstall.iso on an #x86 #SingleBoardComputer and booted #NetBootXyz , and boot lightweight #OS from the web ...
was schade ist:
Eine Fritzbox kann nicht (zumindest meines Kenntnisstands nach) einen TFTP Verweis auf einen PXE (Aus dem Netzwerk booten) Server erstellen.
Lösung:
Aktuelles PI Hole, DHCP drauf aktivieren und dann:
Settings -> All Settings -> Miscellaneous
bei "misc.dnsmasq_lines" folgendes eintragen:
# Standard PC BIOS
dhcp-match=set:bios,60,PXEClient:Arch:00000
dhcp-boot=tag:bios,netboot.xyz.kpxe,,192.168.10.25
# 64-bit x86 EFI
dhcp-match=set:efi64,60,PXEClient:Arch:00007
dhcp-boot=tag:efi64,netboot.xyz.efi,,192.168.10.25
# 64-bit x86 EFI (obsolete)
dhcp-match=set:efi64-2,60,PXEClient:Arch:00009
dhcp-boot=tag:efi64-2,netboot.xyz.efi,,192.168.10.25
# 64-bit UEFI for arm64
dhcp-match=set:efi64-3,60,PXEClient:Arch:0000B
dhcp-boot=tag:efi64-3,netboot.xyz-arm64.efi,,192.168.10.25
192.168.10.25 wird durch die IP Eures PXE Servers ersetzt.
#netbootXYZ #FritzBox #PiHole #DHCP
https://netboot.xyz/ is really cool, just used it to install Debian for a relative.
cc #netbootxyz #theWorkshop
Netboot.xyz: your favorite operating systems in one place
https://netboot.xyz/
#ycombinator #ipxe #netbootxyz #pxe #linux #operating_system #install #installer #netboot #netboot_xyz
Thanks for the magnets and stickers netbootxyz! More importantly, thank you for creating and maintaining the open source netboot project!
Oh, if you're looking for the documentation on how to set up netboot xyz (step by step) as well as how to create a Windows PXE boot disk, it's all documented here!