Есть ноутбук с x86_64 процессором и IA-32 UEFI. Как правильно сконфигурировать rEFInd для прямой загрузки ядра системы Linux Mint?
Накопитель - eMMC. /dev/mmcblk0p
Пример который не работает:
# Below is a more complex Linux example, specifically for Arch Linux.
# This example MUST be modified for your specific installation; if nothing
# else, the PARTUUID code must be changed for your disk. Because Arch Linux
# does not include version numbers in its kernel and initrd filenames, you
# may need to use manual boot stanzas when using fallback initrds or
# multiple kernels with Arch. This example is modified from one in the Arch
# wiki page on rEFInd (https://wiki.archlinux.org/index.php/rEFInd).
menuentry «Linux Mint» {
icon /EFI/refind/icons/os_linuxmint.png
volume :2
loader /vmlinuz
initrd /initrd.img
options «root=/dev/mmcblk0p3 rw add_efi_memmap»
}