Difference between revisions of "Package:Shim"

From Funtoo
Jump to navigation Jump to search
(Created page with "{{note|under construction, feel free to contribute.}} we have fedora's EFI secure boot shim. sys-boot/shim Homepage: https://apps.fedoraproject.org/packages/...")
 
m (add blog post explaining structure of fedora shimming.)
Line 11: Line 11:
}}
}}


these files are added to the system.
these files are added to the system:
/usr/share/shim
 
/usr/share/shim/BOOTIA32.EFI
/usr/share/shim/BOOTIA32.EFI
/usr/share/shim/BOOTX64.EFI
/usr/share/shim/BOOTX64.EFI
/usr/share/shim/mmia32.efi
/usr/share/shim/mmia32.efi
/usr/share/shim/mmx64.efi
/usr/share/shim/mmx64.efi
https://blog.uncooperative.org/blog/2014/02/06/the-efi-system-partition/

Revision as of 15:55, October 20, 2020

   Note

under construction, feel free to contribute.

we have fedora's EFI secure boot shim.

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


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