mastodon.ie is one of the many independent Mastodon servers you can use to participate in the fediverse.
Irish Mastodon - run from Ireland, we welcome all who respect the community rules and members.

Administered by:

Server stats:

1.5K
active users

#netbootxyz

0 posts0 participants0 posts today
Continued thread

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 boot.netboot.xyz/ipxe/netboot.
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

netboot.xyzYour favorite operating systems in one place! | netboot.xyznetboot.xyz enables you to PXE boot many Operating System installers and utilities from a simple to use menu powered by the iPXE project.

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