diff --git a/pages/02.linux/guides/arch/default.en.md b/pages/02.linux/guides/arch/default.en.md index 3acc286..17fc537 100644 --- a/pages/02.linux/guides/arch/default.en.md +++ b/pages/02.linux/guides/arch/default.en.md @@ -369,10 +369,21 @@ refind-install `/boot/refind_linux.conf` +With LUKS: + ``` "Boot with standard options" "rw loglevel=3 quiet cryptdevice=LABEL=(label):(name) root=/dev/mapper/(name) rootflags=subvol=@ zswap.enabled=0" ``` +With unencrypted disks, only `rw` and `root=` are required. +Make sure to include additional kernel options like `zswap.enabled=0` if required. + +``` +"Boot with standard options" "rw root=UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" +"Boot to single-user mode" "rw root=UUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX single" +"Boot with minimal options" "ro root=PARTUUID=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" +``` + #### Manual boot stanza Assuming you use a `/boot` partition containing the `EFI` directory and linux kernels.