Lines Matching refs:counter
22 boot loader optionally maintains a per-boot-loader-entry counter that is
24 have non-zero counters over those which already reached a counter of zero
56 counter (the initial counter is configurable in `/etc/kernel/tries`).
64 counting is enabled for it. The first number is the "tries left" counter
66 number is the "tries done" counter, encoding how many failed attempts to boot
68 booted the first counter is decreased by one, and the second one increased by
69 one. (If the second counter is missing, then it is assumed to be equivalent to
70 zero.) If the "tries left" counter is above zero the entry is still considered
88 installed. The boot loader now sees the `+3` counter in the entry file
102 tag `+0-3`, i.e. the counter reached zero. At this point the entry will be
143 renames it dropping the counter tag. Thus
184 1. *Why do you use file renames to store the counter? Why not a regular file?*
194 2. *Why not use EFI variables for storing the boot counter?* — The memory chips