Difference between revisions of "Package:Shim"

From Funtoo
Jump to navigation Jump to search
m (add blog post explaining structure of fedora shimming.)
m
Line 1: Line 1:
{{note|under construction, feel free to contribute.}}
{{note|under construction, feel free to contribute.}}


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


sys-boot/shim
sys-boot/shim
Line 20: Line 20:


/usr/share/shim/mmx64.efi
/usr/share/shim/mmx64.efi
my system is 64 so im going to try.
{{console|body=
###i## mount /dev/sdc1 /boot
###i## mount /dev/sdc1 /boot/efi
###i## mkdir /boot/efi/efi/BOOT
###i## cp /usr/share/shim/BOOTX64.EFI /boot/efi/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 19:13, October 20, 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 # mount /dev/sdc1 /boot
root # mount /dev/sdc1 /boot/efi
root # mkdir /boot/efi/efi/BOOT
root # cp /usr/share/shim/BOOTX64.EFI /boot/efi/efi/BOOT/


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