From d89556453d672b352c0e5f5547d4a7892e2f0b26 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sun, 6 Aug 2017 01:10:06 -0600 Subject: [PATCH] Drop the "partion 9" for root installs The original point of this partition had something to do with bootloaders on Sun systems (per Richard Elling). It is not necessary on Linux. --- Debian-Jessie-Root-on-ZFS.md | 1 - Ubuntu-16.04-Root-on-ZFS.md | 3 --- Ubuntu-16.10-Root-on-ZFS.md | 3 --- 3 files changed, 7 deletions(-) diff --git a/Debian-Jessie-Root-on-ZFS.md b/Debian-Jessie-Root-on-ZFS.md index 4b0a782..9226a4c 100644 --- a/Debian-Jessie-Root-on-ZFS.md +++ b/Debian-Jessie-Root-on-ZFS.md @@ -62,7 +62,6 @@ If you have a second system, using SSH to access the target system can be conven # sgdisk -n3:1M:+512M -t3:EF00 /dev/disk/by-id/scsi-SATA_disk1 Run these in all cases: - # sgdisk -n9:-8M:0 -t9:BF07 /dev/disk/by-id/scsi-SATA_disk1 # sgdisk -n1:0:0 -t1:BF01 /dev/disk/by-id/scsi-SATA_disk1 Always use the long `/dev/disk/by-id/*` aliases with ZFS. Using the `/dev/sd*` device nodes directly can cause sporadic import failures, especially on systems that have more than one storage pool. diff --git a/Ubuntu-16.04-Root-on-ZFS.md b/Ubuntu-16.04-Root-on-ZFS.md index 58fe464..749175a 100644 --- a/Ubuntu-16.04-Root-on-ZFS.md +++ b/Ubuntu-16.04-Root-on-ZFS.md @@ -74,9 +74,6 @@ If you have a second system, using SSH to access the target system can be conven Run this for UEFI booting (for use now or in the future): # sgdisk -n3:1M:+512M -t3:EF00 /dev/disk/by-id/scsi-SATA_disk1 - Run this in all cases: - # sgdisk -n9:-8M:0 -t9:BF07 /dev/disk/by-id/scsi-SATA_disk1 - Choose one of the following options: 2.2a Unencrypted or eCryptfs: diff --git a/Ubuntu-16.10-Root-on-ZFS.md b/Ubuntu-16.10-Root-on-ZFS.md index 1eed471..72abca9 100644 --- a/Ubuntu-16.10-Root-on-ZFS.md +++ b/Ubuntu-16.10-Root-on-ZFS.md @@ -72,9 +72,6 @@ If you have a second system, using SSH to access the target system can be conven Run this for UEFI booting (for use now or in the future): # sgdisk -n3:1M:+512M -t3:EF00 /dev/disk/by-id/scsi-SATA_disk1 - Run this in all cases: - # sgdisk -n9:-8M:0 -t9:BF07 /dev/disk/by-id/scsi-SATA_disk1 - Choose one of the following options: 2.2a Unencrypted or eCryptfs: