diff --git a/docs/Getting Started/Arch Linux/Root on ZFS/1-preparation.rst b/docs/Getting Started/Arch Linux/Root on ZFS/1-preparation.rst index 718a122..d9b54bb 100644 --- a/docs/Getting Started/Arch Linux/Root on ZFS/1-preparation.rst +++ b/docs/Getting Started/Arch Linux/Root on ZFS/1-preparation.rst @@ -6,9 +6,32 @@ Preparation .. contents:: Table of Contents :local: -#. Download - `2021.11.01 `__ - Live ISO and `signature `__. +#. Download live ISO compatible with ZFS: + + #. Check zfs-dkms version + + Visit `archzfs repo `__, + search for ``zfs-dkms`` in page:: + + zfs-dkms-2.1.2-1-x86_64.pkg.tar.zst + + Ignore unstable variants such as zfs-dkms-git or zfs-dkms-rc. + In this case, version number is 2.1.2, between two ``-``. + + #. Check supported kernel version. Plug the version number into the + following link:: + + https://github.com/openzfs/zfs/blob/zfs-2.1.2/META + + Visit the page, the supported max kernel version is:: + + Linux-Maximum: 5.15 + + #. Visit `Arch Linux releases page + `__ and download a + supported version. Note that minor kernel releases does not + affect ZFS compatibility, i. e., both ``5.15.5`` and ``5.15.15`` + are supported by ZFS with ``Linux-Maximum: 5.15``. #. Follow `installation guide on Arch wiki `__ up to **Update the system clock**. diff --git a/docs/Getting Started/Arch Linux/Root on ZFS/4-optional-configuration.rst b/docs/Getting Started/Arch Linux/Root on ZFS/4-optional-configuration.rst index faacb05..cc64520 100644 --- a/docs/Getting Started/Arch Linux/Root on ZFS/4-optional-configuration.rst +++ b/docs/Getting Started/Arch Linux/Root on ZFS/4-optional-configuration.rst @@ -284,7 +284,8 @@ boot from it. This enables system recovery and re-installation. mkdir /boot/efi/iso cd /boot/efi/iso - # select a mirror # curl -O https://mirrors.ocf.berkeley.edu/archlinux/iso/2021.11.01/archlinux-2021.11.01-x86_64.iso + # select a mirror and disk version + # curl -O https://mirrors.ocf.berkeley.edu/archlinux/iso/2021.11.01/archlinux-2021.11.01-x86_64.iso curl -O https://archlinux.org/iso/2021.11.01/archlinux-2021.11.01-x86_64.iso.sig gpg --auto-key-retrieve --verify archlinux-2021.11.01-x86_64.iso.sig