:: Re: [DNG] Bad UEFI: was Systemd at …
Top Page
Delete this message
Reply to this message
Author: Rainer Weikusat
Date:  
To: dng\@lists.dyne.org
Subject: Re: [DNG] Bad UEFI: was Systemd at work: rm -rf EFI
Wim <objectief@???> writes:

[...]

> I'd like to see Devuan do better. Better than Debian, fi. Windows doesn't
> seem to have this problem, as far as I could figure out. A format c:/
> doesn't erase UEFI...


Formatting a Linux disk partition also doesn't change anything in the
EFI NVRAM. Linux (the kernel) provides a filesystem interface to the
EFI variable services. And this (pseudo-)filesystem defines an unlink
operation which performs a 'delete EFI variable' operation. On the
surface, that's not an unreasonable implementation idea although one
could argue that exposing these variables in the filesystem such that
recursive filesystem operations like 'rm -r' can hit them would be
overly risky.