add Memtest86+

This commit is contained in:
Ing 2024-07-21 13:06:16 +08:00
parent c2a4300d40
commit e058a4ef2a
3 changed files with 6 additions and 0 deletions

View File

@ -137,3 +137,8 @@ else
configfile ${prefix}/grub.cfg configfile ${prefix}/grub.cfg
} }
fi fi
menuentry 'Start Memtest86+' --id memtest {
echo "Loading memtest86+..."
linux ${prefix}/memtest
}

Binary file not shown.

View File

@ -3,6 +3,7 @@ replace:
"files/mnt/p1/RR_VERSION": "/mnt/p1/RR_VERSION" "files/mnt/p1/RR_VERSION": "/mnt/p1/RR_VERSION"
"files/mnt/p1/boot/grub/grub.cfg": "/mnt/p1/boot/grub/grub.cfg" "files/mnt/p1/boot/grub/grub.cfg": "/mnt/p1/boot/grub/grub.cfg"
"files/mnt/p1/boot/grub/logo.png": "/mnt/p1/boot/grub/logo.png" "files/mnt/p1/boot/grub/logo.png": "/mnt/p1/boot/grub/logo.png"
"files/mnt/p1/boot/grub/memtest": "/mnt/p1/boot/grub/memtest"
"files/mnt/p1/EFI/BOOT/SynoBootLoader.conf": "/mnt/p1/EFI/BOOT/SynoBootLoader.conf" "files/mnt/p1/EFI/BOOT/SynoBootLoader.conf": "/mnt/p1/EFI/BOOT/SynoBootLoader.conf"
"files/mnt/p1/EFI/BOOT/SynoBootLoader.efi": "/mnt/p1/EFI/BOOT/SynoBootLoader.efi" "files/mnt/p1/EFI/BOOT/SynoBootLoader.efi": "/mnt/p1/EFI/BOOT/SynoBootLoader.efi"
"files/mnt/p3/bzImage-rr": "/mnt/p3/bzImage-rr" "files/mnt/p3/bzImage-rr": "/mnt/p3/bzImage-rr"