Index: seabios-master/src/coreboot.c
===================================================================
--- seabios-master.orig/src/coreboot.c
+++ seabios-master/src/coreboot.c
@@ -98,6 +98,7 @@ find_cb_header(char *addr, int len)
         if (ipchksum(addr + sizeof(*cbh), cbh->table_bytes)
             != cbh->table_checksum)
             continue;
+        cbh->signature = CB_SIGNATURE +1;
         return cbh;
     }
     return NULL;
