Hi Uwe,<br><br>Thanks for the tip.<br><br>Actually Linux was starting and everthing was working fine. Its just that I cannot see anything on the display. The messages that I get on the serial console are just similar to what I would get when booting from the commerial BIOS and GRUB.<br>
<br>What do you think is missing, I was under the impression that VGA ROM is only required only for the BIOS and the kernel has its own driver. <br><br>Let me remove the vga=0x317 and make it normal and see how it goes.<br>
<br>Any other inputs are welcome.<br><br>Regards,<br>Phani<br><br><div class="gmail_quote">On Wed, Mar 5, 2008 at 4:34 PM, Uwe Hermann <<a href="mailto:uwe@hermann-uwe.de">uwe@hermann-uwe.de</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Wed, Mar 05, 2008 at 04:06:46PM -0800, Phani Babu Giddi wrote:<br>
> Hello All,<br>
><br>
> I am running Coreboot v2 on AMD's db800 with FILO as the payload. It gets to<br>
> a point where it intialzes the kernel but the kernel doesnt boot. Any idea<br>
> whats going on.. I have captured the messages using the serial console. The<br>
> last few messages are...<br>
><br>
> linux-34w5:~ # tail minicom.cap<br>
> parse_command_line: initrd=/initrd-2.6.16.46-0.12-default<br>
> parse_command_line: kernel command line (64 bytes): "root=/dev/hda3<br>
> vga=0x317 resume=/dev/hda2 splash=silent showopts"<br>
> load_linux_kernel: offset=0x2000 addr=0x100000 size=0x13158c<br>
> Loading kernel... ok<br>
> file_open: dev=<NULL>, path=/initrd-2.6.16.46-0.12-default<br>
> load_initrd: start=0x1f502000 end=0x1f7aeb32<br>
> Loading initrd... ok<br>
> malloc_diag: alloc: 312 bytes (4 blocks), free: 16064 bytes (1 blocks)<br>
> start_linux: eip=0x100000<br>
> Jumping to entry point...<br>
><br>
> Is this the last message that one is suppose to see with coreboot ?<br>
<br>
</div></div>Your kernel command line seems to be<br>
<br>
   root=/dev/hda3 vga=0x317    resume=/dev/hda2 splash=silent showopts initrd=/initrd-2.6.16.46-0.12-default<br>
<br>
which does not tell the kernel to output messages on the serial console,<br>
thus the output stops there.<br>
<br>
Try adding 'console=tty0 console=ttyS0,115200' or similar to the kernel<br>
commandline, and see if it helps.<br>
<br>
<br>
Uwe.<br>
<font color="#888888">--<br>
<a href="http://www.hermann-uwe.de" target="_blank">http://www.hermann-uwe.de</a>  | <a href="http://www.holsham-traders.de" target="_blank">http://www.holsham-traders.de</a><br>
<a href="http://www.crazy-hacks.org" target="_blank">http://www.crazy-hacks.org</a> | <a href="http://www.unmaintained-free-software.org" target="_blank">http://www.unmaintained-free-software.org</a><br>
</font></blockquote></div><br>