Bug 11841 - grub-efi.cfg not used when building EFI disk image
Summary: grub-efi.cfg not used when building EFI disk image
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2019.02.2
Hardware: All Linux
: P5 minor
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-04 04:48 UTC by Pete Morici
Modified: 2019-05-15 20:41 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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