Mageia Bugzilla – Attachment 7889 Details for
Bug 18583
Cannot boot after new install: no bootable medium found (grub not supporting newly formated ext4 fs)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
alternative: stop offering grub legacy on new installs
0001-stop-offering-grub-legacy-on-new-installs.patch (text/plain), 1.23 KB, created by
Thierry Vignaud
on 2016-06-02 11:01:35 CEST
(
hide
)
Description:
alternative: stop offering grub legacy on new installs
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2016-06-02 11:01:35 CEST
Size:
1.23 KB
patch
obsolete
>From 7a7047052b6f34b435fd8fa51bff99a8a5fc2674 Mon Sep 17 00:00:00 2001 >From: Thierry Vignaud <thierry.vignaud@gmail.com> >Date: Thu, 2 Jun 2016 10:59:13 +0200 >Subject: [PATCH] stop offering grub legacy on new installs > >rationale: >- it's broken on newly formatted ext4 (mga#18583) >- it's not maintained for years >--- > perl-install/bootloader.pm | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm >index 435fc04..a64414d 100644 >--- a/perl-install/bootloader.pm >+++ b/perl-install/bootloader.pm >@@ -1266,8 +1266,6 @@ sub method2text { > 'lilo-menu' => N("LILO with text menu"), > 'grub2-graphic' => N("GRUB2 with graphical menu"), > 'grub2' => N("GRUB2 with text menu"), >- 'grub-graphic' => N("GRUB with graphical menu"), >- 'grub-menu' => N("GRUB with text menu"), > }->{$method}; > } > >@@ -1278,8 +1276,6 @@ sub method_choices_raw { > if_(!$b_prefix_mounted || whereis_binary('grub2-reboot', $::prefix), > 'grub2-graphic', 'grub2'), > if_(!is_uefi(), ( >- if_(!$b_prefix_mounted || whereis_binary('grub', $::prefix), >- 'grub-graphic', 'grub-menu'), > if_(!$b_prefix_mounted || whereis_binary('lilo', $::prefix), > 'lilo-menu'), > )); >-- >2.5.5 >
From 7a7047052b6f34b435fd8fa51bff99a8a5fc2674 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud <thierry.vignaud@gmail.com> Date: Thu, 2 Jun 2016 10:59:13 +0200 Subject: [PATCH] stop offering grub legacy on new installs rationale: - it's broken on newly formatted ext4 (mga#18583) - it's not maintained for years --- perl-install/bootloader.pm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index 435fc04..a64414d 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -1266,8 +1266,6 @@ sub method2text { 'lilo-menu' => N("LILO with text menu"), 'grub2-graphic' => N("GRUB2 with graphical menu"), 'grub2' => N("GRUB2 with text menu"), - 'grub-graphic' => N("GRUB with graphical menu"), - 'grub-menu' => N("GRUB with text menu"), }->{$method}; } @@ -1278,8 +1276,6 @@ sub method_choices_raw { if_(!$b_prefix_mounted || whereis_binary('grub2-reboot', $::prefix), 'grub2-graphic', 'grub2'), if_(!is_uefi(), ( - if_(!$b_prefix_mounted || whereis_binary('grub', $::prefix), - 'grub-graphic', 'grub-menu'), if_(!$b_prefix_mounted || whereis_binary('lilo', $::prefix), 'lilo-menu'), )); -- 2.5.5
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18583
:
7888
|
7889