From ca522fbb90c506bc3060c4eb5cbbf2432bec7c48 Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 4 Oct 2023 09:12:29 -0500 Subject: [PATCH] added urbackup to ipxe menu --- files/ipxe/menu.ipxe | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/files/ipxe/menu.ipxe b/files/ipxe/menu.ipxe index 9b5f5b9..a174795 100755 --- a/files/ipxe/menu.ipxe +++ b/files/ipxe/menu.ipxe @@ -16,6 +16,8 @@ item --gap -- ------------------------------ WinPE ----------------- item hbpe Hiren's Boot PE item --gap -- --------------------------- Parted Magic ------------------------------ item pmagic Parted Magic +item --gap -- ----------------------------- URBackup -------------------------------- +item urbackup URBackup item --gap -- --------------------------- Netboot.xyz ------------------------------- item netboot Netboot.xyz item --gap -- ------------------------- Advanced options ---------------------------- @@ -86,6 +88,10 @@ goto start chain http://192.168.1.50/files/pmagic/boot.ipxe || goto failed goto start +:urbackup +chain http://192.168.1.50/files/urbackup/boot.ipxe || goto failed +goto start + :netboot dhcp chain --autofree http://boot.netboot.xyz || goto failed