On Wed, May 23, 2018 at 5:09 PM, Dusty Mabe <du...@dustymabe.com> wrote: > Jonathan, Can you share how you copied the files from the ISO and also > what your pxelinux.cfg is ?
Nothing too special. I mounted the install ISO and copied vmlinuz and initrd in `images/pxeboot` to the PXE directory. pxelinux.cfg/default: --- default menu.c32 prompt 0 timeout 5 ONTIMEOUT linux MENU TITLE PXE Menu LABEL linux kernel vmlinuz append initrd=initrd.img ks=http://192.168.122.1:35001/centos-atomic.ks ip=dhcp inst.stage2=http://192.168.122.1:35000/ --- The port 35000 webserver is rooted at the mounted ISO.