diff --git a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst index 37e0d91..0c7406f 100644 --- a/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Buster Root on ZFS.rst @@ -636,6 +636,11 @@ Step 4: System Configuration echo REMAKE_INITRD=yes > /etc/dkms/zfs.conf + **Note:** Ignore any error messages saying ``ERROR: Couldn't resolve + device`` and ``WARNING: Couldn't determine root device``. `cryptsetup does + not support ZFS + `__. + #. For LUKS installs only, setup ``/etc/crypttab``:: apt install --yes cryptsetup @@ -757,9 +762,9 @@ Step 5: GRUB Installation update-initramfs -c -k all - **Note:** When using LUKS, this will print “WARNING could not determine - root device from /etc/fstab”. This is because `cryptsetup does not - support ZFS + **Note:** Ignore any error messages saying ``ERROR: Couldn't resolve + device`` and ``WARNING: Couldn't determine root device``. `cryptsetup + does not support ZFS `__. #. Workaround GRUB's missing zpool-features support:: diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index 9d88105..7070f67 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -814,7 +814,12 @@ Step 4: System Configuration **Notes:** - - Ignore the error messages saying ``Module zfs not found`` and + - Ignore any error messages saying ``ERROR: Couldn't resolve device`` and + ``WARNING: Couldn't determine root device``. `cryptsetup does not + support ZFS + `__. + + - Ignore any error messages saying ``Module zfs not found`` and ``couldn't connect to zsys daemon``. The first seems to occur due to a version mismatch between the Live CD kernel and the chroot environment, but this is irrelevant since the module is already loaded. The second @@ -922,9 +927,9 @@ Step 5: GRUB Installation update-initramfs -c -k all - **Note:** When using LUKS, this will print “WARNING could not determine - root device from /etc/fstab”. This is because `cryptsetup does not - support ZFS + **Note:** Ignore any error messages saying ``ERROR: Couldn't resolve + device`` and ``WARNING: Couldn't determine root device``. `cryptsetup + does not support ZFS `__. #. Disable memory zeroing::