Hello,
Has anybody tried to launch GRUB2 by SeaBIOS as a payload (not grub2 on MBR)? I am hoping to see grub2 on SeaBIOS boot menu.
I followed the coreboot wiki page to compile grub2: git clone git://git.savannah.gnu.org/grub.git grub cd grub ./autogen.sh ./configure --with-platform=coreboot make
At this point it is not clear to me how to create grub2.elf and what the role of memdisk is. I would appreciate it if somebody could clarify the steps.
Thanks!
Wen