Actions
Bug #463
closednvramtool: coreboot table not found on Starbook Mark VI
Start date:
02/18/2023
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Starbook Mark VI
Affected OS:
openSUSE Tumbleweed
Description
The nvramtool
on my Starbook Mark VI reports that it can't find the coreboot table:
# nvramtool -d
nvramtool: coreboot table not found. coreboot does not appear to
be installed on this system. Scanning for the table produced the
following results:
0 valid signatures were found with bad header checksums.
0 valid headers were found with bad table checksums.
I compiled the nvramtool
freshly on my Laptop using the documentation from https://www.coreboot.org/Nvramtool
$ git clone http://review.coreboot.org/coreboot.git
$ cd coreboot/util/nvramtool
$ make
System info¶
- openSUSE Tumbleweed
- Kernel 6.1.12-1-default
Related links
It might be, that the coreboot image is built without USE_OPTION_TABLE
selected.
Updated by Felix Niederwanger almost 2 years ago
- Description updated (diff)
- Affected hardware set to Starbook Mark VI
- Affected OS set to openSUSE Tumbleweed
- Affected versions master added
Updated by Sean Rhodes almost 2 years ago
- Status changed from New to Resolved
That's one you'll want to get in touch with our support about - support@starlabs.systems
Actions