Updating PXE net bootable Debian installer
Currently the first network port can PXE boot to a Debian installer. At some point in the future this may become out of date and then it will fail to install due to not being able to find the correct modules to match the kernel it uses.
In order to update the network installer you need to perform the following steps.
Download netboot.tar.gz from Debian bookworm netboot or more probably a more recent version of that file.
Upload netboot.tar.gz to the PXE tftp host which is at the moment ai-worker-01, the LAVA proxy VM with access to the network in the Colo.
Login to ai-worker-01 and cd to the tftp root which is /var/lib/lava/dispatcher/tmp
Move or remove the current debian-installer directory.
Extract the contents of netboot.tar.gz to create a new debian-installer directory.
Restart the tftp server
# systemctl restart tftpd-hpa
Â