We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c74cec commit de15e09Copy full SHA for de15e09
src/installation/guides/chroot.md
@@ -272,7 +272,13 @@ computer's firmware when manually selecting a boot device):
272
273
### Troubleshooting GRUB installation
274
275
-If EFI variables are not available, add the option `--no-nvram` to the
+It may be necessary to mount the `efivarfs` filesystem.
276
+
277
+```
278
+[xchroot /mnt] # mount -t efivarfs none /sys/firmware/efi/efivars
279
280
281
+If EFI variables are still not available, add the option `--no-nvram` to the
282
`grub-install` command.
283
284
#### Installing on removable media or non-compliant UEFI systems
0 commit comments