From d5507c8598495425660a6dd7856eff552bc6ea28 Mon Sep 17 00:00:00 2001 From: Randall Wood <297232+rhwood@users.noreply.github.com> Date: Thu, 28 Mar 2019 13:24:37 -0400 Subject: [PATCH] Get ipxe.lkrn from original source --- ipxe/scripts/install_grub_ipxe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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