Ward Vandewege wrote:
Acked-by: Jordan Crouse jordan@cosmicpenguin.net
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot
On Wed, Nov 26, 2008 at 02:11:27PM -0700, Jordan Crouse wrote:
Ward Vandewege wrote:
Acked-by: Jordan Crouse jordan@cosmicpenguin.net
r254. Now all we need is some more smarts in the memdisk grub.cfg to do that nice serial/console switch on boot, which would allow us to put the menu on screen or on serial as is convenient. I'm hoping Robert can offer some scripting foo for that. Alternatively, if there were a way to use both console and serial for in and output at the same time, that would be fine too.
For the record, the way this works now is that the grub.cfg file in the memdisk will scan for /grub.cfg on all disks, and execute the first one it finds. If there are none, you get a grub console.
The other thing that I'd perhaps like to do is putting grub2 module selection in the buildrom kconfig.
Thanks! Ward.