|/
|\ISS

News
Blog

Wiki

Install KISS
FAQ

Package System
Package Manager
Software

Guidestones

Testimonials
Screenshots
Team

Contact



Git (mirror)


wiki / boot / efivarfs                                            

Edited () at 2020-06-14 by Dylan Araps


EFIVARFS [0]
________________________________________________________________________________

To use efibootmgr and other software to manipulate the UEFI boot entries, the
efivars filesystem must be mounted. This isn't handled automatically by KISS due
to the security implications in doing so. [1]

+------------------------------------------------------------------------------+
| Mount efivars.                                                               |
+------------------------------------------------------------------------------+
|                                                                              |
|   $ mount -t efivarfs none /sys/firmware/efi/efivars/                        |
|                                                                              |
+------------------------------------------------------------------------------+
| Unmount efivars.                                                             |
+------------------------------------------------------------------------------+
|                                                                              |
|   $ umount /sys/firmware/efi/efivars/                                        |
|                                                                              |
+------------------------------------------------------------------------------+


References
________________________________________________________________________________

[0] 
[1] 


________________________________________________________________________________

Dylan Araps (C) 2019-2020

Linux(R) is the registered trademark of Linus Torvalds in the U.S. and
other countries.