Lines Matching +full:main +full:- +full:storage
6 This document provides some high-level reasons for failure
14 partition), required drivers such as storage hardware (such as SCSI or
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?),
34 simple non-script binary such as ``/bin/sh`` and confirm its successful
35 execution. To find out more, add code ``to init/main.c`` to display
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