]> git.proxmox.com Git - grub2.git/commit
Fall back to non-EFI if booted using EFI but -efi is missing
authorColin Watson <cjwatson@ubuntu.com>
Mon, 13 Jan 2014 12:13:05 +0000 (12:13 +0000)
committerColin Watson <cjwatson@debian.org>
Tue, 9 Jul 2019 10:42:34 +0000 (11:42 +0100)
commit4b5ab05a5428e6acae087a819b5daeb17b36e5f5
treec239f2252393f878c495d92ccd828465ff8e2179
parentd9aea1d0f76bb3e284531a0076c08665fb98b591
Fall back to non-EFI if booted using EFI but -efi is missing

It may be possible, particularly in recovery situations, to be booted
using EFI on x86 when only the i386-pc target is installed, or on ARM
when only the arm-uboot target is installed.  There's nothing actually
stopping us installing i386-pc or arm-uboot from an EFI environment, and
it's better than returning a confusing error.

Author: Steve McIntyre <93sam@debian.org>
Forwarded: no
Last-Update: 2019-05-24

Patch-Name: install-efi-fallback.patch
grub-core/osdep/linux/platform.c