pxe boot is not retrieving kickstart config file
by bradvan from LinuxQuestions.org on (#4Z00F)
Trying to kickstart some servers with UEFI/PXE boot. In the logs and tcpdump, I can see the bootp and ip address assignment. It then downloads the shim.efi, grubx64.efi, and the grub.cfg. In the grub.cfg I have: Code:timeout=10
menuentry "CentOS 7 kickstart" {
linuxefi uefi/vmlinuz ip=dhcp inst.ks=http://1.2.3.4/images/kickstart_configs/ks.cfg
initrdefi uefi/initrd.img
}After it downloads the grub.cfg, it downloads vmlinuz and initrd.img. That is where the downloads stop. It eventually drops to the dracut shell. I can run Code:curl http://1.2.3.4/images/kickstart_configs/ks.cfg and the kickstart file will download. I just can't seem to get the kickstarting server to pull it down. Any ideas what I am missing?


menuentry "CentOS 7 kickstart" {
linuxefi uefi/vmlinuz ip=dhcp inst.ks=http://1.2.3.4/images/kickstart_configs/ks.cfg
initrdefi uefi/initrd.img
}After it downloads the grub.cfg, it downloads vmlinuz and initrd.img. That is where the downloads stop. It eventually drops to the dracut shell. I can run Code:curl http://1.2.3.4/images/kickstart_configs/ks.cfg and the kickstart file will download. I just can't seem to get the kickstarting server to pull it down. Any ideas what I am missing?