]> git.proxmox.com Git - grub2.git/commit
Fall back to i386-pc 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>
Fri, 16 Feb 2018 11:02:46 +0000 (11:02 +0000)
commit6adb5d9c36756bf65e8f0d8c95749c427c79d8e1
tree8959b1cdf78211bc0082becdbf5bfb56a6098b50
parentc4092a1d354f4ff35bb38018ee1a3514c34037e2
Fall back to i386-pc 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.  There's
nothing actually stopping us installing i386-pc from an EFI environment,
and it's better than returning a confusing error.

Forwarded: no
Last-Update: 2013-12-20

Patch-Name: install_efi_fallback.patch
grub-core/osdep/linux/platform.c