diff --git a/ipxe/scripts/install_grub_ipxe.sh b/ipxe/scripts/install_grub_ipxe.sh index a1f86d3..45efab5 100644 --- a/ipxe/scripts/install_grub_ipxe.sh +++ b/ipxe/scripts/install_grub_ipxe.sh @@ -7,7 +7,7 @@ if [ $(id -u) -ne 0 ]; then fi # download GRUB iPXE boot image -wget -q http://dl.panticz.de/ipxe/ipxe.lkrn -O /boot/ipxe.lkrn +wget -q https://boot.ipxe.org/ipxe.lkrn -O /boot/ipxe.lkrn # create GRUB menu entry wget -q https://raw.githubusercontent.com/panticz/preseed/master/ipxe/scripts/grub/49_ipxe -O /etc/grub.d/49_ipxe