Page 1 of 1

EFI variables are not supported on this system - Solved

Posted: Tue May 14, 2024 9:53 pm
by Thanos

We can't use efibootmgr on easyos, why?


Re: EFI variables are not supported on this system

Posted: Wed May 15, 2024 7:32 am
by jamesbond

Run this magic code and efibootmgr should work.

Code: Select all

modprobe efivarfs
mount -t efivarfs efivarfs /sys/firmware/efi/efivars/

Re: EFI variables are not supported on this system

Posted: Wed May 15, 2024 8:48 pm
by Thanos

Wonderful! It works.