Re: How searching for EFI-directory with custom-bootloader grubx64.efi?

2020-05-03 Thread Pascal Hambourg
Please reply to the list and do not top-post. Le 03/05/2020 à 13:51, dern...@web.de a écrit : As i researched, it could work as: # EFI/Linux/grubx64.efi & grub.cfg - > the custom bootimage & grub.cfg to /boot/grub/grub.cfg # configfile ${cmdpath}/grub.cfg GRUB can also search for a device

Re: How searching for EFI-directory with custom-bootloader grubx64.efi?

2020-05-03 Thread Pascal Hambourg
Le 03/05/2020 à 09:38, Dernsen a écrit : The grubx64.efi is signed, so you can not edit it after signing and so it is a custom bootimage, this should work for installing on any amd64-efi system. So I set within grubx64.efi: set root='hd0,gpt1' set prefix=($root)'/EFI/linux' configfile

How searching for EFI-directory with custom-bootloader grubx64.efi?

2020-05-03 Thread Dernsen
I created my own signed custom grubx64.efi with grub-mkimage for secure-boot enabled system. The grubx64.efi points to a grub.cfg file within same directory as grubx64.efi, this grub.cfg points to the grub.cfg file on the /boot, which starts the system. This works all pretty fine. The