Skip to content

Commit

Permalink
installation/guides/chroot: suggest to mount efivarfs
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ricci authored and classabbyamp committed Sep 5, 2023
1 parent 2c74cec commit de15e09
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/installation/guides/chroot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de15e09

Please # to comment.