Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 525213 Details for
Bug 741781
EFI installs failing with Fedora 16 Beta on most hardware
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Proposed patch
0001-Fall-back-to-old-efi-GOP-detection-behavior.patch (text/plain), 1.04 KB, created by
Peter Jones
on 2011-09-27 21:03:18 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Peter Jones
Created:
2011-09-27 21:03:18 UTC
Size:
1.04 KB
patch
obsolete
>From 2696bda9f0bd3811b7d51930c5a619dcb0d64d7b Mon Sep 17 00:00:00 2001 >From: Peter Jones <pjones@redhat.com> >Date: Tue, 27 Sep 2011 16:42:40 -0400 >Subject: [PATCH] Fall back to old efi GOP detection behavior. > >--- > efi/efigraph.c | 3 +++ > efi/efiuga.c | 3 +++ > 2 files changed, 6 insertions(+), 0 deletions(-) > >diff --git a/efi/efigraph.c b/efi/efigraph.c >index c285d39..fc88123 100644 >--- a/efi/efigraph.c >+++ b/efi/efigraph.c >@@ -1413,6 +1413,9 @@ enable(struct graphics_backend *backend) > > grub_free(handles); > >+ if (!eg->output_intf) >+ eg->output_intf = grub_efi_locate_protocol(&graphics_output_guid, NULL); >+ > if (!eg->output_intf) > goto fail; > >diff --git a/efi/efiuga.c b/efi/efiuga.c >index e035c55..b27500b 100644 >--- a/efi/efiuga.c >+++ b/efi/efiuga.c >@@ -912,6 +912,9 @@ enable(struct graphics_backend *backend) > > grub_free(handles); > >+ if (!uga->draw_intf) >+ uga->draw_intf = grub_efi_locate_protocol(&draw_guid, NULL); >+ > if (!uga->draw_intf) { > grub_free(uga); > return 0; >-- >1.7.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 741781
: 525213 |
525232
|
525233
|
525234
|
526432
|
526433
|
526434
|
526435