mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-01-24 09:30:24 +01:00
Added Memtest86+ memory tester v6.00 for UEFI in the Grub boot menu (#308)
This commit is contained in:
parent
941a63007c
commit
ef39280ebe
|
|
@ -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):
|
||||
------------------------------------------------------------------------------
|
||||
|
|
|
|||
1
build.sh
1
build.sh
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue