Difference between revisions of "Package:Shim"

From Funtoo
Jump to navigation Jump to search
(clean up)
Line 1: Line 1:
{{note|under construction, feel free to contribute.}}
{{note|testing}}


we have fedora's EFI secure boot shim.  this page is not functional yet.  [[Secure_Boot]] has detailed instructions.
we have fedora's EFI secure boot shim.  this page is not functional yet.  [[Secure_Boot]] has detailed instructions.
Line 12: Line 12:


these files are added to the system:
these files are added to the system:
 
*/usr/share/shim/BOOTIA32.EFI
/usr/share/shim/BOOTIA32.EFI
*/usr/share/shim/BOOTX64.EFI
 
*/usr/share/shim/mmia32.efi
/usr/share/shim/BOOTX64.EFI
*/usr/share/shim/mmx64.efi
 
/usr/share/shim/mmia32.efi
 
/usr/share/shim/mmx64.efi





Revision as of 04:18, December 5, 2020

   Note

testing

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


root # mkdir /boot/EFI/FUNTOO
root # cp /usr/share/shim/* /boot/EFI/FUNTOO/
root # mkdir /boot/EFI/BOOT
root # cp /boot/EFI/FUNTOO/* /boot/EFI/BOOT/
root # cp /usr/share/shim/* /boot/EFI/BOOT/


https://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/