Mageia Bugzilla – Attachment 6265 Details for
Bug 15291
M5 beta & RC installations have no visible virtual consoles on UEFI (blind mode)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
fix kernel booting in blind mode (mga#15291)
0004-fix-kernel-booting-in-blind-mode-mga-15291.patch (text/plain), 873 bytes, created by
Thierry Vignaud
on 2015-04-14 13:51:43 CEST
(
hide
)
Description:
fix kernel booting in blind mode (mga#15291)
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2015-04-14 13:51:43 CEST
Size:
873 bytes
patch
obsolete
>From e5f32fd40ee7e7e812e2d74f9762d69608254237 Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Tue, 14 Apr 2015 07:50:22 -0400 >Subject: [PATCH 4/4] fix kernel booting in blind mode (mga#15291) > >adjust gfxpayload on UEFI >--- > perl-install/bootloader.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm >index 308ae98..51f24e7 100644 >--- a/perl-install/bootloader.pm >+++ b/perl-install/bootloader.pm >@@ -1794,6 +1794,7 @@ sub write_grub2 { > my $f = "$::prefix/etc/default/grub"; > my %conf = getVarsFromSh($f); > $conf{GRUB_CMDLINE_LINUX_DEFAULT} = $append; >+ $conf{GRUB_GFXPAYLOAD_LINUX} = 'auto' if is_uefi(); > $conf{GRUB_DISABLE_RECOVERY} = 'false'; # for 'failsafe' entry > $conf{GRUB_TIMEOUT} = $bootloader->{timeout}; > setVarsInSh($f, \%conf); >-- >2.3.2 >
From e5f32fd40ee7e7e812e2d74f9762d69608254237 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Tue, 14 Apr 2015 07:50:22 -0400 Subject: [PATCH 4/4] fix kernel booting in blind mode (mga#15291) adjust gfxpayload on UEFI --- perl-install/bootloader.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 308ae98..51f24e7 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -1794,6 +1794,7 @@ sub write_grub2 { my $f = "$::prefix/etc/default/grub"; my %conf = getVarsFromSh($f); $conf{GRUB_CMDLINE_LINUX_DEFAULT} = $append; + $conf{GRUB_GFXPAYLOAD_LINUX} = 'auto' if is_uefi(); $conf{GRUB_DISABLE_RECOVERY} = 'false'; # for 'failsafe' entry $conf{GRUB_TIMEOUT} = $bootloader->{timeout}; setVarsInSh($f, \%conf); -- 2.3.2
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15291
:
6081
|
6082
| 6265