Revert "nuke memtest86+"

This reverts commit 84a1bc502b.
This commit is contained in:
Leah Rowe
2021-11-01 02:51:10 +00:00
parent cca23ac713
commit 68d3c9372a
10 changed files with 174 additions and 1 deletions
+6
View File
@@ -245,3 +245,9 @@ menuentry 'Load Tianocore UEFI payload' {
chainloader /tianocore.elf
}
fi
if [ -f (cbfsdisk)/img/memtest ]; then
menuentry 'Load MemTest86+ [m]' --hotkey='m' {
set root='cbfsdisk'
chainloader /img/memtest
}
fi