if [ "$grub_platform" = "efi" ]; then
	menuentry $"Memory Test" --id 'memtest' {
		chainloader /EFI/tools/memtest86.efi
		boot
	}
fi