Improve the clarity of the missing bios boot partition error. (#731549)
ack
On Fri, 2011-09-16 at 17:19 -0500, David Lehman wrote:
> ---
> pyanaconda/bootloader.py | 7 +++++--
> 1 files changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
> index 7732169..a3a14d4 100644
> --- a/pyanaconda/bootloader.py
> +++ b/pyanaconda/bootloader.py
> @@ -1497,8 +1497,11 @@ class GRUB2(GRUB):
> break
>
> if not ret:
> - self.errors.append(_("You are using a GPT bootdisk on a BIOS "
> - "system without a BIOS boot partition."))
> + self.errors.append(_("Your BIOS-based system needs a special "
> + "partition to boot with Fedora's new "
> + "disk label format (GPT). To continue, "
> + "please create a 1MB 'BIOS Boot' type "
> + "partition."))
>
> log.debug("_gpt_disk_has_bios_boot(%s) returning %s" % (device.name,
> ret))
--
Martin Gracik <mgracik@redhat.com>
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|