Lines Matching +full:pre +full:- +full:its
6 This document provides some high-level reasons for failure
16 modules, to be pre-loaded by an initrd).
19 --> initial console unavailable. E.g. some serial consoles are unreliable
20 due to serial IRQ issues (e.g. missing interrupt-based configuration).
24 dependencies of the init binary such as ``/lib/ld-linux.so.2`` missing or
25 broken. Use ``readelf -d <INIT>|grep NEEDED`` to find out which libraries
30 hardware. In case you tried loading a non-binary file here (shell script?),
31 you should make sure that the script specifies an interpreter in its
32 shebang header line (``#!/...``) that is fully working (including its
34 simple non-script binary such as ``/bin/sh`` and confirm its successful
43 - Implement the various ``run_init_process()`` invocations via a struct array
46 - Try to make the implementation itself more helpful in general, e.g. by