Files
netboot/http/boot.ipxe

11 lines
471 B
Plaintext

#!ipxe
echo Booting Ubuntu Noble K3s Node via iPXE
echo Loading kernel...
kernel http://192.168.100.1:8800/vmlinuz
echo Loading initramfs...
initrd http://192.168.100.1:8800/initrd-netboot.img
echo Setting kernel arguments for HTTP root mounting
imgargs vmlinuz initrd=initrd-netboot.img boot=netboot root=http://192.168.100.1:8800/filesystem.squashfs rootfstype=squashfs overlayroot=tmpfs ip=dhcp console=tty0 console=ttyS0,115200 loglevel=7
echo Booting system...
boot