On 29.01.2012 17:50, Peter Stuge wrote:
Prakash Punnoor wrote:
- seabios payload: no gfx output, but postcode is F8
Focus on this. What is the serial output from coreboot and SeaBIOS?
That's the thing: I don't have a serial port on this mainboard, that's why I had to do painful post code debugging...
- grub2 payload, coreboot initialized option ROM: infinte reset loop
(but now "warm start" and cold start behaviour is identical).
coreboot does not provide a BIOS environment like what is expected by VGA BIOSes. SeaBIOS is really the best way to try to make the VGA BIOS run, at least to begin with. Once that is working reliably you can try your luck with YABEL in coreboot.
Oh ok, I didn't know that. Seems I have to look into seabios to find out what's going on now.
Thanks,
Prakash