[Git-commits] [grml/grml-debootstrap] 622ca5: Improve EFI detection by checking for /sys/firmwar...
Michael Prokop
noreply at github.com
Fri Oct 2 15:58:34 CEST 2020
Branch: refs/heads/master
Home: https://github.com/grml/grml-debootstrap
Commit: 622ca58e0d5585069b51ecbb60d0a36eede4d53a
https://github.com/grml/grml-debootstrap/commit/622ca58e0d5585069b51ecbb60d0a36eede4d53a
Author: Michael Prokop <mika at grml.org>
Date: 2020-10-02 (Fri, 02 Oct 2020)
Changed paths:
M grml-debootstrap
Log Message:
-----------
Improve EFI detection by checking for /sys/firmware/efi
It might be possible that we can load the efivars module, while
/sys/firmware/efi still doesn't exist and efibootmgr then fails
to execute.
We noticed this on Hetzner's Dell PowerEdgeâ„¢ R6515 DX181 server,
which was booted in BIOS mode via PXE, while the hardware itself
is EFI capable. Loading the efivars module worked there, but
invoking efibootmgr then fails, and the resulting system isn't
bootable.
Thanks: Darshaka Pathirana for reporting and feedback
More information about the Git-commits
mailing list