Ubuntu: Flatten bootloader partitioning steps

This makes it easier to follow (and specifically, harder to miss the
second step).

Reported-by: Niall Douglas <ned14>
Issue #54
This commit is contained in:
Richard Laager
2020-09-09 15:26:36 -05:00
parent f54ea18312
commit c7534660ee

View File

@@ -326,20 +326,18 @@ Step 2: Disk Formatting
sgdisk -n1:1M:+512M -t1:EF00 $DISK sgdisk -n1:1M:+512M -t1:EF00 $DISK
**Note:** This partition is setup for UEFI support. For legacy (BIOS) # For legacy (BIOS) booting:
booting, this will allow you to move the disk(s) to a new
system/motherboard in the future without having to rebuild the pool (and
restore your data from a backup). Additionally, this is used for
``/boot/grub`` in single-disk installs, as :ref:`discussed below
<boot-grub-esp>`.
For legacy (BIOS) booting::
sgdisk -a1 -n5:24K:+1000K -t5:EF02 $DISK sgdisk -a1 -n5:24K:+1000K -t5:EF02 $DISK
**Note:** For simplicity and forward compatibility, this HOWTO uses GPT **Note:** While the Ubuntu installer uses an MBR label for legacy (BIOS)
partition labels for both UEFI and legacy (BIOS) booting. The Ubuntu booting, this HOWTO uses GPT partition labels for both UEFI and legacy
installer uses an MBR label for legacy (BIOS) booting. (BIOS) booting. This is simpler than having two options. It is also
provides forward compatibility (future proofing). In other words, for
legacy (BIOS) booting, this will allow you to move the disk(s) to a new
system/motherboard in the future without having to rebuild the pool (and
restore your data from a backup). The ESP is created in both cases for
similar reasons. Additionally, the ESP is used for ``/boot/grub`` in
single-disk installs, as :ref:`discussed below <boot-grub-esp>`.
#. Create a partition for swap: #. Create a partition for swap: