From: Michael Prokop Date: Wed, 9 Nov 2022 15:22:17 +0000 (+0100) Subject: Support Memtest86+ with UEFI X-Git-Tag: v0.42.0~2^2 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=c01a86b3fc9055a06f38db11b9e908b5fe03701f;hp=c01a86b3fc9055a06f38db11b9e908b5fe03701f;p=grml-live.git Support Memtest86+ with UEFI Memtest86+ up and until v5.01-3.1 didn't provide (U)EFI support. Starting with v6.00, the file memtest86+.bin no longer exists, but instead there are: * /boot/memtest86+x32.bin * /boot/memtest86+x32.efi * /boot/memtest86+x64.bin * /boot/memtest86+x64.efi So let's start adding support for memtest86 with (U)EFI. Hopefully we don't need FAT16/8.3 compatibility any longer, so let's try using the files as-is. Closes: https://github.com/grml/grml-live/issues/109 ---