From cee18abc8c5a759949a83ff418b05ebbbd4212b8 Mon Sep 17 00:00:00 2001 From: exu Date: Wed, 21 Aug 2024 20:49:22 +0200 Subject: [PATCH] Boot options for rEFInd --- pages/02.linux/guides/arch/default.en.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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.