From 118058c0f5f0c60f171193ad056491eaf3df118e Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sun, 17 Mar 2019 20:00:11 -0500 Subject: [PATCH] Ubuntu: Add luksOpen to the rescue steps --- Ubuntu-18.04-Root-on-ZFS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Ubuntu-18.04-Root-on-ZFS.md b/Ubuntu-18.04-Root-on-ZFS.md index e796422..885a53f 100644 --- a/Ubuntu-18.04-Root-on-ZFS.md +++ b/Ubuntu-18.04-Root-on-ZFS.md @@ -543,6 +543,9 @@ Go through [Step 1: Prepare The Install Environment](#step-1-prepare-the-install This will automatically import your pool. Export it and re-import it to get the mounts right: + For LUKS, first unlock the disk: + # cryptsetup luksOpen /dev/disk/by-id/scsi-SATA_disk1-part4 luks1 + # zpool export -a # zpool import -N -R /mnt rpool # zfs mount rpool/ROOT/ubuntu