Re: Problems booting in ML403
From: A. Nolson <hidden>
Date: 2008-02-06 12:05:10
It seems that the multiple "console=" parameters in the kernel were the problem. I have substituted for only console=ttyS0,9600 Now I have managed to boot it completely. Thank you! Grant Likely wrote:
On 2/5/08, A. Nolson [off-list ref] wrote:quoted
Hello, I am having problems while trying to boot my linux kernel 2.6.24-rc3 ( secretlab git). After some days studying this list and other related documents/wikis about how to make work a linux kernel in my ML403, I managed to make it work partially.<snip>quoted
Linux/PPC load: console=ttyS0,9600 console=tty0,9600 console=ttyUL0,9600 root=/d ev/xsa2 rw init=/sbin/initWhat happens if you try init=/bin/sh? What does your /etc/inittab look like? It looks like the system is booting, but inittab might not be starting any processes attached to the serial console. Cheers, g.