From bc72d6402b088c7547229587303460bdfd37135d Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Wed, 18 Sep 2019 08:22:18 -0500 Subject: [PATCH] Debian/Ubuntu: Increase the boot pool to 1G This helps if the user has snapshots. Additionally, 1G is the expected size that the Ubuntu installer will use. --- Debian-Buster-Encrypted-Root-on-ZFS.md | 2 +- Debian-Buster-Root-on-ZFS.md | 2 +- Debian-Stretch-Root-on-ZFS.md | 2 +- Ubuntu-18.04-Root-on-ZFS.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Debian-Buster-Encrypted-Root-on-ZFS.md b/Debian-Buster-Encrypted-Root-on-ZFS.md index 4c7c323..33cc9f7 100644 --- a/Debian-Buster-Encrypted-Root-on-ZFS.md +++ b/Debian-Buster-Encrypted-Root-on-ZFS.md @@ -103,7 +103,7 @@ If you have a second system, using SSH to access the target system can be conven # sgdisk -n2:1M:+512M -t2:EF00 /dev/disk/by-id/scsi-SATA_disk1 Run this for the boot pool: - # sgdisk -n3:0:+512M -t3:BF01 /dev/disk/by-id/scsi-SATA_disk1 + # sgdisk -n3:0:+1G -t3:BF01 /dev/disk/by-id/scsi-SATA_disk1 Run this for the root pool: # sgdisk -n4:0:0 -t4:BF01 /dev/disk/by-id/scsi-SATA_disk1 diff --git a/Debian-Buster-Root-on-ZFS.md b/Debian-Buster-Root-on-ZFS.md index caa2d57..c4b7aa9 100644 --- a/Debian-Buster-Root-on-ZFS.md +++ b/Debian-Buster-Root-on-ZFS.md @@ -80,7 +80,7 @@ If you have a second system, using SSH to access the target system can be conven # sgdisk -n2:1M:+512M -t2:EF00 /dev/disk/by-id/scsi-SATA_disk1 Run this for the boot pool: - # sgdisk -n3:0:+512M -t3:BF01 /dev/disk/by-id/scsi-SATA_disk1 + # sgdisk -n3:0:+1G -t3:BF01 /dev/disk/by-id/scsi-SATA_disk1 Choose one of the following options: diff --git a/Debian-Stretch-Root-on-ZFS.md b/Debian-Stretch-Root-on-ZFS.md index d6e09f3..92255f5 100644 --- a/Debian-Stretch-Root-on-ZFS.md +++ b/Debian-Stretch-Root-on-ZFS.md @@ -86,7 +86,7 @@ If you have a second system, using SSH to access the target system can be conven # sgdisk -n2:1M:+512M -t2:EF00 /dev/disk/by-id/scsi-SATA_disk1 Run this for the boot pool: - # sgdisk -n3:0:+512M -t3:BF01 /dev/disk/by-id/scsi-SATA_disk1 + # sgdisk -n3:0:+1G -t3:BF01 /dev/disk/by-id/scsi-SATA_disk1 Choose one of the following options: diff --git a/Ubuntu-18.04-Root-on-ZFS.md b/Ubuntu-18.04-Root-on-ZFS.md index 2e2dbde..b7b49eb 100644 --- a/Ubuntu-18.04-Root-on-ZFS.md +++ b/Ubuntu-18.04-Root-on-ZFS.md @@ -77,7 +77,7 @@ If you have a second system, using SSH to access the target system can be conven # sgdisk -n2:1M:+512M -t2:EF00 /dev/disk/by-id/scsi-SATA_disk1 Run this for the boot pool: - # sgdisk -n3:0:+512M -t3:BF01 /dev/disk/by-id/scsi-SATA_disk1 + # sgdisk -n3:0:+1G -t3:BF01 /dev/disk/by-id/scsi-SATA_disk1 Choose one of the following options: