<div dir="ltr">Hello<br><br>I am sorry if this is a total noob question, but I can't get any other payload to show other that the default seabios payload or memtest86.<br><br>nvramcui, tint, coreinfo (all automatically added by coreboot as secondary payloads) or grub (added manually with cbfstool) show nothing, or cause a reboot.<br><br>I first thought that was due to my ram issues, but even after finding low DDR3 that works reliably in coreboot, I still can't get other payloads.<br><br>Just to be sure I tried everything:<br> - I used CONFIG_MAINBOARD_DO_NATIVE_VGA_INIT: weird font (maybe because I have a FHD 1680x1080 screen instead of some different hardcoded resolution)<br> - I tried CONFIG_VGA_ROM_RUN: garbled screen with wavy lines<br><br>I am back to none of these options, and a VGA rom initialized by Seabios. I am using version 1.9.3 and the current coreboot head. I am now trying with seabios 1.10  (d7adf6044a4c772b497e97272adf97426b34a249)<br><br>I have read <a href="https://www.coreboot.org/SeaBIOS#coreboot">https://www.coreboot.org/SeaBIOS#coreboot</a>. I use at the moment the .config attached, but I don't understand what is happening. I don't have debug output yet, I just ordered a FT232H, as it was far less expansive than a BBB. It will only arrive next week.<br><br>I think at least something should show on the screen when I press Esc and select another payload. Only memtest86 works at the moment.<br><br>I am making some stupid mistake??<br><br>$ cat /opt/coreboot/blobs/payloads/seabios-minime.config<br>CONFIG_USE_OPTION_TABLE=y<br>CONFIG_COLLECT_TIMESTAMPS=y<br>CONFIG_USE_BLOBS=y<br>CONFIG_VENDOR_LENOVO=y<br>CONFIG_CBFS_SIZE=0x680000<br>CONFIG_BOARD_LENOVO_W520=y<br>CONFIG_USBDEBUG=y<br>CONFIG_ENABLE_VMX=y<br>CONFIG_PCIEXP_CLK_PM=y<br>CONFIG_CONSOLE_USB=y<br><br></div>