Difference between revisions of "UEFI - Install Guide"
Views
Actions
Namespaces
Variants
Tools
→Switching from BIOS to UEFI: use efivarfs instead of efivars (based on experience of another)
imported>Aaditya |
imported>Aaditya |
||
Line 142: | Line 142: | ||
EFI variables are not supported on this system. | EFI variables are not supported on this system. | ||
then you should load the ''' | then you should load the '''efivarfs''' module : | ||
sudo modprobe efivars | sudo modprobe efivarfs | ||
sudo mount -t efivarfs efivarfs /sys/firmware/efi/efivars | |||