<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 22 Sep 2021, 08:22 Ruben Safir, <<a href="mailto:ruben@mrbrklyn.com">ruben@mrbrklyn.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">What is this for?<br>
<br>
efivarfs on /sys/firmware/efi/efivars type efivarfs<br>
<br>
why would the OS need to know anything about the UEFI <br>
boot loader once it is up and running?<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">I think you are still making confusion: UEFI bootloaders and UEFI are two different entities. </div><div dir="auto"><br></div><div dir="auto">UEFI bootloaders (like Grub2) serve the purpose to locate, pass kernel options  and platform information to the kernel that themselves are going to boot.</div><div dir="auto"><br></div><div dir="auto">Instead the UEFI is an interface between the running OS and the platform firmware.</div><div dir="auto"><br></div><div dir="auto">UEFI defines two types of services: <span style="border-style:initial;border-color:initial;line-height:inherit;background-image:none;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">boot services</span> and <span style="border-style:initial;border-color:initial;line-height:inherit;background-image:none;background-position:initial;background-size:initial;background-repeat:initial;background-origin:initial;background-clip:initial">runtime services</span>.<br></div><div dir="auto"><br></div><div dir="auto">After booting is done, via UEFI boot services and eventually UEFI bootloaders, the OS does not need anymore the bootloader and the UEFI boot services.</div><div dir="auto"><br></div><div dir="auto">Instead the OS needs UEFI runtime services to talk to the platform firmware. For example, if OS cannot talk to the platform via UEFI, it cannot even shutdown the system (obviously there is much more than simply shutting down). How can an OS know that you've attached a plug and play device if it cannot talk to the platform firmware?</div><div dir="auto"><br></div><div dir="auto">Fabio</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
</blockquote></div></div></div>