You are not logged in.
Pages: 1
I use systemd-boot as my bootleader, a while back my timeout upon loading is over 65,000 seconds (I think it's being set to the max of an unsigned int). So I have to hit the return key to boot, which is annoying because I SSH into that box quite a lot rather than work on it directly.
My loader.conf :
[kaprikawn@arch loader]$ cat /boot/loader/loader.conf
default arch
timeout 15Does anyone know what the problem could be?
Offline
https://wiki.archlinux.org/index.php/Haveged ?
Edit: or did you mean the time it takes for the bootloader to select a kernel?
Last edited by seth (2019-05-12 20:00:29)
Offline
Hi!
what's the output of
bootctl --path=/boot statusany how, I would look into bootctl --help and then bootctl --path=/boot WHATEVERYOUWANTTOTRY
Offline
loader.conf is ignored if any values are saved to the motherboard NVRAM.
Try pressing T in the loader screen to decrease the timeout.
Jin, Jîyan, Azadî
Offline
Pages: 1