mirror of
git://git.git.savannah.gnu.org/grub.git
synced 2026-08-19 06:56:15 +00:00
ce95549cc5
EFI File Path Media Device Path is defined as NULL terminated string; but chainloader built file paths without final NULL. This caused error with Secure Boot and Linux Foundation PreLoader on Acer with InsydeH20 BIOS. Apparently firmware failed verification with EFI_INVALID_PARAMETER which is considered fatal error by PreLoader. Reported and tested by Giovanni Santini <itachi.sama.amaterasu@gmail.com>