#!ipxe #### boot.jfperreault.ca initial loader set conn_type https chain --autofree https://boot.jfperreault.ca/menu.ipxe || echo HTTPS failed... attempting HTTP... set conn_type http chain --autofree http://boot.jfperreault.ca/menu.ipxe || echo HTTP failed, localbooting... exit
iPXE Network Boot Resources