
Hi, I tried what you said, but it seems this is not the problem. I changed the ram module too, it didn´t fix anything. How can I add the debugging code you told me? I attach a new log. Thank you for your valuable help. Best Regards, Elisenda On 29/12/2011 2:58, Kevin O'Connor wrote:
The logs indicate that you have both coreboot and seabios executing option roms. This is known to confuse some roms - please configure coreboot so it does not execute any roms. I don't know if this will correct the issue or not.
The output indicates that seabios is halting within post.c between the call to memmap_finalize() and the memset in startBoot() - so if the above doesn't fix the issue, adding debugging in that area should track down what is going wrong.
-Kevin