[Git-commits] [grml/grml-live] c01a86: Support Memtest86+ with UEFI

Michael Prokop noreply at github.com
Thu Nov 10 15:16:40 CET 2022


  Branch: refs/heads/mika/memtest
  Home:   https://github.com/grml/grml-live
  Commit: c01a86b3fc9055a06f38db11b9e908b5fe03701f
      https://github.com/grml/grml-live/commit/c01a86b3fc9055a06f38db11b9e908b5fe03701f
  Author: Michael Prokop <mika at grml.org>
  Date:   2022-11-10 (Thu, 10 Nov 2022)

  Changed paths:
    M grml-live
    M templates/boot/grub/addons.cfg

  Log Message:
  -----------
  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




More information about the Git-commits mailing list