Added Memtest86+ memory tester v6.00 for UEFI in the Grub boot menu (#308)

This commit is contained in:
Francois Dupoux 2022-12-16 09:20:30 +00:00
parent 941a63007c
commit ef39280ebe
4 changed files with 13 additions and 0 deletions

View file

@ -5,6 +5,11 @@ IMPORTANT: The 32bit (i686) release of SystemRescue will be deprecated soon
unless volunteers are found to help maintaining it. See
https://gitlab.com/systemrescue/systemrescue-sources/-/issues/278
------------------------------------------------------------------------------
9.06 (YYYY-MM-DD):
------------------------------------------------------------------------------
* Added Memtest86+ memory tester v6.00 for UEFI in the Grub boot menu (#308)
------------------------------------------------------------------------------
9.05 (2022-10-21):
------------------------------------------------------------------------------

View file

@ -342,6 +342,7 @@ make_efi() {
s|%INSTALL_DIR%|${install_dir}|g" \
${script_path}/efiboot/grub/grubsrcd.cfg > ${work_dir}/iso/boot/grub/grubsrcd.cfg
cp -a /usr/share/edk2-shell/${edk2arch}/Shell_Full.efi ${work_dir}/iso/EFI/shell.efi
cp ${work_dir}/${arch}/airootfs/boot/memtest86+/memtest.efi ${work_dir}/iso/EFI/memtest.efi
}
# Prepare efiboot.img::/EFI for "El Torito" EFI boot mode

View file

@ -74,6 +74,12 @@ menuentry "Stop during the boot process before mounting the root filesystem" {
initrd /%INSTALL_DIR%/boot/intel_ucode.img /%INSTALL_DIR%/boot/amd_ucode.img /%INSTALL_DIR%/boot/%ISO_ARCH%/sysresccd.img
}
menuentry "Memtest86+ memory tester for UEFI" {
insmod fat
set gfxpayload=800x600,1024x768
linux /EFI/memtest.efi keyboard=both
}
menuentry "Start EFI Shell" {
insmod fat
insmod chain

View file

@ -128,6 +128,7 @@ man-pages
mc
mdadm
memtest86+
memtest86+-efi
memtester
mesa-minimal
minicom