if [ "$grub_platform" = "pc" ]; then
  menuentry $"Memory Test" --id 'memtest' {
    linux /boot/memtest.bin
  }
fi