On Wed, 3 Aug 2016 13:03:41 -0700
Zachary Kline wrote:
> Hi All,
>
> This is admittedly more about Linux in general than Arch
> specifically, but I’m wondering if anybody has insight into why I
> can’t delete EFI variables, when efivarfs is mounted read-write. For
> anybody interested, I am wanti
Are you trying to delete 'nvram' file on the efi partition directly or
are you trying to delete /sys/firmware/efi* ?
I think it would be saver to use 'efibootmgr' instead of manually
deleting 'efivar' or 'nvram' file.
On Wed, 3 Aug 2016 22:21:23 +0200, Ralf Mardorf wrote:
>I have no knowledge about this domain, but perhaps they are immutable.
>
>[root@moonstudio tmp]# touch test
>[root@moonstudio tmp]# lsattr test
>-e-- test
>[root@moonstudio tmp]# chattr +i test
>[root@moonstudio tmp]# lsattr test
I have no knowledge about this domain, but perhaps they are immutable.
[root@moonstudio tmp]# touch test
[root@moonstudio tmp]# lsattr test
-e-- test
[root@moonstudio tmp]# chattr +i test
[root@moonstudio tmp]# lsattr test
ie-- test
[root@moonstudio tmp]# rm -f test
rm: c
On 3 August 2016 at 22:03, Zachary Kline wrote:
> Hi All,
>
> This is admittedly more about Linux in general than Arch specifically, but
> I’m wondering if anybody has insight into why I can’t delete EFI variables,
> when efivarfs is mounted read-write. For anybody interested, I am wanting to
>
Hi All,
This is admittedly more about Linux in general than Arch specifically, but I’m
wondering if anybody has insight into why I can’t delete EFI variables, when
efivarfs is mounted read-write. For anybody interested, I am wanting to remove
the default boot entry created by systemd-boot, but
6 matches
Mail list logo