Hi,
I am compiling grubx64.efi with modulescpio exfat ext2 fat gzio iso9660
loopback lzopio newc normal ntfs part_gpt part_msdos probe read search
tar test configfile echo xzio squash4 sfs memdisk
The prefix is stored in the sfs container.
After applying patch 938c3760b, the boot time before
Hi
On 2022/9/10 14:33, jim945 via Grub-devel wrote:
Hi,
I am compiling grubx64.efi with modulescpio exfat ext2 fat gzio iso9660
loopback lzopio newc normal ntfs part_gpt part_msdos probe read search
tar test configfile echo xzio squash4 sfs memdisk
The prefix is stored in the sfs container.
In commit 26031d3b1 (efi: Don't display a uefi-firmware entry if it's
not supported, 2022-08-18) an unconditional call to `fwsetup
--is-supported` was added which causes the system to reboot if
`grub-install` hasn't been run because `fwsetup` doesn't have the new
option.
This is a huge regression.