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

Michael Prokop noreply at github.com
Fri Nov 11 10:25:49 CET 2022


  Branch: refs/heads/master
  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


  Commit: ea1e5ea330eb48abb0b80d7e89bde2a96638db79
      https://github.com/grml/grml-live/commit/ea1e5ea330eb48abb0b80d7e89bde2a96638db79
  Author: Michael Prokop <mika at grml.org>
  Date:   2022-11-11 (Fri, 11 Nov 2022)

  Changed paths:
    A etc/grml/fai/config/files/etc/initramfs-tools/modules/GRMLBASE
    M etc/grml/fai/config/scripts/GRMLBASE/80-initramfs

  Log Message:
  -----------
  Provide workaround for kmod/initramfs-tools issue with NFS/netboot

As of kmod v30+20220905-1 (as present in current Debian/bookworm), the
output of the "modprobe --all --set-version="..." --ignore-install
--quiet --show-depends nfs" command line, as used by initramfs-tools to
identify dependencies of the the nfs module, changed. See
https://bugs.debian.org/1022172 for further details.

Until the situation between kmod, /lib/modprobe.d/50-nfs.conf and
initramfs-tools has been resolved, let's provide a workaround, so our
initramfs includes the required modules for netboot usage with NFS.

Thanks: AndrĂ¡s Korn
Closes: https://github.com/grml/grml/issues/192


  Commit: 13431227240c3f332f77bd69f98fbd5a896b177d
      https://github.com/grml/grml-live/commit/13431227240c3f332f77bd69f98fbd5a896b177d
  Author: Michael Prokop <mika at grml.org>
  Date:   2022-11-11 (Fri, 11 Nov 2022)

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

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/github/pr/120'


  Commit: 4beab1c8f2b7be7de21418befce9c6d010ce9bd5
      https://github.com/grml/grml-live/commit/4beab1c8f2b7be7de21418befce9c6d010ce9bd5
  Author: Michael Prokop <mika at grml.org>
  Date:   2022-11-11 (Fri, 11 Nov 2022)

  Changed paths:
    A etc/grml/fai/config/files/etc/initramfs-tools/modules/GRMLBASE
    M etc/grml/fai/config/scripts/GRMLBASE/80-initramfs

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/github/pr/121'


  Commit: 063609cded91cd5609d5166c32d8a103ca2cb4e3
      https://github.com/grml/grml-live/commit/063609cded91cd5609d5166c32d8a103ca2cb4e3
  Author: Michael Prokop <mika at grml.org>
  Date:   2022-11-11 (Fri, 11 Nov 2022)

  Changed paths:
    M debian/changelog

  Log Message:
  -----------
  Release new version 0.42.0


Compare: https://github.com/grml/grml-live/compare/971e2aea332f...063609cded91


More information about the Git-commits mailing list