Lines Matching refs:loader
187 EFI boot loader included in systemd is able to maintain and provide a random
190 on. During installation of the boot loader (or when invoking [`bootctl
192 a seed file with an initial seed is placed in a file `/loader/random-seed`
206 loader to the OS on every boot (in a way that does not allow regeneration of
235 [`/loader/loader.conf`](https://www.freedesktop.org/software/systemd/man/loader.conf.html)
253 used as boot loader, and outside of virtualized environments.
274 systemd-boot's random seed concept in your platform's boot loader.
357 7. *This is boring: NetBSD had [boot loader entropy seed
365 address). This means reuse of the same random seed by the boot loader is
368 8. *Why does PID 1 upload the boot loader provided random seed into kernel
376 The boot loader random seed logic described above uses EFI variables to pass
377 the seed from the boot loader to the OS. Other systems might have similar
380 part of the `struct boot_params` from the boot loader to the kernel, but
383 10. *I use a different boot loader than `systemd-boot`, I'd like to use boot
384 loader random seeds too!*
388 for an introduction why. That said, any boot loader can re-implement the
393 11. *Why not pass the boot loader random seed via kernel command line instead