From fea2953faa318091440fbcbd3b632ae7c46d8965 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 14 Apr 2015 07:50:22 -0400 Subject: fix kernel booting in blind mode (mga#15291) adjust gfxpayload on UEFI --- perl-install/NEWS | 1 + perl-install/bootloader.pm | 1 + perl-install/install/NEWS | 1 + 3 files changed, 3 insertions(+) diff --git a/perl-install/NEWS b/perl-install/NEWS index 12207c7d0..e03a6fdad 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,5 +1,6 @@ - drakboot: o do not pass useless parameters to grub2 under UEFI (mga#15692) + o fix kernel booting in blind mode (mga#15291) Version 16.82 - 13 April 2015 diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index ad0b5544c..48a2cc4b2 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -1792,6 +1792,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); diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 3758cbc4f..5d0871191 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - drakboot: o do not pass useless parameters to grub2 under UEFI (mga#15692) + o fix kernel booting in blind mode (mga#15291) Version 16.83 - 13 April 2015 -- cgit v1.2.1