On Linux Mint 18.1, in the directory /usr/lib/shim/, the shim files are named shimx64.efi.signed, mmx64.efi.signed, and fbx64.efi.signed.
# ls -l /usr/lib/shim/
total 3496
-rw-r--r-- 1 root root 72144 Dec 1 16:55 fbx64.efi.signed
-rw-r--r-- 1 root root 1168464 Dec 1 16:55 mmx64.efi.signed
-rw-r--r-- 1 root root 1161359 Dec 1 16:55 shimx64.efi
-rw-r--r-- 1 root root 1169992 Mar 17 17:29 shimx64.efi.signed
(shimx64.efi is an unsigned version, I think)
It would be nice if refind-install was updated to detect these filenames, so that refind-install --shim /usr/lib/shim/shimx64.efi.signed works properly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
On Linux Mint 18.1, in the directory /usr/lib/shim/, the shim files are named shimx64.efi.signed, mmx64.efi.signed, and fbx64.efi.signed.
(shimx64.efi is an unsigned version, I think)
It would be nice if refind-install was updated to detect these filenames, so that
refind-install --shim /usr/lib/shim/shimx64.efi.signed
works properly.I've just implemented this. See the new script at:
https://sourceforge.net/p/refind/code/ci/master/tree/refind-install
If you could please tell me if it's working correctly for you, I'd appreciate it.