On Thu, 09 Jan 2025 22:10:07 +0100 Christophe Pisteur <[email protected]> wrote:
> Le jeudi 09 janvier 2025 à 22:49 +0200, Roman Riabenko a écrit : > > > > > > Is the following console command correct? > > > sudo rm /sys/firmware/efi/efivars/dump-type0-* > > > > Yes, this is the command that removes the dump files. > > > > I deleted the “dump” files from the directory > /sys/firmware/efi/efivars/, then I ran guix system reconfigure > /etc/config.scm again, but the command ends with the same error > message... That one did not happen to me. efivars directory is an interface that exposes EFI firmware variables. If you do not see the dump files in the directory, then EFI should have cleared them. However, in such case the memory would be freed for new variables, and you would not get the error when reconfiguring the system anymore. There are other ways to access the variables. You could try efivar to see whether the dumps are still reported by UEFI. $ guix shell efivar [env]$ efivar --list [env]$ exit The tool also allows removing variables, but I did not try that myself. Roman
