From 0d0f991ba292cf8c6a0616354dddd23f18195c9f Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 28 Jan 2016 16:08:59 -0600 Subject: [PATCH 1/2] Fix memtest option --- src/utils.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.ipxe b/src/utils.ipxe index 6ec892db..fed0c1b2 100644 --- a/src/utils.ipxe +++ b/src/utils.ipxe @@ -65,7 +65,7 @@ boot goto utils_exit :memtest -chain utils/memtest.bin ${params} && goto main_menu || +chain https://boot.netboot.xyz/utils/memtest.bin ${params} && goto main_menu || echo MEMORY ERROR DETECTED! ${errno} echo Press any key to continue ... read a From 0eab31aa8f4fab02efd128b24e1d181345521bec Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Thu, 28 Jan 2016 18:17:28 -0600 Subject: [PATCH 2/2] Fixing and adding latest versions of memtest --- src/utils.ipxe | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/utils.ipxe b/src/utils.ipxe index fed0c1b2..09bd5953 100644 --- a/src/utils.ipxe +++ b/src/utils.ipxe @@ -7,7 +7,8 @@ item clonezilla ${space} Clonezilla item dban ${space} DBAN item gparted ${space} GParted item hdt ${space} Hardware Detection Tool -item memtest ${space} MemTest86+ +item memtest_420 ${space} Memtest86+ 4.20 +item memtest_501 ${space} Memtest86+ 5.01 item netbootcd ${space} NetbootCD.us item partition_wizard ${space} Partition Wizard item pogostick ${space} Pogostick - Offline Windows Password and Registry Editor @@ -64,11 +65,12 @@ initrd http://www.hdt-project.org/raw-attachment/wiki/hdt-0.5.0/hdt-0.5.2.iso boot goto utils_exit -:memtest -chain https://boot.netboot.xyz/utils/memtest.bin ${params} && goto main_menu || -echo MEMORY ERROR DETECTED! ${errno} -echo Press any key to continue ... -read a +:memtest_420 +chain https://boot.netboot.xyz/utils/memtest86-4.20.bin && goto main_menu || +goto utils_exit + +:memtest_501 +chain https://boot.netboot.xyz/utils/memtest86-5.01.bin && goto main_menu || goto utils_exit :netbootcd