EFI variables are not supported on this system - Solved
Posted: Tue May 14, 2024 9:53 pm
We can't use efibootmgr on easyos, why?
Discussion, talk and tips
https://forum.puppylinux.com/
We can't use efibootmgr on easyos, why?
Run this magic code and efibootmgr
should work.
Code: Select all
modprobe efivarfs
mount -t efivarfs efivarfs /sys/firmware/efi/efivars/
Wonderful! It works.