]> 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>
Sun, 18 Sep 2016 17:15:55 +0000 (18:15 +0100)
commitfd99a933c3e74ae10034446ef5ee54749c4b06d0
tree5d3f6b753368e0fbae2e45b3bb37fcc18520a8f4
parent9862a15899003ccaa652af79f9cfdb4286200ddd
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