Mageia Bugzilla – Attachment 8158 Details for
Bug 18923
1 GPT disk + 1 legacy disk, diskdrake complains about missing BIOS boot partition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Make warning about BIOS boot partition more explicit
0001-BIOS-boot-partition-make-warning-more-explicit-about.patch (text/plain), 1.93 KB, created by
Rémi Verschelde
on 2016-07-12 09:03:32 CEST
(
hide
)
Description:
Make warning about BIOS boot partition more explicit
Filename:
MIME Type:
Creator:
Rémi Verschelde
Created:
2016-07-12 09:03:32 CEST
Size:
1.93 KB
patch
obsolete
>From bedbc741b17ed22fbb0f70da9877871d5bef0fd8 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= <rverschelde@gmail.com> >Date: Tue, 12 Jul 2016 08:58:28 +0200 >Subject: [PATCH] BIOS boot partition: make warning more explicit about its > purpose > >--- > perl-install/NEWS | 2 ++ > perl-install/fs/any.pm | 2 +- > perl-install/fs/partitioning_wizard.pm | 2 +- > 3 files changed, 4 insertions(+), 2 deletions(-) > >diff --git a/perl-install/NEWS b/perl-install/NEWS >index fdc2ac1..66ffff3 100644 >--- a/perl-install/NEWS >+++ b/perl-install/NEWS >@@ -1,6 +1,8 @@ > - diskdrake: > o don't offer to format RAID or BIOS boot partition > o make clear a BIOS boot partition cannot have a mount point >+ o make error about BIOS boot partition more explicit about >+ what is it and how to create it. > > Version 17.50 - 8 July 2016 > >diff --git a/perl-install/fs/any.pm b/perl-install/fs/any.pm >index 9d2dd2f..c0875d3 100644 >--- a/perl-install/fs/any.pm >+++ b/perl-install/fs/any.pm >@@ -76,7 +76,7 @@ sub check_hds_boot_and_root { > } > } else { > if (is_boot_bios_part_needed($all_hds, $fstab)) { >- die N("You must have a Boot BIOS partition"); >+ die N("You must have a BIOS boot partition for non-UEFI GPT-partitioned disk. Please create a 1 MB partition of type 'BIOS_grub'."); > } > } > } >diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm >index 6c709bc..49bb151 100644 >--- a/perl-install/fs/partitioning_wizard.pm >+++ b/perl-install/fs/partitioning_wizard.pm >@@ -79,7 +79,7 @@ Then choose action ``Mount point'' and set it to `/'"), 1) or return; > } > } else { > if (fs::any::is_boot_bios_part_needed($all_hds, $fstab)) { >- $in->ask_warn('', N("You must have a Boot BIOS partition")); >+ $in->ask_warn('', N("You must have a BIOS boot partition for non-UEFI GPT-partitioned disk. Please create a 1 MB partition of type 'BIOS_grub'.")); > $ok = ''; > } > } >-- >2.9.0 >
From bedbc741b17ed22fbb0f70da9877871d5bef0fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= <rverschelde@gmail.com> Date: Tue, 12 Jul 2016 08:58:28 +0200 Subject: [PATCH] BIOS boot partition: make warning more explicit about its purpose --- perl-install/NEWS | 2 ++ perl-install/fs/any.pm | 2 +- perl-install/fs/partitioning_wizard.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-install/NEWS b/perl-install/NEWS index fdc2ac1..66ffff3 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,6 +1,8 @@ - diskdrake: o don't offer to format RAID or BIOS boot partition o make clear a BIOS boot partition cannot have a mount point + o make error about BIOS boot partition more explicit about + what is it and how to create it. Version 17.50 - 8 July 2016 diff --git a/perl-install/fs/any.pm b/perl-install/fs/any.pm index 9d2dd2f..c0875d3 100644 --- a/perl-install/fs/any.pm +++ b/perl-install/fs/any.pm @@ -76,7 +76,7 @@ sub check_hds_boot_and_root { } } else { if (is_boot_bios_part_needed($all_hds, $fstab)) { - die N("You must have a Boot BIOS partition"); + die N("You must have a BIOS boot partition for non-UEFI GPT-partitioned disk. Please create a 1 MB partition of type 'BIOS_grub'."); } } } diff --git a/perl-install/fs/partitioning_wizard.pm b/perl-install/fs/partitioning_wizard.pm index 6c709bc..49bb151 100644 --- a/perl-install/fs/partitioning_wizard.pm +++ b/perl-install/fs/partitioning_wizard.pm @@ -79,7 +79,7 @@ Then choose action ``Mount point'' and set it to `/'"), 1) or return; } } else { if (fs::any::is_boot_bios_part_needed($all_hds, $fstab)) { - $in->ask_warn('', N("You must have a Boot BIOS partition")); + $in->ask_warn('', N("You must have a BIOS boot partition for non-UEFI GPT-partitioned disk. Please create a 1 MB partition of type 'BIOS_grub'.")); $ok = ''; } } -- 2.9.0
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 18923
:
8158
|
8160