Debian/Ubuntu: Align BBP to 4 KiB boundary

This probably doesn't matter, but there's not really any harm either.

Reported-by: rsully on FreeNode
Richard Laager 2019-03-17 23:39:47 -05:00
parent 2f6cce151a
commit 7833828315
2 changed files with 2 additions and 2 deletions

@ -58,7 +58,7 @@ If you have a second system, using SSH to access the target system can be conven
2.2 Partition your disk(s): 2.2 Partition your disk(s):
Run this if you need legacy (BIOS) booting: Run this if you need legacy (BIOS) booting:
# sgdisk -a1 -n1:34:2047 -t1:EF02 /dev/disk/by-id/scsi-SATA_disk1 # sgdisk -a1 -n1:40:2047 -t1:EF02 /dev/disk/by-id/scsi-SATA_disk1
Run this for UEFI booting (for use now or in the future): Run this for UEFI booting (for use now or in the future):
# sgdisk -n2:1M:+512M -t2:EF00 /dev/disk/by-id/scsi-SATA_disk1 # sgdisk -n2:1M:+512M -t2:EF00 /dev/disk/by-id/scsi-SATA_disk1

@ -62,7 +62,7 @@ If you have a second system, using SSH to access the target system can be conven
2.2 Partition your disk(s): 2.2 Partition your disk(s):
Run this if you need legacy (BIOS) booting: Run this if you need legacy (BIOS) booting:
# sgdisk -a1 -n1:34:2047 -t1:EF02 /dev/disk/by-id/scsi-SATA_disk1 # sgdisk -a1 -n1:40:2047 -t1:EF02 /dev/disk/by-id/scsi-SATA_disk1
Run this for UEFI booting (for use now or in the future): Run this for UEFI booting (for use now or in the future):
# sgdisk -n2:1M:+512M -t2:EF00 /dev/disk/by-id/scsi-SATA_disk1 # sgdisk -n2:1M:+512M -t2:EF00 /dev/disk/by-id/scsi-SATA_disk1