LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Have you ever got the 'init: timeout while...'? (https://www.linuxquestions.org/questions/linux-software-2/have-you-ever-got-the-init-timeout-while-360015/)

lucky_dev36 09-04-2005 02:16 AM

Have you ever got the 'init: timeout while...'?
 
Have you ever got this message?:

Quote:

init: timeout while opening/writing /dev/initctl'
Well, that's because init isn't initialized. The kernel uses '--init' to initialize it at boot.

Init has the '--init' option that is not shown at usage as it is used normallt by the kernel. So if
you had 'init=/bin/sh' or whatever, 'init --init' wll initialize it.

Found it in the source code!


All times are GMT -5. The time now is 07:27 AM.