Note
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Shim"
Jump to navigation
Jump to search
m |
|||
Line 24: | Line 24: | ||
{{console|body= | {{console|body= | ||
###i## mkdir /boot/EFI/BOOT | |||
###i## cp /usr/share/shim/BOOTX64.EFI /boot/EFI/BOOT/ | |||
###i## mkdir /boot/ | |||
###i## cp /usr/share/shim/BOOTX64.EFI /boot/ | |||
}} | }} | ||
https://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/ | https://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/ |
Revision as of 02:38, December 5, 2020
Note
under construction, feel free to contribute.
we have fedora's EFI secure boot shim. this page is not functional yet. Secure_Boot has detailed instructions.
sys-boot/shim
Homepage: https://apps.fedoraproject.org/packages/shim/ Description: Fedora's signed UEFI shim
root # emerge sys-boot/shim
these files are added to the system:
/usr/share/shim/BOOTIA32.EFI
/usr/share/shim/BOOTX64.EFI
/usr/share/shim/mmia32.efi
/usr/share/shim/mmx64.efi
my system is 64 so im going to try.
root # mkdir /boot/EFI/BOOT root # cp /usr/share/shim/BOOTX64.EFI /boot/EFI/BOOT/
https://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/