Kickstart pxeboot install for fedora 40

Trying to set up kickstart install via pxeboot. I have done this for F32…F38. I have set up the tftpboot dir the same as for previous versions, but with F40 files. Now the tftp client is asking for files like vesamenu.c40 and vesamenu.c40.img and vesamenu.c40.c32. Where are these files from?

TIA

ken

It has been a while since I’ve set up a pxe server. Just been using an iso image burned to a usb device and an OEMDRV second device lately.

The docs claim to not be acurate. Old articles may have clues.

One method to find out what is in an rpm

dnf provides $(dnf rq -al 2>/dev/null | grep vesamenu)

Setting up PXE boot for Fedora 40, BIOS clients work the same way as usual.
No extra files are necessary unless explicitly specified in the PXE config.
Perhaps your issue is related to UEFI clients?

OK, found the problem. A typo in the default boot menu. So the pxe boot works, as it always has. Now, I just have to see what’s changed in F40 anaconda install. Something always does. :frowning:

Thanks to all for youyr help.

ken