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