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

Bug#924290: marked as done ([rfc] information about EFI partitions)



Your message dated Wed, 15 Jul 2020 21:11:56 +0000
with message-id <E1jvoh2-0003Qw-Pv@fasolo.debian.org>
and subject line Bug#924290: fixed in installation-guide 20200715
has caused the Debian Bug report #924290,
regarding [rfc] information about EFI partitions
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.)


-- 
924290: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924290
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: installation-guide
Version: 20180930
Severity: wishlist
Tags: patch

Hi

recently I was learning about presseding UEFI installs and
I think the install guide could use a small addition to make
that journey easier. I also sent a patch to partman-auto-recipe.txt
but I am sure the readership of that is much less than the d-i manual.

Kind regards
Vince
From 4697c54b3f61bc145980f52206bb20e2280c0a63 Mon Sep 17 00:00:00 2001
From: Vincent McIntyre <vincent.mcintyre@csiro.au>
Date: Mon, 11 Mar 2019 15:38:19 +1100
Subject: [RFC PATCH] Add some information about preseeding EFI partitions

---
 en/appendix/preseed.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/en/appendix/preseed.xml b/en/appendix/preseed.xml
index c55860e34..9e334738a 100644
--- a/en/appendix/preseed.xml
+++ b/en/appendix/preseed.xml
@@ -1211,6 +1211,20 @@ d-i partman-auto/choose_recipe select atomic
 # system labels, volume group names and which physical devices to include
 # in a volume group.
 
+## Partitioning for EFI
+# If your system needs an EFI partition you could add something like
+# this to the recipe above, as the first element in the recipe:
+#               538 538 1075 free                              \
+#                      $iflabel{ gpt }                         \
+#                      $reusemethod{ }                         \
+#                      method{ efi }                           \
+#                      format{ }                               \
+#               .                                              \
+#
+# The fragment above is for the amd64 architecture; the details may be
+# different on other architectures. The 'partman-auto' package in the
+# D-I source repository may have an example you can follow.
+
 # This makes partman automatically partition without confirmation, provided
 # that you told it what to do using one of the methods above.
 d-i partman-partitioning/confirm_write_new_label boolean true
@@ -1218,6 +1232,9 @@ d-i partman/choose_partition select finish
 d-i partman/confirm boolean true
 d-i partman/confirm_nooverwrite boolean true
 
+# Force UEFI booting ('BIOS compatibility' will be lost). Default: false.
+#d-i partman-efi/non_efi_system boolean true
+
 # When disk encryption is enabled, skip wiping the partitions beforehand.
 #d-i partman-auto-crypto/erase_disks boolean false
 </screen></informalexample>
-- 
2.11.0


--- End Message ---
--- Begin Message ---
Source: installation-guide
Source-Version: 20200715
Done: Samuel Thibault <sthibault@debian.org>

We believe that the bug you reported is fixed in the latest version of
installation-guide, 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 924290@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Samuel Thibault <sthibault@debian.org> (supplier of updated installation-guide 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: Wed, 15 Jul 2020 22:42:02 +0200
Source: installation-guide
Binary: installation-guide-amd64 installation-guide-arm64 installation-guide-armel installation-guide-armhf installation-guide-i386 installation-guide-mips64el installation-guide-mipsel installation-guide-ppc64el installation-guide-s390x
Architecture: source
Version: 20200715
Distribution: unstable
Urgency: medium
Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
Changed-By: Samuel Thibault <sthibault@debian.org>
Description:
 installation-guide-amd64 - Debian installation guide for amd64
 installation-guide-arm64 - Debian installation guide for arm64
 installation-guide-armel - Debian installation guide for armel
 installation-guide-armhf - Debian installation guide for armhf
 installation-guide-i386 - Debian installation guide for i386
 installation-guide-mips64el - Debian installation guide for mips64el
 installation-guide-mipsel - Debian installation guide for mipsel
 installation-guide-ppc64el - Debian installation guide for powerpc
 installation-guide-s390x - Debian installation guide for s390x
Closes: 284760 322694 837073 871730 924290 939862 960085 961204 961339 961340 961341 961502 963450
Changes:
 installation-guide (20200715) unstable; urgency=medium
 .
   [ Holger Wansing ]
   * Show a build version within the manual, parsed from debian/changelog.
   * Also add the '#_preseed_V1' header, when building the example-preseed.txt
     for the website, as it is already in the binary packages.
   * Fix gawk warnings about invalid regexp escapes with latest gawk version.
     Thanks to Mattia Rizzolo for the hint.
   * Correct filename syntax for PDF and TXT formats, when building for the
     website, to get valid filename suffixes.
   * Update view of boot screen (add dark theme installer menu).
   * Update copyright year to 2020.
   * Drop mips from built archs.
   * Remove docs on no-longer-existing 'print-server' task.
   * Update manual regarding the latest bootloader changings (removal of lilo +
     globally changing the term "Installing GRUB on a harddisk" into
     "Installing GRUB on the primary drive").
   * Also mention Windows 10 fast-startup feature in-line with fast-boot from
     Windows 8. Closes: #939862
   * Move advise for downloading netboot/hd-media files from chapter 5.1.5. to
     4.4.1. where it belongs. And convert filenames into clickable links.
     Closes: #284760, #322694.
   * Add condition 'manual-usb-prep-supported' to display chapters for manual
     USB stick preparation in amd64 and i386 only (chapter was also active
     for arm64 before, but needs an overhaul first, to be useful).
   * Rephrase sentence about preparing USB storage devices (using GNU/Linux
     systems is recommended, but not strictly required). Closes: #837073
   * Add a chapter to illustrate examples of boot prompt lines with preseeding
     options (an idea of Richard Owlett, thanks).
   * Add preseeding information about EFI partitions. Closes: #924290.
   * texlive-lang-chinese: Additional Build-Depends for PDF in CJK languages.
     Closes: #963450.
 .
   [ Changwoo Ryu ]
   * Improve Korean pdf
 .
   [ Updated translations ]
   * Catalan by Joan Montané
   * Dutch by Frans Spiesschaert
   * French by Baptiste Jammet
   * German by Holger Wansing
   * Greek by galaxico
   * Hungarian
   * Italian by Luca Monducci
   * Korean by Changwoo Ryu
   * Norwegian Bokmål by Allan Nordhøy
   * Norwegian Nynorsk by Yngve Spjeld-Landro
   * Portuguese by Miguel Figueiredo
   * Swedish by Mattias Münster, Leif-Jöran Olsson and Andreas Rönnquist
   * Spanish by Camaleón. Closes: #960085, #961204, #961339, #961340, #961502,
     #961341.
 .
   [ Stéphane Blondon ]
   * Update html style to website style. Closes: #871730
Checksums-Sha1:
 21bbb726a5a3e8559ea28e5e8d17ddac5e2a4a0e 2836 installation-guide_20200715.dsc
 a9bc1adc3ef34d32bcf13d988706a308a36957f6 3718556 installation-guide_20200715.tar.xz
Checksums-Sha256:
 ff70a0ea13e9796855dfa5a0720b1cce728c06aa9287c73c02455299aca9912e 2836 installation-guide_20200715.dsc
 6e9cad1c9c1dde29b358bb807fcc3c2e3843d83179518eba1c11e6c0762df045 3718556 installation-guide_20200715.tar.xz
Files:
 ad2ff52eb70c41665beed6e8d73de840 2836 doc optional installation-guide_20200715.dsc
 082ab1a5b78634f925a2043c7a01d91b 3718556 doc optional installation-guide_20200715.tar.xz

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

iQIzBAEBCgAdFiEEXtnoVvfWxur1EWehjTXDVXILuv0FAl8PbJkACgkQjTXDVXIL
uv3S+Q/+PDMmBh2AMQisJ+E1Q+gzxVL1JNY8KTxg7ODpAUMaCZqgiMSsbbUPkbWu
bLqztkj8Y78tDoaZ43d3BK4K5u4vRStjEL90F8PQ7nA5nzOW9cAKgtLeY69eNo6r
+w7BbMkZuURh8l+AlX0h2GqBDYT7Td9LasOAKZgESuuqTcCVvCLoDzFKYJgdsJ+i
nZ83kBikPjh37UNT42QuUuOnWwd7XeOiIO3VlEVwJ9Z/Wfqm9CZCrC/nQZ6QvCta
U7tEnYa6fxNQl+CEEL4DfTf4J0w6nlYEiKVPPTKx2Zw8SfUWSA2WZN4XLqwUKeK7
m8Ig7GDSBz/v8vGgsezT4hMqbVxjpNPk0deeAYYt9Gpjl9iiOiqSVPEILnh1ZOwV
PuKjSvRzusNkM/8DyNTSEePhG8Y9g2IGZJuidq9indvelPR5BQtnVHV8eRaWX4i4
xDwxbGtqg9xGZOqiGMpjadoAZTM6wNn/VdqWjr0jPnuGh8GPG+wuCUsbhjsENR72
8qph21MGMXfnCxHl6C0KX5egUmAzuki9SkylALSfN8sf791lbYC5qWwUosDC2/+4
pNRnozG84f+sh2osi1xgbFlNU1yzubsfjKd9AxOZ2+ulqn+E4WOUvdOrdEwlFykw
3VUGi8k4RtrxgVJEFcBtHjCgozKkH3Hh1DhPDCAnKDVYdbcxVmg=
=DatG
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: