#!ipxe echo Booting Ubuntu Noble K3s Node via iPXE # Clear any previous images imgfree # Load initrd FIRST (UEFI memory mapping requirement) echo Loading initramfs... initrd http://192.168.100.1:8800/initrd-netboot.img # Then load kernel echo Loading kernel... kernel http://192.168.100.1:8800/vmlinuz initrd=initrd-netboot.img rdinit=/init boot=netboot root=http://192.168.100.1:8800/filesystem.squashfs rootfstype=squashfs overlayroot=tmpfs ip=dhcp console=tty0 console=ttyS0,115200 loglevel=7 panic=-1 break=mountroot echo Booting system... boot