index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Jonathan Liu <net147@gmail.com> | 2022-12-03 20:56:18 +1100 |
---|---|---|
committer | Jonathan Liu <net147@gmail.com> | 2022-12-03 20:56:18 +1100 |
commit | 9d391c092570909a9631c514600d2588b2cd5310 (patch) | |
tree | f8a7721c4c9bfbebcef12da96c5aa9a836a303fa /configs/releng/grub | |
parent | 477294955a52874e167c33994dd99f9f3d60d912 (diff) |
-rw-r--r-- | configs/releng/grub/grub.cfg | 5 |
diff --git a/configs/releng/grub/grub.cfg b/configs/releng/grub/grub.cfg index 43fad0e..79ea2d2 100644 --- a/configs/releng/grub/grub.cfg +++ b/configs/releng/grub/grub.cfg @@ -46,6 +46,11 @@ menuentry "Arch Linux install medium with speakup screen reader (x86_64, UEFI)" if [ "${grub_platform}" == "efi" ]; then if [ "${grub_cpu}" == "x86_64" ]; then + menuentry "Run Memtest86+ (RAM test)" --class memtest86 --class gnu --class tool { + set gfxpayload=800x600,1024x768 + search --fs-uuid --no-floppy --set=root --label %ARCHISO_LABEL% + linux /%INSTALL_DIR%/boot/memtest.efi + } menuentry "UEFI Shell" { insmod chain search --no-floppy --set=root --label %ARCHISO_LABEL% |