[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#954718: marked as done (grub-installer: update templates for UEFI and other media than hard disks)



Your message dated Sat, 09 May 2020 21:33:30 +0000
with message-id <E1jXX6A-0004Kj-VF@fasolo.debian.org>
and subject line Bug#954718: fixed in grub-installer 1.170
has caused the Debian Bug report #954718,
regarding grub-installer: update templates for UEFI and other media than hard disks
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
954718: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954718
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: grub-installer
Severity: wishlist
Tags: patch

grub-installer contains outdated template strings, which should be updated
in regard of:

- MBR is outdated -> UEFI came as a successor;
- hard disks are no longer the only/mainly used storage media (depending on
  architecture); these days we are installing OS'es on SD cards or USB 
  thumbdrives for example.


Please consider applying the attached patch.

Holger



-- 
Holger Wansing <hwansing@mailbox.org>
PGP-Fingerprint: 496A C6E8 1442 4B34 8508  3529 59F1 87CA 156E B076
diff --git a/debian/changelog b/debian/changelog
index c151656f..073d591a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
+grub-installer (1.170) UNRELEASED; urgency=medium
+
+  * Update templates, to make them fit for UEFI systems and new sorts of
+    system storage media.
+
+ -- Holger Wansing <hwansing@mailbox.org>  Sun, 22 Mar 2020 15:53:18 +0100
+
 grub-installer (1.169) unstable; urgency=medium
 
   * Team upload
 
   [ Updated translations ]
   * Lithuanian (lt.po) by Tautvydas Zukauskas
 
  -- Holger Wansing <hwansing@mailbox.org>  Sat, 07 Mar 2020 20:55:15 +0100
diff --git a/debian/grub-installer.templates b/debian/grub-installer.templates
index a7a0f385..c7eab6d6 100644
--- a/debian/grub-installer.templates
+++ b/debian/grub-installer.templates
@@ -1,34 +1,35 @@
 Template: grub-installer/with_other_os
 Type: boolean
 Default: true
 # :sl1:
-_Description: Install the GRUB boot loader to the master boot record?
+_Description: Install the GRUB boot loader to your primary drive?
  The following other operating systems have been detected on this
  computer: ${OS_LIST}
  .
  If all of your operating systems are listed above, then it should be safe to
- install the boot loader to the master boot record of your first hard
- drive. When your computer boots, you will be able to choose to load one of
- these operating systems or the newly installed Debian system.
+ install the boot loader to your primary drive's UEFI partition (or master
+ boot record, for non-UEFI systems). When your computer boots, you will be 
+ able to choose to load one of these operating systems or the newly installed
+ Debian system.
 
 Template: grub-installer/only_debian
 Type: boolean
 Default: true
 # :sl1:
-_Description: Install the GRUB boot loader to the master boot record?
+_Description: Install the GRUB boot loader to your primary drive?
  It seems that this new installation is the only operating system
  on this computer. If so, it should be safe to install the GRUB boot loader
- to the master boot record of your first hard drive.
+ to your primary drive's UEFI partition (or master boot record, for non-UEFI
+ systems).
  .
- Warning: If the installer failed to detect another operating system that
- is present on your computer, modifying the master boot record will make
- that operating system temporarily unbootable, though GRUB can be manually
- configured later to boot it.
+ Warning: If your computer has another operating system that the installer
+ failed to detect, this will make that operating system temporarily
+ unbootable, though GRUB can be manually configured later to boot it.
 
 Template: grub-installer/sataraid
 Type: boolean
 Default: true
 # :sl3:
 _Description: Install the GRUB boot loader to the Serial ATA RAID disk?
  Installation of GRUB on Serial ATA RAID is experimental.
  .
@@ -68,41 +69,40 @@ _Description: Unable to configure GRUB
  The GRUB installation has been aborted.
 
 Template: grub-installer/bootdev
 Type: string
 # :sl2:
 _Description: Device for boot loader installation:
  You need to make the newly installed system bootable, by installing
  the GRUB boot loader on a bootable device. The usual way to do this is to
- install GRUB on the master boot record of your first hard drive. If you
- prefer, you can install GRUB elsewhere on the drive, or to another drive,
- or even to a floppy.
+ install GRUB to your primary drive's UEFI partition (or master boot record,
+ for non-UEFI systems). You may instead install GRUB to a different drive
+ (or partition), or to removable media.
  .
- The device should be specified as a device in /dev. Below are some
+ The device notation should be specified as a device in /dev. Below are some
  examples:
-  - "/dev/sda" will install GRUB to the master boot record of your first
-    hard drive;
-  - "/dev/sda2" will use the second partition of your first hard drive;
-  - "/dev/sdc5" will use the first extended partition of your third hard
-    drive;
+  - "/dev/sda" will install GRUB to your primary drive's UEFI partition (or
+    master boot record, for non-UEFI systems);
+  - "/dev/sdb" will install GRUB to a second drive (which may for instance
+    be a thumbdrive);
   - "/dev/fd0" will install GRUB to a floppy.
 
 Template: grub-installer/choose_bootdev
 Type: select
 Choices-C: manual, ${DEVICES_LIST}
 #flag:translate!:2
 __Choices: Enter device manually, ${DESCRIPTIONS}
 # :sl2:
 _Description: Device for boot loader installation:
  You need to make the newly installed system bootable, by installing
  the GRUB boot loader on a bootable device. The usual way to do this is to
- install GRUB on the master boot record of your first hard drive. If you
- prefer, you can install GRUB elsewhere on the drive, or to another drive,
- or even to a floppy.
+ install GRUB to your primary drive's UEFI partition (or master boot record,
+ for non-UEFI systems). You may instead install GRUB to a different drive
+ (or partition), or to removable media.
 
 Template: grub-installer/password
 Type: password
 # :sl2:
 _Description: GRUB password:
  The GRUB boot loader offers many powerful interactive features, which could
  be used to compromise your system if unauthorized users have access to the
  machine when it is starting up. To defend against this, you may choose a
@@ -224,17 +224,17 @@ Type: text
 # :sl1:
 _Description: Configuring grub-efi for future usage of the removable media path
 
 Template: debian-installer/grub-installer/title
 Type: text
 #  Main menu item
 #  Translators: keep below 55 columns
 # :sl1:
-_Description: Install the GRUB boot loader on a hard disk
+_Description: Install the GRUB boot loader
 
 Template: rescue/menu/grub-reinstall
 Type: text
 # Rescue menu item
 # :sl2:
 _Description: Reinstall GRUB boot loader
 
 Template: grub-installer/skip

--- End Message ---
--- Begin Message ---
Source: grub-installer
Source-Version: 1.170
Done: Holger Wansing <hwansing@mailbox.org>

We believe that the bug you reported is fixed in the latest version of
grub-installer, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 954718@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Holger Wansing <hwansing@mailbox.org> (supplier of updated grub-installer package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 09 May 2020 23:12:49 +0200
Source: grub-installer
Architecture: source
Version: 1.170
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Holger Wansing <hwansing@mailbox.org>
Closes: 954718
Changes:
 grub-installer (1.170) unstable; urgency=medium
 .
   * Team upload
 .
   * Update templates, to make them fit for UEFI systems and new kind of
     system storage media. Closes: #954718
 .
   [ Updated translations ]
   * Czech (cs.po) by Miroslav Kure
   * German (de.po) by Holger Wansing
   * Esperanto (eo.po) by Felipe Castro
   * Estonian (et.po) by Kristjan Räts
   * Persian (fa.po) by Seyed Hany Hosseini
   * Hebrew (he.po) by Yaron Shahrabani
   * Croatian (hr.po) by gogogogi
   * Indonesian (id.po) by Andika Triwidada
   * Icelandic (is.po) by Sveinn í Felli
   * Korean (ko.po) by Changwoo Ryu
   * Lithuanian (lt.po) by Andrius Ulrikas
   * Malayalam (ml.po) by Fahad Shihab
   * Norwegian Bokmal (nb.po) by Petter Reinholdtsen
   * Dutch (nl.po) by Frans Spiesschaert
   * Portuguese (pt.po) by Miguel Figueiredo
   * Portuguese (Brazil) (pt_BR.po) by Adriano Rafael Gomes
   * Romanian (ro.po) by Andrei POPESCU
   * Serbian (sr.po) by Filipovic Dragan
   * Tamil (ta.po) by Jeyanthinath MuthuRam
   * Simplified Chinese (zh_CN.po) by Boyuan Yang
Checksums-Sha1:
 ecd1336e47cd3a190d8cfe6697eba32ea0099852 2054 grub-installer_1.170.dsc
 0a8d5835fd4877afe4ad7dbcf335aa67acbac090 221828 grub-installer_1.170.tar.xz
 093ad45606cce84d51fa13bf92126e7990222f1e 6062 grub-installer_1.170_amd64.buildinfo
Checksums-Sha256:
 0c7061f6096605413793108ec57727edbf4b51cfdf9bbe47be56ffb9aad26318 2054 grub-installer_1.170.dsc
 2a150eb926762bc1e74b55410467de1c0c6dee41b4ba857dd0a2debc44f20bc8 221828 grub-installer_1.170.tar.xz
 81a9f01528b10d0d7e9b16ec9453a5e316dbff633b3e553de8ef3e64199f0537 6062 grub-installer_1.170_amd64.buildinfo
Files:
 9f16a6d15e1be7ec710cf8877f593803 2054 debian-installer standard grub-installer_1.170.dsc
 d8de57bce5d55baa8847e124c0265bc9 221828 debian-installer standard grub-installer_1.170.tar.xz
 a12697d881b4b9450d8ebfa777f33d5c 6062 debian-installer standard grub-installer_1.170_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJJBAEBCgAzFiEESWrG6BRCSzSFCDUpWfGHyhVusHYFAl63Hx4VHGh3YW5zaW5n
QG1haWxib3gub3JnAAoJEFnxh8oVbrB2yWoP/3wRPVgM50HusYaImezyibgLG8qX
Br2QXa9pM5OXoMHPGjo+4dCkVoe0UcZN+QTTxAYwhTAz+Lxe0Hu2+exIaEAxyvok
/wbw8YdEDmSIvC/TJrqGt6QyP3oSuYf4Z0ByJx94zDzyd/1RPTb+0o85TgYMKx3l
Ob+pKkgVgKJmsylhnBFSbsaL3rgOqGsB7xEsfSbHYIB3HpsVKqSdIS31FThsFwlE
KJau29GxHyqQj5veyimSIsHB6n95izrOQO36160/zQaeyS+QS5lZX0Q2lBm0Okdx
m5r0GAjHLt1U2vLtflNw14rU2HFt1ETCGQTBJrdRVSXG3ppbM5LcC1jddD7y+5pk
F28/CHmaDJiwJriuMrYqSWPKS99Atg7NFgquvVs2zstoJXgrwVgtppY0QIS66NbC
TBkOd67bLzFXmOft09grNNpY/wogZJ+/O8eKyykGHqHFfTCYIZ+lbOIwMhB3UbZJ
yhLHqoKApkYLrgG8btZnvRS1ZeAIQ1A7wJP0noS03Au2iDdOwmTgXKfco/Zn6vIR
tq6uo0CZLX5xk/dVfjh0jcPW27+uDsngAMIUiIN+p97NQKQVSsTchI8n/fCLAbSx
0kCOOpip5JFsXPIOvhvoLvJZRGFzoaI57IqzwDnlL8k8Gw43eMLX15Eo3hjYbhRr
M+BSAdDUJ+jiSyEj
=alD9
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: