You are not logged in.
Trying to disable or remove the EFI Boot manager timeout since booting the uki image is working as wanted, but
$ sudo efibootmgr -T
Could not delete Timeout: Invalid argument
$ sudo efibootmgr --delete-timeout
Could not delete Timeout: Invalid argument
$ sudo efibootmgr --timeout 0
Could not set Timeout: Permission deniedAm i missing something, is it possible at all?
Last edited by buwie (2026-05-14 09:27:31)
Offline
What is the current timeout and can you set it to, lets say, 1 second?
Is this a laptop/PC? What motherboard?
Why I run Arch? To "BTW I run Arch" the guy one grade younger.
And to let my siblings and cousins laugh at Arsch Linux...
Offline
I've got this issue on 2 systems, an ASUS Zenbook running Arch and an Intel NUC running Debian.
Since these are completly different systems i dont think the motherboard is important here, though i can get that info.
Both a single OS so a timeout is not necessary. Both systems came with a 1 sec timeout.
I realise i might be nit-picking, but especially the NUC is my homeserver and, among other services, handles dns and dhcp, so when i update and reboot it i want it up as fast as possible again.
Since efibootmgr has the option to completely delete the timeout, i'd like to use it, but the option seems not functional.
Also, it seems there's no difference in the efibootmgr for Arch or Debian, both exactly the same errors.
Edit;
As a test i tried
$ sudo efibootmgr --timeout 2
Could not set Timeout: Permission deniedThen i found:
https://github.com/rhboot/efivar/issues/95
If the system firmware isn't letting you do that, there's nothing we can do about it.
Last edited by buwie (2026-05-15 21:18:13)
Offline