Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added 'Generate and sign GRUB EFI' to readme.md #123

Closed
wants to merge 1 commit into from

Commits on Jan 17, 2022

  1. Added 'Generate and sign GRUB EFI' in readme.md

    Added this to readme.md, it'll save someone a lot of time, it fixes grub rescue error, 
    
    # GRUB with secure boot
    ```
    # sudo grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=GRUB --modules="normal test efi_gop efi_uga search echo linux all_video gfxmenu gfxterm_background gfxterm_menu gfxterm loadenv configfile tpm" --disable-shim-lock
    
    Installing for x86_64-efi platform.
    Installation finished. No error reported.
    
    # sbctl sign -s /boot/efi/EFI/GRUB/grubx64.efi
    ✓ Signed /boot/efi/EFI/GRUB/grubx64.efi
    // Reboot!
    ```
    I was editing grub config to chainload EFI, though the solution was pretty simple.
    Foxboron#91 - I looked up this issue at this before I started messing with grub.config, as a noobie i couldn't do it  -I did grub-install and sign grubx64.efi but in /EFI/Manjaro/grubx64.efi which obviously didn't fix the issue. 
    I also made lots of rookie mistakes which ill address with fixes, Hope this helps some noobie like me!
    theomkumar committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    66cfa32 View commit details
    Browse the repository at this point in the history