diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-07-10 22:42:43 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-07-10 22:42:43 +0000 |
commit | 23a0f82a9b8b86819d11d41b8033f47fc34623df (patch) | |
tree | b7d4c79e8f7b1bf544897f2da1d7d0fcdb379ada /chapter02 | |
parent | 3e005ba61044ca60ff3d4320c421e796605c1729 (diff) |
Update to tzdata-2016f.
Add discussion of Grub Bios Partition.
Fix Makefile for proper total package size calculation.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11093 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/creatingpartition.xml | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml index 4aa57e6c5..6f2de1b1e 100644 --- a/chapter02/creatingpartition.xml +++ b/chapter02/creatingpartition.xml @@ -107,7 +107,26 @@ reacts to commands. The first reaction to swapping should be to check for an unreasonable command such as trying to edit a five gigabyte file. If swapping becomes a normal occurrence, the best solution is to purchase more - RAM for your system.</para> </sect3> + RAM for your system.</para> + </sect3> + + <sect3> + <title>The Grub Bios Partition</title> + + <para>If the <emphasis>boot disk</emphasis> has been partitioned with a + GUID Partition Table (GPT), then a small, typically 1 MB, partition must be + created if it does not already exist. This partition is not formatted, but + must be available for GRUB to to use during installation of the boot + loader. This partition will normally be labeled 'BIOS Boot' if using + <command>fdisk</command> or have a code of <emphasis>EF02</emphasis> if + using <command>gdisk</command>.</para> + + <note><para>The Grub Bios partition must be on the drive that the BIOS + uses to boot the system. This is not necessarily the same drive where the + LFS root partition is located. Disks on a system may use different + partition table types. The requirment for this partition depends + only on the partition table type of the boot disk.</para></note> + </sect3> <sect3> <title>Convenience Partitions</title> |