diff --git a/tftpboot/ipxe_scripts/templates/pxe_default b/tftpboot/ipxe_scripts/templates/pxe_default index e461b30..3f90e6d 100644 --- a/tftpboot/ipxe_scripts/templates/pxe_default +++ b/tftpboot/ipxe_scripts/templates/pxe_default @@ -7,13 +7,13 @@ set default 0 set kernelargs __INFOHOST__ # MenĂº de entrada para seleccionar OgLive :try_iso -kernel tftp://__SERVERIP__/${ISODIR}/ogvmlinuz ${kernelargs} || goto fallback -initrd tftp://172.17.8.86/${ISODIR}/oginitrd.img +kernel http://__SERVERIP__/${ISODIR}/ogvmlinuz ${kernelargs} || goto fallback +initrd http://__SERVERIP__/${ISODIR}/oginitrd.img boot :fallback echo "OgLive default" set ISODIR ogLive -kernel tftp://__SERVERIP__/${ISODIR}/ogvmlinuz ${kernelargs} -initrd tftp://__SERVERIP__/${ISODIR}/oginitrd.img -boot \ No newline at end of file +kernel http://__SERVERIP__/${ISODIR}/ogvmlinuz ${kernelargs} +initrd http://__SERVERIP__/${ISODIR}/oginitrd.img +boot