From 2dfe21f3ffeb01e2bbc8dc39e77d4f89818fdfe3 Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Wed, 2 Aug 2023 23:27:32 +0200 Subject: [PATCH 1/2] installation/guides/chroot: suggest to mount efivarfs --- src/installation/guides/chroot.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/installation/guides/chroot.md b/src/installation/guides/chroot.md index 1c2f2babd..98685d376 100644 --- a/src/installation/guides/chroot.md +++ b/src/installation/guides/chroot.md @@ -272,7 +272,13 @@ computer's firmware when manually selecting a boot device): ### Troubleshooting GRUB installation -If EFI variables are not available, add the option `--no-nvram` to the +It may be necessary to mount the `efivarfs` filesystem. + +``` +[xchroot /mnt] # mount -t efivarfs none /sys/firmware/efi/efivars +``` + +If EFI variables are still not available, add the option `--no-nvram` to the `grub-install` command. #### Installing on removable media or non-compliant UEFI systems From cbf9191acc05d096fd686d1aec98642261471c61 Mon Sep 17 00:00:00 2001 From: Roberto Ricci Date: Wed, 2 Aug 2023 23:55:21 +0200 Subject: [PATCH 2/2] installation/guides/chroot: add section about services --- src/installation/guides/chroot.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/installation/guides/chroot.md b/src/installation/guides/chroot.md index 98685d376..ca3640da4 100644 --- a/src/installation/guides/chroot.md +++ b/src/installation/guides/chroot.md @@ -245,6 +245,12 @@ If using swap space, add an entry for any swap partitions: UUID=1cb4[...] swap swap rw,noatime,discard 0 0 ``` +### Enable services + +Services can be [enabled](../../config/services/index.md#enabling-services) +after booting the new system, but you may need to enable some of them (e.g.: +`dhcpcd`, `sshd`) now in order to access it. + ## Installing GRUB Use