Hi, I need to figure out the default search path for configuring IPXE I receive an error that files cannot be located during TFTP boot. Chain command in bootstrap.ipxe is the below. Please note the first line- chain http://172.17.11.119:8150/svc/boot? Where is the /svc/boot directory location supposed to be on a CentOS 7 system? How do I change that to a viable directory and/or create that same directory with the correct files?
Thank you, Lee turchin chain http://172.17.11.119:8150/svc/boot?net0=${net0/mac:hexhyp}&net1=${net1/mac:hexhyp}&net2=${net2/mac:hexhyp}&net3=${net3/mac:hexhyp}&dhcp_mac=${dhcp_mac}&serial=${serial}&asset=${asset}&uuid=${uuid}&fact_boot_type=${platform} || goto error
_______________________________________________ ipxe-devel mailing list ipxe-devel@lists.ipxe.org https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel