From 68e07d570327b5ca03275b94d4c7c1dc10c8fbf1 Mon Sep 17 00:00:00 2001 From: Michel Le Cocq Date: Tue, 23 Jun 2020 07:00:42 +0200 Subject: [PATCH] --- encrypt-swap-Ubuntu-20.04.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/encrypt-swap-Ubuntu-20.04.md b/encrypt-swap-Ubuntu-20.04.md index 25ad707..4ee8fb3 100644 --- a/encrypt-swap-Ubuntu-20.04.md +++ b/encrypt-swap-Ubuntu-20.04.md @@ -44,6 +44,13 @@ Register these changes. update-initramfs -u -k all ~~~ +### to be solve + +~~~ +cryptsetup: ERROR: Couln't resolve device rpool/ROOT/ubuntu_... +cryptsetup: WARNING: Couln't determine root device +~~~ + ## disable encrypt swap partition * Turn off swap @@ -92,13 +99,4 @@ mkswap /dev/nvme0n1p2 ~~~ swapon -a -~~~ - - - -## to be solve - -~~~ -cryptsetup: ERROR: Couln't resolve device rpool/ROOT/ubuntu_... -cryptsetup: WARNING: Couln't determine root device ~~~ \ No newline at end of file