On Thu, Aug 20, 2009 at 11:50:46AM -0600, Myles Watson wrote:
Kevin,
Have you implemented a streamlined boot process for SeaBIOS with a payload in CBFS?
Jon would like to boot Filo as quickly as possible after SeaBIOS runs his ROMs. What would you suggest?
It's possible to set CONFIG_BOOTMENU to 0 -- it will then skip the boot menu.
SeaBIOS will boot the first method it can that works - including a payload. It's also possible to change the default boot order by modifying the setting of IPL.bootorder in boot.c. (This should probably be a config setting.)
-Kevin