diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-09-25 13:52:49 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-09-25 13:52:49 +0800 |
commit | ef6e958f10688e278041219d4c8fc88e748eebb3 (patch) | |
tree | 87e3d412bef72f6e2e3a873b6304f6e9ab69fc5a /chapter02 | |
parent | 888047868507bafebde65bec3cdac0287e1d8901 (diff) |
arm64: remove reference to GRUB Bios Partition
Diffstat (limited to 'chapter02')
-rw-r--r-- | chapter02/creatingpartition.xml | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/chapter02/creatingpartition.xml b/chapter02/creatingpartition.xml index d5429ad7c..42bceaca7 100644 --- a/chapter02/creatingpartition.xml +++ b/chapter02/creatingpartition.xml @@ -104,24 +104,6 @@ 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 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 the <command>gdisk</command> 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 drive that holds - the LFS root partition. The disks on a system may use different - partition table types. The necessity of the Grub Bios partition depends - only on the partition table type of the boot disk.</para></note> - </sect3> - - <sect3> <title>Convenience Partitions</title> <para>There are several other partitions that are not required, but should |