From: Chiyohiko M. <mo...@va...> - 2005-01-07 06:51:41
|
Hello, I thought about the cause to which the system did reboot without giving the message. Two reasons that the system reboots are thought. 1) Mini-kernel cannot use initrd. Are not you using initrd? 2) The memory of mini-kernel doesn't suffice. In 1), please change a configuration not to use initrd. Please try the following, if 2) is thought. - Please make the smallest possible kernel. - The value of "/proc/mkexec/mem" is enlarged. Example : #echo 8 > /proc/mkexec/mem There is a proposal for outputting a message. Please pass a parameter to mini-kernel. Example : #echo "console=tty0 console=ttyS0,9600n8r" > /proc/mkexec/parameter A possibility that a problem is in mini-kernel is high. Please send the configuration file (.config) of mini-kernel. Thanks. -- Chiyohiko Morita <mo...@va...> |