Bug 11841

Summary: grub-efi.cfg not used when building EFI disk image
Product: buildroot Reporter: Pete Morici <pmorici>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: buildroot
Priority: P5    
Version: 2019.02.2   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description Pete Morici 2019-05-04 04:48:55 UTC
In the board/pc directory there is a file grub-efi.cfg that the readme.txt file says is used when building an EFI based image but it doesn't appear that the grub configuration from that file is ever used any place.  Instead, the script post-image-efi-gpt.sh has a grub configuration embedded in it that gets used.
Comment 1 Thomas Petazzoni 2019-05-10 07:39:45 UTC
Thanks for the report, you're totally right. I have submitted http://patchwork.ozlabs.org/patch/1097871/ to fix this.
Comment 2 Peter Korsgaard 2019-05-15 20:41:33 UTC
Fix has now been committed, thanks