как включить memtest86+ в grub
добавил…
└$► cat /etc/grub.d/40_custom
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry 'memtest86' {
insmod part_gpt
insmod fat
set root='hd0,gpt0'
chainloader /EFI/BOOT/BOOTX64.efi
появилось в меню grub memtest86, но не находит файл BOOTX64.efi как бы раздел у меня в fat32 все должно работать
/dev/nvme0n1p1 on /boot/efi type vfat (rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
пробовал с
set root='hd0,gpt1'
все равно не находить BOOTX64.efi
похоже, что memtest86+ не работает с nvme?