Article 4Z00F pxe boot is not retrieving kickstart config file

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?latest?d=yIl2AUoC8zA latest?i=UwEt9nGryZ4:Bf5CVKbkPn0:F7zBnMy latest?i=UwEt9nGryZ4:Bf5CVKbkPn0:V_sGLiP latest?d=qj6IDK7rITs latest?i=UwEt9nGryZ4:Bf5CVKbkPn0:gIN9vFwUwEt9nGryZ4
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments