summaryrefslogtreecommitdiff
path: root/en/using-d-i
diff options
context:
space:
mode:
authorHolger Wansing <hwansing@mailbox.org>2020-04-02 11:20:38 +0200
committerHolger Wansing <hwansing@mailbox.org>2020-04-02 11:20:38 +0200
commit5bca9033558801d7ee7894758fbf63a376510064 (patch)
tree777051826e1df2b9cf73e511a1fa9693d86c7ae0 /en/using-d-i
parent63a134f7fe6c3188971e51c5bf6f50a5982a9913 (diff)
downloadinstallation-guide-5bca9033558801d7ee7894758fbf63a376510064.zip
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')
Diffstat (limited to 'en/using-d-i')
-rw-r--r--en/using-d-i/components.xml1
-rw-r--r--en/using-d-i/modules/partman-md.xml2
-rw-r--r--en/using-d-i/modules/x86/grub-installer.xml7
3 files changed, 5 insertions, 5 deletions
diff --git a/en/using-d-i/components.xml b/en/using-d-i/components.xml
index e1f915c18..702185e97 100644
--- a/en/using-d-i/components.xml
+++ b/en/using-d-i/components.xml
@@ -148,7 +148,6 @@ linkend="boot-dev-select-sun"/>.</phrase>
&module-os-prober.xml;
&module-hppa-palo-installer.xml;
&module-x86-grub-installer.xml;
-&module-x86-lilo-installer.xml;
&module-ia64-elilo-installer.xml;
&module-mipsel-colo-installer.xml;
&module-powerpc-yaboot-installer.xml;
diff --git a/en/using-d-i/modules/partman-md.xml b/en/using-d-i/modules/partman-md.xml
index 9dffad9f8..c946627df 100644
--- a/en/using-d-i/modules/partman-md.xml
+++ b/en/using-d-i/modules/partman-md.xml
@@ -217,7 +217,7 @@ Make sure that the system can be booted with the partitioning scheme
you are planning. In general it will be necessary to create a separate
file system for <filename>/boot</filename> when using RAID for the root
(<filename>/</filename>) file system.
-Most boot loaders <phrase arch="x86">(including lilo and grub)</phrase>
+Most boot loaders <phrase arch="x86">(including grub)</phrase>
do support mirrored (not striped!) RAID1, so using for example RAID5 for
<filename>/</filename> and RAID1 for <filename>/boot</filename> can be
an option.
diff --git a/en/using-d-i/modules/x86/grub-installer.xml b/en/using-d-i/modules/x86/grub-installer.xml
index c90fa3646..23a4e44c2 100644
--- a/en/using-d-i/modules/x86/grub-installer.xml
+++ b/en/using-d-i/modules/x86/grub-installer.xml
@@ -3,16 +3,17 @@
<sect3 arch="any-x86">
<title>Install the <command>Grub</command> Boot Loader
- on a Hard Disk</title>
+ on the drive</title>
<para>
-The main &architecture; boot loader is called <quote>grub</quote>.
+The &architecture; boot loader is called <quote>grub</quote>.
Grub is a flexible and robust boot loader and a good default choice for
new users and old hands alike.
</para><para>
-By default, grub will be installed into the Master Boot Record (MBR), where
+By default, grub will be installed on the UEFI partition/the Boot Record of
+the primary drive, where
it will take over complete control of the boot process. If you prefer, you
can install it elsewhere. See the grub manual for complete information.